cry.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 
4 #for now all experiments have the same configuration - should change eventually
5 
6 standard_cry:
7 {
8  module_type: "CosmicsGen"
9  SampleTime: 60e-6 #integration time in seconds
10  TimeOffset: -30e-6 #time in seconds before a spill to begin the interactions
11  EnergyThreshold: 50e-3 #in GeV, particles only tracked with E > threshold
12  Latitude: "latitude 41.8 " #latitude of detector, must have tailing blank space
13  Altitude: "altitude 0 " #altitude of detector, must have tailing blank space
14  SubBoxLength: "subboxLength 75 " #length of subbox surrounding detector in m, must have trailing blank space
15 }
16 
17 argoneut_cry: @local::standard_cry
18 
19 #please include cry_microboone.fcl (in uboonecode/uboone/EventGenerator)
20 #microboone_cry: @local::standard_cry
21 #microboone_cry.SampleTime: 4.8e-3 #the maximum time it would take an electron to drift through the volume is 1.62 ms
22 # #the DAQ reads 1.6 ms before and 3.2 ms after the beam trigger
23 
24 #please include cry_dune.fcl (in dunetpc/dune/EventGenerator/CRY/)
25 #dune35t_cry: @local::standard_cry
26 #dune35t_cry.SampleTime: 1.47e-3 #the maximum time it would take an electron to drift through the volume is 2.4 ms
27 #dune35t_cry.Latitude: "latitude 44.35 "
28 #dune35t_cry.SubBoxLength: "subboxLength 75 "
29 #
30 #dunefd_cry: @local::standard_cry
31 #dunefd_cry.SampleTime: 1.47e-3 #the maximum time it would take an electron to drift through the volume is 2.4 ms
32 #dune1fdcry.Latitude: "latitude 44.35 "
33 #dunefd_cry.SubBoxLength: "subboxLength 75 "
34 
35 
36 END_PROLOG