All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
prodsingle_optical_electronic.fcl
Go to the documentation of this file.
3 #include "backtrackerservice.fcl"
5 #include "singles_icarus.fcl"
8 #include "mccheatermodules.fcl"
9 #include "photpropservices.fcl"
12 
13 #include "mcreco.fcl"
14 
15 
16 
17 process_name: SinglesGen
18 
19 services:
20 {
21  # Load the service that manages root files for histograms.
22  TFileService: { fileName: "single_hist_uboone.root" }
23  TimeTracker: {}
24  RandomNumberGenerator: {} #ART native random number generator
25  @table::icarus_simulation_services
26  BackTrackerService: @local::standard_backtrackerservice # defined in backtracker.fcl
27  ParticleInventoryService: @local::standard_particleinventoryservice
28 
29  OpDetResponseInterface: @local::standard_opdetresponse
30 }
31 
32 services.MemoryPeakReporter: @erase
33 services.MemoryTracker: @erase
34 services.TimeTracker: @erase
35 
36 services.PhotonVisibilityService: @local::sbnd_timeparametrization_photonvisibilityservice
37 
39 
40 services.PhotonVisibilityService.LibraryFile: "piccolo.root"
41 
42 services.PhotonVisibilityService.UseCryoBoundary: false
43 services.PhotonVisibilityService.XMin: 320 #-300
44 services.PhotonVisibilityService.XMax: 340 #-150
45 services.PhotonVisibilityService.YMin: -35 #-150
46 services.PhotonVisibilityService.YMax: -15 #150
47 services.PhotonVisibilityService.ZMin: -10 #-1000
48 services.PhotonVisibilityService.ZMax: 10 #1000
49 
50 services.PhotonVisibilityService.NX: 4
51 services.PhotonVisibilityService.NY: 4
52 services.PhotonVisibilityService.NZ: 4
53 
54 services.DetectorClocksService.ClockSpeedOptical: 1000
55 
56 #Start each new event with an empty event.
57 source:
58 {
59  module_type: EmptyEvent
60  timestampPlugin: { plugin_type: "GeneratedEventTimestamp" }
61  maxEvents: 1 # Number of events to create
62  firstRun: 1 # Run number to use for this file
63  firstEvent: 1 # number of first event in the file
64 }
65 
66 # Define and configure some modules to do work on each event.
67 # First modules are defined; they are scheduled later.
68 # Modules are grouped by type.
69 physics:
70 {
71 
72  producers:
73  {
75  largeant: @local::icarus_largeant
76  daq: @local::icarus_simwire
77  backtrack: @local::standard_backtrackerloader
78  opdigi: @local::standard_opdigi
79  rns: {module_type: "RandomNumberSaver"}
80  }
81 
82  analyzers:
83  {
84  largana: @local::standard_largeantana
85  pmtresponse: @local::standard_simphotoncounter
86  opdigiana: @local::standard_opdigiana
87  }
88 
89  #define the producer and filter modules for this path, order matters,
90  #filters reject all following items. see lines starting physics.producers below
92  analyzeIt: [ largana, pmtresponse, opdigiana]
93  #define the output stream, there could be more than one if using filters
94  stream1: [ out1 ]
95 
96  #trigger_paths is a keyword and contains the paths that modify the art::event,
97  #ie filters and producers
99 
100  #end_paths is a keyword and contains the paths that do not modify the art::Event,
101  #ie analyzers and output streams. these all run simultaneously
103 }
104 
105 #block to define where the output goes. if you defined a filter in the physics
106 #block and put it in the trigger_paths then you need to put a SelectEvents: {SelectEvents: [XXX]}
107 #entry in the output stream you want those to go to, where XXX is the label of the filter module(s)
108 outputs:
109 {
110  out1:
111  {
112  module_type: RootOutput
113  fileName: "single_gen_icarus.root" #default file name, can override from command line with -o or --output
114  }
115 }
116 
117 # set quantum efficiency supressed scint yield to 0.03 * 24000
118 # services.LArPropertiesService.ScintYield: 24000
119 services.LArPropertiesService.ScintPreScale: 1
120 
121 
122 
123 # enable optical physics in LArG4
124 services.LArG4Parameters.EnabledPhysics: [ "Em",
125  "FastOptical",
126  "SynchrotronAndGN",
127  "Ion",
128  "Hadron",
129  "Decay",
130  "HadronElastic",
131  "Stopping",
132  "NeutronTrackingCut" ]
133 
134 # enable this custom physics list
135 services.LArG4Parameters.UseCustomPhysics: true
136 
137 # disable cerenkov light
138 #services.DetectorPropertiesService.EnableCerenkovLight: false
139 
140 physics.producers.generator.PDG: [ 13 ] # muon
141 
142 physics.producers.generator.SigmaThetaXZ: [ 0 ]
143 physics.producers.generator.SigmaThetaYZ: [ 0 ]
144 
145 physics.producers.generator.Y0: [ -25.0 ]
146 physics.producers.generator.X0: [ 330.0 ]
147 physics.producers.generator.Z0: [ 0.0 ]
148 physics.producers.generator.P0: [ 0.2 ]
149 
150 physics.producers.opdigi.QE: [1]
151 physics.producers.opdigi.DarkRate: 0
152 physics.producers.opdigi.SaturationScale: 2e7
153 
154 services.OpDigiProperties.QE: 1
155 services.OpDigiProperties.SampleFreq: 250
156 
157 physics.producers.generator.FillTree: true
158 
159 services.PhotonVisibilityService.IncludePropTime: true
160 
161 physics.analyzers.pmtresponse.MakeAllPhotonsTree: true
162 physics.analyzers.pmtresponse.MakeDetectedPhotonsTree: true
163 physics.analyzers.pmtresponse.MakeSimPhotonssTree: true
164 physics.analyzers.pmtresponse.MakeEventsTree: true
165 # physics.analyzers.pmtresponse.MakeLightAnalysisTree: true
166 
services RandomNumberGenerator
BEGIN_PROLOG triggeremu_data_config_icarus settings PMTADCthresholds sequence::icarus_stage0_multiTPC_TPC physics sequence::icarus_stage0_EastHits_TPC physics sequence::icarus_stage0_WestHits_TPC physics producers purityana0 caloskimCalorimetryCryoE physics caloskimCalorimetryCryoW physics sequence::physics pathW services
BEGIN_PROLOG pandoraTrackRangeCryoW pandoraTrackRangeCryoW rns
process_name largeant analyzeIt
process_name drop raw::OpDetWaveforms_DataApr2016RecoStage1_saturation_ * physics
do source
* file
Definition: file_to_url.sh:69
physics producers trigslidewindowOR6mW physics effSlidingOR6mW physics end_paths
#define the
process_name larg4outtime largeant
process_name opdigi
source drop raw::ubdaqSoftwareTriggerData_ *_ *_ * maxEvents
Definition: frame-shunt.fcl:6
BEGIN_PROLOG standard_opdigiproperties
physics simulate
then echo echo For and will not be changed by echo further linking echo echo B echo The symbol is in the uninitialized data multiple common symbols may appear with the echo same name If the symbol is defined the common echo symbols are treated as undefined references For more echo details on common see the discussion of warn common echo in *Note Linker see the discussion of warn common echo in *Note Linker such as a global int variable echo as opposed to a large global array echo echo I echo The symbol is an indirect reference to another symbol This echo is a GNU extension to the a out object file format which is echo rarely used echo echo N echo The symbol is a debugging symbol echo echo R echo The symbol is in a read only data section echo echo S echo The symbol is in an uninitialized data section for small echo objects echo echo T echo The symbol is in the the normal defined echo symbol is used with no error When a weak undefined symbol echo is linked and the symbol is not defined
BEGIN_PROLOG triggeremu_data_config_icarus settings PMTADCthresholds sequence::icarus_stage0_multiTPC_TPC physics sequence::icarus_stage0_EastHits_TPC physics sequence::icarus_stage0_WestHits_TPC physics producers purityana0 module_type
process_name can override from command line with o or output muon
Definition: runPID.fcl:28
if &&[-z"$BASH_VERSION"] then echo Attempting to switch to bash bash shellSwitch exit fi &&["$1"= 'shellSwitch'] shift declare a IncludeDirectives for Dir in
BEGIN_PROLOG sequence::SlidingWindowTriggerPatternsOppositeWindows END_PROLOG simSlidingORM6O6 effSlidingORW output
BEGIN_PROLOG icarus_singlep
process_name backtrack
then echo fcl name
standard_singlep gaussian distribution ie ie ie gaussian gaussian gaussian larg4Main stream1
Definition: multigen.fcl:18
process_name analyzers
process_name showerreco Particles Coinciding wih the Vertex services ScanOptions nu_mu services ScanOptions Number
process_name rns pmtresponse
BEGIN_PROLOG sequence::SlidingWindowTriggerPatternsWindowPair END_PROLOG trigslidewindowOR6m output outputs
process_name sequence::icarus_reco_cluster3d physics trigger_paths
BEGIN_PROLOG sequence::SlidingWindowTriggerPatternsOppositeWindows END_PROLOG process_name