All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
icarus_prodsingle_fastoptical.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 
38 # services.OpDigiProperties: @local::standard_opdigiproperties
39 
40 services.PhotonVisibilityService.LibraryFile: "near_positive.root"
41 
42 services.PhotonVisibilityService.UseCryoBoundary: false
43 services.PhotonVisibilityService.XMin: 230 #-350 #-300
44 services.PhotonVisibilityService.XMax: 250 #-330 #-150
45 services.PhotonVisibilityService.YMin: -10 #-150
46 services.PhotonVisibilityService.YMax: 10 #150
47 services.PhotonVisibilityService.ZMin: -50 #-50 #-1000
48 services.PhotonVisibilityService.ZMax: -30 #-30 #1000
49 
50 services.PhotonVisibilityService.NX: 4
51 services.PhotonVisibilityService.NY: 4
52 services.PhotonVisibilityService.NZ: 4
53 
54 #Start each new event with an empty event.
55 source:
56 {
57  module_type: EmptyEvent
58  timestampPlugin: { plugin_type: "GeneratedEventTimestamp" }
59  maxEvents: 5 # Number of events to create
60  firstRun: 1 # Run number to use for this file
61  firstEvent: 1 # number of first event in the file
62 }
63 
64 # Define and configure some modules to do work on each event.
65 # First modules are defined; they are scheduled later.
66 # Modules are grouped by type.
67 physics:
68 {
69 
70  producers:
71  {
73  largeant: @local::icarus_largeant
74  daq: @local::icarus_simwire
75  backtrack: @local::standard_backtrackerloader
76 # opdigi: @local::standard_opdigi
77  rns: {module_type: "RandomNumberSaver"}
78  }
79 
80  analyzers:
81  {
82  largana: @local::standard_largeantana
83  pmtresponse: @local::standard_simphotoncounter
84 # opdigiana: @local::standard_opdigiana
85  }
86 
87  #define the producer and filter modules for this path, order matters,
88  #filters reject all following items. see lines starting physics.producers below
90  analyzeIt: [ largana, pmtresponse]
91  #define the output stream, there could be more than one if using filters
92  stream1: [ out1 ]
93 
94  #trigger_paths is a keyword and contains the paths that modify the art::event,
95  #ie filters and producers
97 
98  #end_paths is a keyword and contains the paths that do not modify the art::Event,
99  #ie analyzers and output streams. these all run simultaneously
101 }
102 
103 #block to define where the output goes. if you defined a filter in the physics
104 #block and put it in the trigger_paths then you need to put a SelectEvents: {SelectEvents: [XXX]}
105 #entry in the output stream you want those to go to, where XXX is the label of the filter module(s)
106 outputs:
107 {
108  out1:
109  {
110  module_type: RootOutput
111  fileName: "single_gen_icarus.root" #default file name, can override from command line with -o or --output
112  }
113 }
114 
115 # set quantum efficiency supressed scint yield to 0.03 * 24000
116 # services.LArPropertiesService.ScintYield: 24000
117 services.LArPropertiesService.ScintPreScale: 1
118 
119 
120 
121 # enable optical physics in LArG4
122 services.LArG4Parameters.EnabledPhysics: [ "Em",
123  "FastOptical",
124  "SynchrotronAndGN",
125  "Ion",
126  "Hadron",
127  "Decay",
128  "HadronElastic",
129  "Stopping",
130  "NeutronTrackingCut" ]
131 
132 # enable this custom physics list
133 services.LArG4Parameters.UseCustomPhysics: true
134 
135 # disable cerenkov light
136 #services.DetectorPropertiesService.EnableCerenkovLight: false
137 
138 physics.producers.generator.PDG: [ 11 ] # muon
139 
140 physics.producers.generator.SigmaThetaXZ: [ 0 ]
141 physics.producers.generator.SigmaThetaYZ: [ 0 ]
142 
143 physics.producers.generator.Y0: [ 0.0 ]
144 physics.producers.generator.X0: [ 240.0 ]
145 physics.producers.generator.Z0: [ -40.0 ]
146 physics.producers.generator.P0: [ 0.2 ]
147 
148 physics.producers.generator.FillTree: true
149 
150 services.PhotonVisibilityService.IncludePropTime: true
151 
152 physics.analyzers.pmtresponse.MakeAllPhotonsTree: true
153 physics.analyzers.pmtresponse.MakeDetectedPhotonsTree: true
154 physics.analyzers.pmtresponse.MakeSimPhotonssTree: true
155 physics.analyzers.pmtresponse.MakeEventsTree: true
156 # physics.analyzers.pmtresponse.MakeLightAnalysisTree: true
157 
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
source drop raw::ubdaqSoftwareTriggerData_ *_ *_ * maxEvents
Definition: frame-shunt.fcl:6
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