Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introducing radiation dose / fluence recording #465

Merged

Conversation

blackcathj
Copy link
Member

Introduction

Geant4 tool kit has a built in tool, G4ScoringManager, to record radiation dose and fluence by analyzing passage and interaction of particle tracks with user defined x-y-z or cylindrical meshed volumes.

This pull request introduce interface to G4ScoringManager, configuring it to run with full sPHENIX/EIC simulation and record the result for further analysis.

In addition, related updates include:

Tests

  • This new feature is tested with 10k simulations of 0-20 fm sHIJING events, which produce an average dN_ch/deta of 170-180 in the central pseudorapidities:
    auau200_10k_iter2_sum xml_g4score rootdnchdeta
  • 30-cm wide vertex-z distribution is used. The test result used flat distribution and the example macro above is fixed with Gaussian distribution.
  • The pre-packaged QGSP_BERT_HP physics list is used in Geant4. All currently implemented sPHENIX parts are enabled, including the forward plug door.
  • All results are scaled up to 1.5 Trillion AuAu collisions, which corresponding to the AuAu portion of the five year sPHENIX operation as in sPH-TRG-2018-001

Please note the result is not yet verified with any existing RHIC background measurement. They just provide a preview for the new functionality, rather than radiation estimation for sPHENIX.

Radial-z graphs

From left top to right bottom:

  • Right top: Total energy deposition in each radial-z bins. Bin size is 2x2 cm
  • Right bottom: Radiation dose in rad
  • Left top: charged particle fluence with minimal kinematic energy cut of 1 MeV
  • Left bottom: neutron fluence with minimal kinematic energy cut of 0.1 MeV

auau200_10k_iter2_sum xml_g4score rootfullcyl

Radial averages

In the central region, the dose and fluence is mostly radially dependent. Therefore, within |z|<30 cm, the average radial dependence is extracted:

auau200_10k_iter2_sum xml_g4score rootfullcylrproj_30

Next

The most important steps prior to producing reliable result are verification and tuning.

Tuning include

  • Try different physics list, with reference to radiation studies by other collaborations
  • Add experimental hall and other known support structures such as beam and electronics elements in the vertex region.

Verification include

It will also be nice to show it for sPHENIX-EIC setup too.

Suggestions and helps in carrying out such studies are welcomed.

@blackcathj blackcathj merged commit f83a775 into sPHENIX-Collaboration:master Aug 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant