-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
83 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
## ---------------------------------------------------------------------------- | ||
## nexus | NEXT100_Ar_alpha_full.config.mac | ||
## | ||
## Initialization macro to alpha particle decays in the active | ||
## volume of the NEXT-100 detector during the low pressure run. | ||
## | ||
## The NEXT Collaboration | ||
## ---------------------------------------------------------------------------- | ||
|
||
##### VERBOSITY ##### | ||
/run/verbose 0 | ||
/event/verbose 0 | ||
/tracking/verbose 0 | ||
|
||
/process/em/verbose 0 | ||
|
||
##### GEOMETRY ##### | ||
/Geometry/Next100/elfield true | ||
/Geometry/Next100/EL_field 6.7 kV/cm | ||
/Geometry/Next100/max_step_size 1. mm | ||
/Geometry/Next100/pressure 4.2 bar | ||
/Geometry/Next100/gas GAr | ||
/Geometry/PmtR11410/time_binning 25. nanosecond | ||
/Geometry/Next100/sipm_time_binning 1. microsecond | ||
|
||
## Geant4 only permits units of mm/ns via the macro | ||
/Geometry/Next100/drift_vel 0.001480 mm/ns | ||
/Geometry/Next100/ELdrift_vel 0.006249 mm/ns | ||
|
||
/Geometry/Next100/drift_transv_diff 1.87 mm/sqrt(cm) | ||
/Geometry/Next100/drift_long_diff 0.65 mm/sqrt(cm) | ||
|
||
/Geometry/Next100/ELtransv_diff 0.46 mm/sqrt(cm) | ||
/Geometry/Next100/ELlong_diff 0.30 mm/sqrt(cm) | ||
|
||
|
||
##### GENERATOR ##### | ||
/Generator/SingleParticle/particle alpha | ||
/Generator/SingleParticle/min_energy 5.6 MeV | ||
/Generator/SingleParticle/max_energy 5.6 MeV | ||
/Generator/SingleParticle/region ACTIVE | ||
|
||
##### ACTIONS ##### | ||
/Actions/DefaultEventAction/min_energy 50 keV | ||
/Actions/DefaultEventAction/max_energy 6 MeV | ||
|
||
##### PHYSICS ##### | ||
## No full simulation | ||
/PhysicsList/Nexus/clustering true | ||
/PhysicsList/Nexus/drift true | ||
/PhysicsList/Nexus/electroluminescence true | ||
|
||
##### PERSISTENCY ##### | ||
/nexus/persistency/output_file NEXT100_Ar_alpha | ||
## eventType options: bb0nu, bb2nu, background | ||
/nexus/persistency/event_type background |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## ---------------------------------------------------------------------------- | ||
## nexus | NEXT100_Ar_alpha_full.init.mac | ||
## | ||
## Initialization macro to alpha particle decays in the active | ||
## volume of the NEXT-100 detector during the low pressure run. | ||
## | ||
## The NEXT Collaboration | ||
## ---------------------------------------------------------------------------- | ||
|
||
/PhysicsList/RegisterPhysics G4EmStandardPhysics_option4 | ||
/PhysicsList/RegisterPhysics G4DecayPhysics | ||
/PhysicsList/RegisterPhysics G4RadioactiveDecayPhysics | ||
/PhysicsList/RegisterPhysics NexusPhysics | ||
/PhysicsList/RegisterPhysics G4StepLimiterPhysics | ||
/PhysicsList/RegisterPhysics G4OpticalPhysics | ||
|
||
/nexus/RegisterGeometry Next100 | ||
|
||
/nexus/RegisterGenerator SingleParticleGenerator | ||
|
||
/nexus/RegisterPersistencyManager PersistencyManager | ||
|
||
/nexus/RegisterRunAction DefaultRunAction | ||
/nexus/RegisterEventAction DefaultEventAction | ||
/nexus/RegisterTrackingAction DefaultTrackingAction | ||
|
||
/nexus/RegisterMacro macros/NEXT100_Ar_alpha_full.config.mac |