-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from carmenromo/nest-det
Make NEST use more general
- Loading branch information
Showing
5 changed files
with
91 additions
and
5 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
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,42 @@ | ||
### GEOMETRY | ||
/Geometry/PetBox/visibility true | ||
/Geometry/PetBox/tile_type_d HamamatsuVUV | ||
/Geometry/PetBox/tile_type_c HamamatsuVUV | ||
/Geometry/PetBox/single_tile_coinc_plane 0 | ||
/Geometry/PetBox/add_teflon_block 1 | ||
|
||
/Geometry/PetBox/tile_vis true | ||
/Geometry/PetBox/tile_refl 0. | ||
/Geometry/PetBox/sipm_time_binning 5. picosecond | ||
/Geometry/PetBox/sipm_pde 0.3 | ||
|
||
### GENERATOR | ||
/Generator/IonGenerator/region SOURCE | ||
/Generator/IonGenerator/atomic_number 11 | ||
/Generator/IonGenerator/mass_number 22 | ||
#/Generator/SingleParticle/particle geantino | ||
#/Generator/SingleParticle/min_energy 1 eV | ||
#/Generator/SingleParticle/max_energy 1 keV | ||
#/Generator/SingleParticle/region CENTER | ||
|
||
/Actions/PetSensorsEventAction/min_charge 50 | ||
|
||
### PHYSICS | ||
/process/optical/processActivation Scintillation false | ||
/process/optical/processActivation Cerenkov true | ||
/PhysicsList/Petalo/nest true | ||
/PhysicsList/Petalo/thermal_electrons false | ||
/PhysicsList/Petalo/petalo_detector Petit | ||
|
||
### VERBOSITIES | ||
/run/verbose 0 | ||
/event/verbose 0 | ||
/tracking/verbose 0 | ||
|
||
/process/em/verbose 0 | ||
|
||
/nexus/random_seed 132323 | ||
|
||
### OUTPUT FILE | ||
/nexus/persistency/start_id 0 | ||
/nexus/persistency/outputFile petbox_nest.pet |
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,24 @@ | ||
### PHYSICS | ||
/PhysicsList/RegisterPhysics G4EmStandardPhysics_option4 | ||
/PhysicsList/RegisterPhysics G4OpticalPhysics | ||
/PhysicsList/RegisterPhysics PetaloPhysics | ||
/PhysicsList/RegisterPhysics G4DecayPhysics | ||
/PhysicsList/RegisterPhysics G4RadioactiveDecayPhysics | ||
/PhysicsList/RegisterPhysics G4StepLimiterPhysics | ||
|
||
### GEOMETRY | ||
/nexus/RegisterGeometry PetBox | ||
|
||
### GENERATOR | ||
/nexus/RegisterGenerator IonGenerator | ||
#/nexus/RegisterGenerator SingleParticleGenerator | ||
|
||
### ACTIONS | ||
/nexus/RegisterRunAction DefaultRunAction | ||
/nexus/RegisterEventAction PetSensorsEventAction | ||
/nexus/RegisterTrackingAction PetaloTrackingAction | ||
/nexus/RegisterStackingAction PetNESTStackingAction | ||
|
||
/nexus/RegisterPersistencyManager PetaloPersistencyManager | ||
|
||
/nexus/RegisterMacro macros/PetBox_nest.config.mac |
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
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