-
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.
Add macros to illustrate calibration sim
- Loading branch information
Showing
2 changed files
with
60 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,34 @@ | ||
## ---------------------------------------------------------------------------- | ||
## nexus | NEXT100_cal.config.mac | ||
## | ||
## Configuration macro to simulate decays of the Th calibration source | ||
## from one of the vessel ports in the NEXT-100 detector. | ||
## | ||
## The NEXT Collaboration | ||
## ---------------------------------------------------------------------------- | ||
|
||
##### VERBOSITY ##### | ||
/run/verbose 0 | ||
/event/verbose 0 | ||
/tracking/verbose 0 | ||
|
||
/process/em/verbose 0 | ||
|
||
##### GEOMETRY ##### | ||
/Geometry/Next100/elfield false | ||
/Geometry/Next100/max_step_size 1. mm | ||
/Geometry/Next100/th_source true | ||
|
||
##### GENERATOR ##### | ||
/Generator/IonGenerator/atomic_number 81 | ||
/Generator/IonGenerator/mass_number 208 | ||
/Generator/IonGenerator/region PORT_2b | ||
|
||
##### PHYSICS ##### | ||
## No full simulation | ||
/PhysicsList/Nexus/clustering false | ||
/PhysicsList/Nexus/drift false | ||
/PhysicsList/Nexus/electroluminescence false | ||
|
||
##### PERSISTENCY ##### | ||
/nexus/persistency/output_file Next100_th_cal |
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,26 @@ | ||
## ---------------------------------------------------------------------------- | ||
## nexus | NEXT100_cal.init.mac | ||
## | ||
## Configuration macro to simulate decays of the Th calibration source | ||
## from one of the vessel ports in the NEXT-100 detector. | ||
## | ||
## The NEXT Collaboration | ||
## ---------------------------------------------------------------------------- | ||
|
||
/PhysicsList/RegisterPhysics G4EmStandardPhysics_option4 | ||
/PhysicsList/RegisterPhysics G4DecayPhysics | ||
/PhysicsList/RegisterPhysics G4RadioactiveDecayPhysics | ||
/PhysicsList/RegisterPhysics NexusPhysics | ||
/PhysicsList/RegisterPhysics G4StepLimiterPhysics | ||
|
||
/nexus/RegisterGeometry Next100 | ||
|
||
/nexus/RegisterGenerator IonGenerator | ||
|
||
/nexus/RegisterPersistencyManager PersistencyManager | ||
|
||
/nexus/RegisterRunAction DefaultRunAction | ||
/nexus/RegisterEventAction DefaultEventAction | ||
/nexus/RegisterTrackingAction DefaultTrackingAction | ||
|
||
/nexus/RegisterMacro macros/calibration/NEXT100_cal.config.mac |