All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
config_ToF_Ana_Prod_Filt.fcl
Go to the documentation of this file.
2 
3 BEGIN_PROLOG
4 
5 ############################################## Configuration to run Analyzer module ###############################################################################
6 
7 config_tofana:
8 {
9 module_type: "ToFAnalyzer"
10 GenLabel: "generator"
11 SimLabel: "largeant"
12 OpHitModuleLabel: "ophitpmt"
13 OpFlashModuleLabel0: "opflashtpc0"
14 OpFlashModuleLabel1: "opflashtpc1"
15 CrtHitModuleLabel: "crthit"
16 CrtTrackModuleLabel: "crttrack"
17 CoincidenceWindow: 200.0
18 OpDelay: 194.5
19 CRThitThresh: 0.0
20 FlashPeThresh: 0.0
21 HitPeThresh: 0.0
22 BeamLow: -200
23 BeamUp: 1800
24 LFlash: true
25 LFlash_hit: true
26 CFlash: true
27 CFlash_hit: true
28 Lhit: true
29 Chit: true
30 SaveNuInfo: false
31 SaveG4Info: true
32 G4timeUp: 1800
33 G4timeLow: -9999
34 keeponlytracks: true
35 SaveTrueToFInfo: true
36 CRTBackTrack: @local::standard_crtbacktracker
37 }
38 
39 #################### Configuration to run Producer module (calculate ToF metric using largest optical hit inside coincidence window) ###############################
40 
41 config_Lhit:
42 {
43 module_type: "ToFProducer"
44 OpHitModuleLabel: "ophitpmt"
45 OpFlashModuleLabel0: "opflashtpc0"
46 OpFlashModuleLabel1: "opflashtpc1"
47 CrtHitModuleLabel: "crthit"
48 CrtTrackModuleLabel: "crttrack"
49 CoincidenceWindow: 50.0
50 OpDelay: 194.5
51 CRThitThresh: 100.0
52 FlashPeThresh: 500.0
53 HitPeThresh: 50.0
54 BeamLow: -200.0
55 BeamUp: 1800.0
56 LFlash: false
57 LFlash_hit: false
58 CFlash: false
59 CFlash_hit: false
60 Lhit: true
61 Chit: false
62 CRTBackTrack: @local::standard_crtbacktracker
63 }
64 
65 #################### Configuration to run Producer module (calculate ToF metric using closest optical hit inside coincidence window) #################################
66 
67 config_Chit:
68 {
69 module_type: "ToFProducer"
70 OpHitModuleLabel: "ophitpmt"
71 OpFlashModuleLabel0: "opflashtpc0"
72 OpFlashModuleLabel1: "opflashtpc1"
73 CrtHitModuleLabel: "crthit"
74 CrtTrackModuleLabel: "crttrack"
75 CoincidenceWindow: 50.0
76 OpDelay: 194.5
77 CRThitThresh: 100.0
78 FlashPeThresh: 500.0
79 HitPeThresh: 25.0
80 BeamLow: -200.0
81 BeamUp: 1800.0
82 LFlash: false
83 LFlash_hit: false
84 CFlash: false
85 CFlash_hit: false
86 Lhit: false
87 Chit: true
88 CRTBackTrack: @local::standard_crtbacktracker
89 }
90 
91 #################### Configuration to run Producer module (calculate ToF metric using largest optical flash inside coincidence window) #################################
92 
93 config_LFlash:
94 {
95 module_type: "ToFProducer"
96 OpHitModuleLabel: "ophitpmt"
97 OpFlashModuleLabel0: "opflashtpc0"
98 OpFlashModuleLabel1: "opflashtpc1"
99 CrtHitModuleLabel: "crthit"
100 CrtTrackModuleLabel: "crttrack"
101 CoincidenceWindow: 50.0
102 OpDelay: 194.5
103 CRThitThresh: 100.0
104 FlashPeThresh: 500.0
105 HitPeThresh: 50.0
106 BeamLow: -200.0
107 BeamUp: 1800.0
108 LFlash: true
109 LFlash_hit: false
110 CFlash: false
111 CFlash_hit: false
112 Lhit: false
113 Chit: false
114 CRTBackTrack: @local::standard_crtbacktracker
115 }
116 
117 #################### Configuration to run Producer module (calculate ToF metric using closest optical flash inside coincidence window) ##################################
118 
119 config_CFlash:
120 {
121 module_type: "ToFProducer"
122 OpHitModuleLabel: "ophitpmt"
123 OpFlashModuleLabel0: "opflashtpc0"
124 OpFlashModuleLabel1: "opflashtpc1"
125 CrtHitModuleLabel: "crthit"
126 CrtTrackModuleLabel: "crttrack"
127 CoincidenceWindow: 50.0
128 OpDelay: 194.5
129 CRThitThresh: 100.0
130 FlashPeThresh: 500.0
131 HitPeThresh: 50.0
132 BeamLow: -200.0
133 BeamUp: 1800.0
134 LFlash: false
135 LFlash_hit: false
136 CFlash: true
137 CFlash_hit: false
138 Lhit: false
139 Chit: false
140 CRTBackTrack: @local::standard_crtbacktracker
141 }
142 
143 ############ Configuration to run Producer module (calculate ToF metric using earliest optical hit of the largest optical flash inside coincidence window) ###############
144 
145 config_LFlashHit:
146 {
147 module_type: "ToFProducer"
148 OpHitModuleLabel: "ophitpmt"
149 OpFlashModuleLabel0: "opflashtpc0"
150 OpFlashModuleLabel1: "opflashtpc1"
151 CrtHitModuleLabel: "crthit"
152 CrtTrackModuleLabel: "crttrack"
153 CoincidenceWindow: 50.0
154 OpDelay: 194.5
155 CRThitThresh: 100.0
156 FlashPeThresh: 500.0
157 HitPeThresh: 50.0
158 BeamLow: -200.0
159 BeamUp: 1800.0
160 LFlash: false
161 LFlash_hit: true
162 CFlash: false
163 CFlash_hit: false
164 Lhit: false
165 Chit: false
166 CRTBackTrack: @local::standard_crtbacktracker
167 }
168 
169 ############ Configuration to run Producer module (calculate ToF metric using earliest optical hit of the closest optical flash inside coincidence window) ###############
170 
171 config_CFlashHit:
172 {
173 module_type: "ToFProducer"
174 OpHitModuleLabel: "ophitpmt"
175 OpFlashModuleLabel0: "opflashtpc0"
176 OpFlashModuleLabel1: "opflashtpc1"
177 CrtHitModuleLabel: "crthit"
178 CrtTrackModuleLabel: "crttrack"
179 CoincidenceWindow: 50.0
180 OpDelay: 194.5
181 CRThitThresh: 100.0
182 FlashPeThresh: 500.0
183 HitPeThresh: 50.0
184 BeamLow: -200.0
185 BeamUp: 1800.0
186 LFlash: false
187 LFlash_hit: false
188 CFlash: false
189 CFlash_hit: true
190 Lhit: false
191 Chit: false
192 CRTBackTrack: @local::standard_crtbacktracker
193 }
194 
195 #################### Configuration to run Filter module (remove cosmic like events by looking at ToF values calculated using largest optical hit methode) #################
196 
197 config_Lhit_Filt:
198 {
199 module_type: "ToFFilter"
200 tofLhitLabel: "ToFLhit"
201 tofChitLabel: "ToFChit"
202 tofLflashLabel: "ToFLFlash"
203 tofCflashLabel: "ToFCFlash"
204 tofLflashhitLabel: "ToFLFlashHit"
205 tofCflashhitLabel: "ToFCFlashHit"
206 use_Lhit: true
207 use_Chit: false
208 use_Lflsh: false
209 use_Cflsh: false
210 use_Lflsh_hit: false
211 use_Cflsh_hit: false
212 tof_Lhit_cut: -10.0
213 tof_Chit_cut: -10.0
214 tof_Lflsh_cut: -10.0
215 tof_Cflsh_cut: -10.0
216 tof_Lflshhit_cut: -10.0
217 tof_Cflshhit_cut: -10.0
218 }
219 
220 #################### Configuration to run Filter module (remove cosmic like events by looking at ToF values calculated using closest optical hit methode) #################
221 
222 config_Chit_Filt:
223 {
224 module_type: "ToFFilter"
225 tofLhitLabel: "ToFLhit"
226 tofChitLabel: "ToFChit"
227 tofLflashLabel: "ToFLFlash"
228 tofCflashLabel: "ToFCFlash"
229 tofLflashhitLabel: "ToFLFlashHit"
230 tofCflashhitLabel: "ToFCFlashHit"
231 use_Lhit: false
232 use_Chit: true
233 use_Lflsh: false
234 use_Cflsh: false
235 use_Lflsh_hit: false
236 use_Cflsh_hit: false
237 tof_Lhit_cut: -10.0
238 tof_Chit_cut: -10.0
239 tof_Lflsh_cut: -10.0
240 tof_Cflsh_cut: -10.0
241 tof_Lflshhit_cut: -10.0
242 tof_Cflshhit_cut: -10.0
243 }
244 
245 #################### Configuration to run Filter module (remove cosmic like events by looking at ToF values calculated using largest optical flash methode) ################
246 
247 config_LFlash_Filt:
248 {
249 module_type: "ToFFilter"
250 tofLhitLabel: "ToFLhit"
251 tofChitLabel: "ToFChit"
252 tofLflashLabel: "ToFLFlash"
253 tofCflashLabel: "ToFCFlash"
254 tofLflashhitLabel: "ToFLFlashHit"
255 tofCflashhitLabel: "ToFCFlashHit"
256 use_Lhit: false
257 use_Chit: false
258 use_Lflsh: true
259 use_Cflsh: false
260 use_Lflsh_hit: false
261 use_Cflsh_hit: false
262 tof_Lhit_cut: -10.0
263 tof_Chit_cut: -10.0
264 tof_Lflsh_cut: -10.0
265 tof_Cflsh_cut: -10.0
266 tof_Lflshhit_cut: -10.0
267 tof_Cflshhit_cut: -10.0
268 }
269 
270 #################### Configuration to run Filter module (remove cosmic like events by looking at ToF values calculated using closest optical flash methode) ################
271 
272 config_CFlash_Filt:
273 {
274 module_type: "ToFFilter"
275 tofLhitLabel: "ToFLhit"
276 tofChitLabel: "ToFChit"
277 tofLflashLabel: "ToFLFlash"
278 tofCflashLabel: "ToFCFlash"
279 tofLflashhitLabel: "ToFLFlashHit"
280 tofCflashhitLabel: "ToFCFlashHit"
281 use_Lhit: false
282 use_Chit: false
283 use_Lflsh: false
284 use_Cflsh: true
285 use_Lflsh_hit: false
286 use_Cflsh_hit: false
287 tof_Lhit_cut: -10.0
288 tof_Chit_cut: -10.0
289 tof_Lflsh_cut: -10.0
290 tof_Cflsh_cut: -10.0
291 tof_Lflshhit_cut: -10.0
292 tof_Cflshhit_cut: -10.0
293 }
294 
295 ################ Configuration to run Filter module (remove cosmic like events by looking at ToF values calculated using earliest hit of the largest flash) ###################
296 
297 config_LFlashHit_Filt:
298 {
299 module_type: "ToFFilter"
300 tofLhitLabel: "ToFLhit"
301 tofChitLabel: "ToFChit"
302 tofLflashLabel: "ToFLFlash"
303 tofCflashLabel: "ToFCFlash"
304 tofLflashhitLabel: "ToFLFlashHit"
305 tofCflashhitLabel: "ToFCFlashHit"
306 use_Lhit: false
307 use_Chit: false
308 use_Lflsh: false
309 use_Cflsh: false
310 use_Lflsh_hit: true
311 use_Cflsh_hit: false
312 tof_Lhit_cut: -10.0
313 tof_Chit_cut: -10.0
314 tof_Lflsh_cut: -10.0
315 tof_Cflsh_cut: -10.0
316 tof_Lflshhit_cut: -10.0
317 tof_Cflshhit_cut: -10.0
318 }
319 
320 ################ Configuration to run Filter module (remove cosmic like events by looking at ToF values calculated using earliest hit of the closest flash) ###################
321 
322 config_CFlashHit_Filt:
323 {
324 module_type: "ToFFilter"
325 tofLhitLabel: "ToFLhit"
326 tofChitLabel: "ToFChit"
327 tofLflashLabel: "ToFLFlash"
328 tofCflashLabel: "ToFCFlash"
329 tofLflashhitLabel: "ToFLFlashHit"
330 tofCflashhitLabel: "ToFCFlashHit"
331 use_Lhit: false
332 use_Chit: false
333 use_Lflsh: false
334 use_Cflsh: false
335 use_Lflsh_hit: false
336 use_Cflsh_hit: true
337 tof_Lhit_cut: -10.0
338 tof_Chit_cut: -10.0
339 tof_Lflsh_cut: -10.0
340 tof_Cflsh_cut: -10.0
341 tof_Lflshhit_cut: -10.0
342 tof_Cflshhit_cut: -10.0
343 }
344 
345 END_PROLOG
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