CORSIKAGen.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_CORSIKAGen_protons:
4 {
5  module_type: "CORSIKAGen"
6  SampleTime: 7.05e-3 #integration time in seconds
7  TimeOffset: -3.856e-3 #time in seconds before a spill to begin the interactions, -1.6e-3 (TPC Trig. offset) - 0.2e-3 (g4 rise time)
8  ProjectToHeight: 1800 #height to which particles are projected [cm]
9  ShowerInputFiles: [ "/pnfs/uboone/persistent/users/mibass/corsika/sqShowers/p_showers_*.db" ] #list of sqlite dbs with corsika showers
10  ShowerFluxConstants: [ 1.8e4 ] #list of flux constants per shower file
11  BufferBox: [ -250.0,250.0,-250.0,250.0,-250.0,250.0 ] #list of buffer box extensions to cryo volume in each dimension/dir (-x,+x,-y,+y,-z,+z)
12  ShowerAreaExtension: 1000 #amount to extend the shower area beyond the cryo dimensions
13  RandomXZShift: 1000 #amount to randomly shift shower start point in x & z [cm]
14 }
15 
16 standard_CORSIKAGen_CMC:
17 {
18  module_type: "CORSIKAGen"
19  SampleTime: 7.05e-3 #integration time in seconds
20  TimeOffset: -3.856e-3 #time in seconds before a spill to begin the interactions, -1.6e-3 (TPC Trig. offset) - 0.2e-3 (g4 rise time)
21  ProjectToHeight: 1800 #height to which particles are projected [cm]
22  ShowerInputFiles: [ "/pnfs/uboone/persistent/users/mibass/corsika/sqShowers/p_showers_*.db", "/pnfs/uboone/persistent/users/mibass/corsika/sqShowers/He_showers_*.db", "/pnfs/uboone/persistent/users/mibass/corsika/sqShowers/N_showers_*.db", "/pnfs/uboone/persistent/users/mibass/corsika/sqShowers/Mg_showers_*.db", "/pnfs/uboone/persistent/users/mibass/corsika/sqShowers/Fe_showers_*.db"] #list of sqlite dbs with corsika showers
23  ShowerFluxConstants: [ 1.72e4, 9.2e3, 6.2e3, 9.2e3, 6.2e3] #list of flux constants per shower file
24  BufferBox: [ -250.0,250.0,-250.0,250.0,-250.0,250.0 ] #list of buffer box extensions to cryo volume in each dimension/dir (-x,+x,-y,+y,-z,+z)
25  ShowerAreaExtension: 1000 #amount to extend the shower area beyond the cryo dimensions
26  RandomXZShift: 1000 #amount to randomly shift shower start point in x & z [cm]
27 }
28 
29 END_PROLOG