Fork me on GitHub

source: git/cards/delphes_card_CLICdet.tcl@ 5554fa9

ImprovedOutputFile Timing dual_readout llp
Last change on this file since 5554fa9 was 5554fa9, checked in by Ulrike Schnoor <schnooru@…>, 7 years ago

CLICdet folder for files used in CLICdet card

  • Property mode set to 100644
File size: 25.4 KB
Line 
1#######################################
2# CLICdet model
3# based on CLICdp-Note-2017-001
4# Ulrike Schnoor ulrike.schnoor@cern.ch
5#
6# Jet finding with Valencia algorithm:
7# use exclusive clustering with njets
8# according to final state
9#
10#######################################
11# Order of execution of various modules
12#######################################
13
14set ExecutionPath {
15 ParticlePropagator
16
17 ChargedHadronTrackingEfficiency
18 ElectronTrackingEfficiency
19 MuonTrackingEfficiency
20
21 ChargedHadronMomentumSmearing
22 ElectronMomentumSmearing
23 MuonMomentumSmearing
24
25 TrackMerger
26
27 ECal
28 HCal
29
30 Calorimeter
31 EFlowMerger
32
33
34 PhotonEfficiency
35 PhotonIsolation
36
37 ElectronFilter
38 ElectronEfficiency
39 ElectronIsolation
40
41 ChargedHadronFilter
42
43 MuonEfficiency
44 MuonIsolation
45
46 EFlowFilter
47
48 NeutrinoFilter
49 GenJetFinder
50 FastJetFinderKt
51 FastJetFinderVLC_R05_N2
52 FastJetFinderVLC_R05_N3
53 FastJetFinderVLC_R05_N4
54 FastJetFinderVLC_R05_N5
55 FastJetFinderVLC_R05_N6
56 FastJetFinderVLC_R07_N2
57 FastJetFinderVLC_R07_N3
58 FastJetFinderVLC_R07_N4
59 FastJetFinderVLC_R07_N5
60 FastJetFinderVLC_R07_N6
61 FastJetFinderVLC_R10_N2
62 FastJetFinderVLC_R10_N3
63 FastJetFinderVLC_R10_N4
64 FastJetFinderVLC_R10_N5
65 FastJetFinderVLC_R10_N6
66 FastJetFinderVLC_R12_N2
67 FastJetFinderVLC_R12_N3
68 FastJetFinderVLC_R12_N4
69 FastJetFinderVLC_R12_N5
70 FastJetFinderVLC_R12_N6
71 FastJetFinderVLC_R15_N2
72 FastJetFinderVLC_R15_N3
73 FastJetFinderVLC_R15_N4
74 FastJetFinderVLC_R15_N5
75 FastJetFinderVLC_R15_N6
76
77
78
79 MissingET
80 GenMissingET
81
82
83
84 JetFlavorAssociation_R05N2
85 JetFlavorAssociation_R05N3
86 JetFlavorAssociation_R05N4
87 JetFlavorAssociation_R05N5
88 JetFlavorAssociation_R05N6
89
90 JetFlavorAssociation_R07N2
91 JetFlavorAssociation_R07N3
92 JetFlavorAssociation_R07N4
93 JetFlavorAssociation_R07N5
94 JetFlavorAssociation_R07N6
95
96 JetFlavorAssociation_R10N2
97 JetFlavorAssociation_R10N3
98 JetFlavorAssociation_R10N4
99 JetFlavorAssociation_R10N5
100 JetFlavorAssociation_R10N6
101
102 JetFlavorAssociation_R12N2
103 JetFlavorAssociation_R12N3
104 JetFlavorAssociation_R12N4
105 JetFlavorAssociation_R12N5
106 JetFlavorAssociation_R12N6
107
108 JetFlavorAssociation_R15N2
109 JetFlavorAssociation_R15N3
110 JetFlavorAssociation_R15N4
111 JetFlavorAssociation_R15N5
112 JetFlavorAssociation_R15N6
113
114 BTaggingWP50_R05N2
115 BTaggingWP70_R05N2
116 BTaggingWP90_R05N2
117 BTaggingWP50_R05N3
118 BTaggingWP70_R05N3
119 BTaggingWP90_R05N3
120 BTaggingWP50_R05N4
121 BTaggingWP70_R05N4
122 BTaggingWP90_R05N4
123 BTaggingWP50_R05N5
124 BTaggingWP70_R05N5
125 BTaggingWP90_R05N5
126 BTaggingWP50_R05N6
127 BTaggingWP70_R05N6
128 BTaggingWP90_R05N6
129 BTaggingWP50_R07N2
130 BTaggingWP70_R07N2
131 BTaggingWP90_R07N2
132 BTaggingWP50_R07N3
133 BTaggingWP70_R07N3
134 BTaggingWP90_R07N3
135 BTaggingWP50_R07N4
136 BTaggingWP70_R07N4
137 BTaggingWP90_R07N4
138 BTaggingWP50_R07N5
139 BTaggingWP70_R07N5
140 BTaggingWP90_R07N5
141 BTaggingWP50_R07N6
142 BTaggingWP70_R07N6
143 BTaggingWP90_R07N6
144 BTaggingWP50_R10N2
145 BTaggingWP70_R10N2
146 BTaggingWP90_R10N2
147 BTaggingWP50_R10N3
148 BTaggingWP70_R10N3
149 BTaggingWP90_R10N3
150 BTaggingWP50_R10N4
151 BTaggingWP70_R10N4
152 BTaggingWP90_R10N4
153 BTaggingWP50_R10N5
154 BTaggingWP70_R10N5
155 BTaggingWP90_R10N5
156 BTaggingWP50_R10N6
157 BTaggingWP70_R10N6
158 BTaggingWP90_R10N6
159 BTaggingWP50_R12N2
160 BTaggingWP70_R12N2
161 BTaggingWP90_R12N2
162 BTaggingWP50_R12N3
163 BTaggingWP70_R12N3
164 BTaggingWP90_R12N3
165 BTaggingWP50_R12N4
166 BTaggingWP70_R12N4
167 BTaggingWP90_R12N4
168 BTaggingWP50_R12N5
169 BTaggingWP70_R12N5
170 BTaggingWP90_R12N5
171 BTaggingWP50_R12N6
172 BTaggingWP70_R12N6
173 BTaggingWP90_R12N6
174 BTaggingWP50_R15N2
175 BTaggingWP70_R15N2
176 BTaggingWP90_R15N2
177 BTaggingWP50_R15N3
178 BTaggingWP70_R15N3
179 BTaggingWP90_R15N3
180 BTaggingWP50_R15N4
181 BTaggingWP70_R15N4
182 BTaggingWP90_R15N4
183 BTaggingWP50_R15N5
184 BTaggingWP70_R15N5
185 BTaggingWP90_R15N5
186 BTaggingWP50_R15N6
187 BTaggingWP70_R15N6
188 BTaggingWP90_R15N6
189
190
191 TauTagging_R05N2
192
193 ScalarHT
194
195
196 TreeWriter
197}
198
199#################################
200# Propagate particles in cylinder
201#################################
202
203module ParticlePropagator ParticlePropagator {
204 set InputArray Delphes/stableParticles
205
206 set OutputArray stableParticles
207 set ChargedHadronOutputArray chargedHadrons
208 set ElectronOutputArray electrons
209 set MuonOutputArray muons
210
211 # radius of the magnetic field coverage in the calorimeter, in m
212 set Radius 1.5
213 # half-length of the magnetic field coverage in the calorimeter, in m
214 set HalfLength 2.31
215
216 # magnetic field, in T
217 set Bz 4.0
218}
219
220####################################
221# Charged hadron tracking efficiency
222####################################
223
224module Efficiency ChargedHadronTrackingEfficiency {
225 set InputArray ParticlePropagator/chargedHadrons
226 set OutputArray chargedHadrons
227 # Current full simulation with CLICdet provides for pions:
228
229 set EfficiencyFormula {
230 (abs(eta) > 2.54) * (0.000) +
231 (energy >= 100) * (abs(eta) < 2.54) * (1.000) +
232 (energy < 100 && energy >= 10) * (abs(eta) <=2.54 && abs(eta) > 2.34) * (0.994) +
233 (energy < 100 && energy >= 10) * (abs(eta) <= 2.34) * (1.000) +
234 (energy < 10 && energy >= 1) * (abs(eta) <= 2.54 && abs(eta) > 0.55 ) * (0.000) +
235 (energy < 10 && energy >= 1) * (abs(eta) <= 0.55 ) * (1.000)
236 }
237}
238
239##############################
240# Electron tracking efficiency
241##############################
242
243module Efficiency ElectronTrackingEfficiency {
244 set InputArray ParticlePropagator/electrons
245 set OutputArray electrons
246
247
248 # Current full simulation with CLICdet provides for electrons:
249 set EfficiencyFormula {
250 (pt <= 1) * (0.000) +
251 (abs(eta) > 2.54) * (0.000) +
252 (energy > 100) * (abs(eta) <= 2.54 && abs(eta) > 2.44 ) * (0.993) +
253 (energy > 100) * (abs(eta) <= 2.44 && abs(eta) > 2.34 ) * (0.997) +
254 (energy > 100) * (abs(eta) <= 2.34 ) * (1.000) +
255 (energy <= 100 && energy > 10) * (abs(eta) <= 2.54 && abs(eta) > 2.17 ) * (0.998) +
256 (energy <= 100 && energy > 10) * (abs(eta) <= 2.17) * (1.000) +
257 (energy <= 10 && energy > 1) * (abs(eta) > 2.34 ) * (0.000) +
258 (energy <= 10 && energy > 1) * (abs(eta) <= 2.34 && abs(eta) > 0.76 ) * (0.997) +
259 (energy <= 10 && energy > 1) * (abs(eta) <= 0.76) * (0.999)
260 }
261}
262
263##########################
264# Muon tracking efficiency
265##########################
266
267module Efficiency MuonTrackingEfficiency {
268 set InputArray ParticlePropagator/muons
269 set OutputArray muons
270
271 # Current full simulation with CLICdet provides for muons:
272 set EfficiencyFormula {
273 (pt < 1) * (0.000)+
274 (abs(eta) > 2.54) * (0.0000) +
275 (abs(eta) <= 2.54 && abs(eta) > 2.44 ) * (energy >= 100) * (0.994) +
276 (abs(eta) <= 2.54 && abs(eta) > 2.44 ) * (energy >= 10 && energy < 100) * (0.997) +
277 (abs(eta) <= 2.54 && abs(eta) > 2.44 ) * (energy >= 1 && energy < 10) * (0.996) +
278 (abs(eta) <= 2.44 ) * (energy >= 10) * (1.000) +
279 (abs(eta) <= 2.44 && abs(eta) > 2.25 ) * (energy >= 1 && energy < 10) * (0.999) +
280 (abs(eta) <= 2.25 ) * (energy >= 1) * (1.000)
281 }
282}
283
284########################################
285# Momentum resolution for charged tracks
286########################################
287
288module MomentumSmearing ChargedHadronMomentumSmearing {
289 set InputArray ChargedHadronTrackingEfficiency/chargedHadrons
290 set OutputArray chargedHadrons
291
292
293 # Resolution given in dpT/pT.
294 # CLICdet internal studies
295 set ResolutionFormula {
296 (abs(eta) < 2.66 && abs(eta) >= 2.03 ) * sqrt( 8.56036e-05^2 * pt^2 +0.0148987^2 ) +
297 (abs(eta) < 2.03 && abs(eta) >= 1.01 ) * sqrt( 1.12382e-05^2 * pt^2 +0.00391722^2 ) +
298 (abs(eta) < 1.01 && abs(eta) >= 0.55 ) * sqrt( 1.16768e-05^2 * pt^2 +0.00255204^2 ) +
299 (abs(eta) < 0.55 && abs(eta) >= 0.18 ) * sqrt( 1.28327e-05^2 * pt^2 +0.00220587^2 ) +
300 (abs(eta) < 0.18) * sqrt( 1.32845e-05^2 * pt^2 +0.00209325^2 )
301
302 }
303}
304
305###################################
306# Momentum resolution for electrons
307###################################
308
309module MomentumSmearing ElectronMomentumSmearing {
310 set InputArray ElectronTrackingEfficiency/electrons
311 set OutputArray electrons
312
313 # Resolution given in dpT/pT.
314 # CLICdet internal studies
315 set ResolutionFormula {
316 (abs(eta) < 2.66 && abs(eta) >= 2.03 ) * sqrt( 8.62283e-05^2 * pt^2 + 0.0177556^2 ) +
317 (abs(eta) < 2.03 && abs(eta) >= 1.01 ) * sqrt( 1.0915e-05 ^2 * pt^2 + 0.00663766^2 ) +
318 (abs(eta) < 1.01 && abs(eta) >= 0.55 ) * sqrt( 1.15518e-05^2 * pt^2 + 0.00398644^2 ) +
319 (abs(eta) < 0.55 && abs(eta) >= 0.18 ) * sqrt( 1.3307e-05 ^2 * pt^2 + 0.00317807^2 ) +
320 (abs(eta) < 0.18) * sqrt( 1.40722e-05^2 * pt^2 + 0.00292138^2 )
321
322 }
323}
324
325###############################
326# Momentum resolution for muons
327###############################
328
329module MomentumSmearing MuonMomentumSmearing {
330 set InputArray MuonTrackingEfficiency/muons
331 set OutputArray muons
332
333 # Resolution given in dpT/pT.
334
335 # CLICdet internal studies
336 set ResolutionFormula {
337
338 (abs(eta) < 2.66 && abs(eta) >= 2.03 ) * sqrt(4.57439e-05^2 * pt^2* + 0.0149328^2 ) +
339 (abs(eta) < 2.03 && abs(eta) >= 1.01 ) * sqrt(9.81626e-06^2 * pt^2* + 0.00379895^2 ) +
340 (abs(eta) < 1.01 && abs(eta) >= 0.55 ) * sqrt(1.1959e-05^2 * pt^2* + 0.00242417^2 ) +
341 (abs(eta) < 0.55 && abs(eta) >= 0.18 ) * sqrt(1.20149e-05^2 * pt^2 + 0.00219291^2 ) +
342 (abs(eta) < 0.18) * sqrt(1.29686e-05^2 * pt^2 + 0.0020392^2 )
343
344 }
345}
346
347##############
348# Track merger
349##############
350
351module Merger TrackMerger {
352 # add InputArray InputArray
353 add InputArray ChargedHadronMomentumSmearing/chargedHadrons
354 add InputArray ElectronMomentumSmearing/electrons
355 add InputArray MuonMomentumSmearing/muons
356 set OutputArray tracks
357}
358
359#############
360# ECAL
361#############
362
363module SimpleCalorimeter ECal {
364 set ParticleInputArray ParticlePropagator/stableParticles
365 set TrackInputArray TrackMerger/tracks
366
367 set TowerOutputArray ecalTowers
368 set EFlowTrackOutputArray eflowTracks
369 set EFlowTowerOutputArray eflowPhotons
370
371 set IsEcal true
372
373 set EnergyMin 0.5
374 set EnergySignificanceMin 1.0
375
376 set SmearTowerCenter true
377
378 set pi [expr {acos(-1)}]
379
380 # lists of the edges of each tower in eta and phi
381 # each list starts with the lower edge of the first tower
382 # the list ends with the higher edged of the last tower
383
384 #ECAL barrel: dphi = 0.2 degree, deta=0.003 towers up to |eta| <=1.2
385 #ECAL endcaps: dphi = 0.8 degree, deta=0.02 towers up to |eta| <=2.5
386 #ECAL plug: dphi = 1 degree, deta = 0.02 up to |eta| <=3
387 #ECAL cell sizes always 5x5 mm^2
388
389 #barrel:
390 #dphi = 0.2 degree towers up to eta <=1.2
391 set PhiBins {}
392 for {set i -900} {$i <= 900} {incr i} {
393 add PhiBins [expr {$i * $pi/900.0 }]
394 }
395 # 0.003 unit (5x5 mm^2) in eta up to eta <=1.2
396 for {set i -400} {$i <=400} {incr i} {
397 set eta [expr {$i * 0.003}]
398 add EtaPhiBins $eta $PhiBins
399 }
400
401 #endcaps:
402 #dphi = 0.8 degree towers for 1.2 < eta <=2.5
403 set PhiBins {}
404 for {set i -225} {$i <= 225} {incr i} {
405 add PhiBins [expr {$i * $pi/225.}]
406 }
407 #deta=0.02 units for 1.2 < |eta| <=2.5
408 #first, from -2.5 to -1.2, there will be (1.3/0.02=)65 segments
409 for {set i 1} {$i <=66} {incr i} {
410 set eta [expr {-2.52 + $i * 0.02}]
411 add EtaPhiBins $eta $PhiBins
412 }
413 #same for 1.2 to 2.5
414 for {set i 1} {$i <=66} {incr i} {
415 set eta [expr {1.18 + $i*0.02}]
416 add EtaPhiBins $eta $PhiBins
417 }
418
419 #plug:
420 #dphi = 1 degree for 2.5 < eta <=3
421 set PhiBins {}
422 for {set i -180} {$i <= 180} {incr i} {
423 add PhiBins [expr {$i * $pi/180.}]
424 }
425 # deta = 0.02 for 2.5 < |eta| <=3
426 # from -3 to -2.5, there will be 25 segments
427 for {set i 1} {$i <= 26} {incr i} {
428 set eta [expr {-3.02 + $i * 0.02}]
429 add EtaPhiBins $eta $PhiBins
430 }
431 #same for 2.5 to 3
432 for {set i 1} {$i <= 26} {incr i} {
433 set eta [expr {2.48 + $i*0.02}]
434 add EtaPhiBins $eta $PhiBins
435 }
436
437
438
439 # default energy fractions {abs(PDG code)} {fraction of energy deposited in ECAL}
440
441 add EnergyFraction {0} {0.0}
442 # energy fractions for e, gamma and pi0
443 add EnergyFraction {11} {1.0}
444 add EnergyFraction {22} {1.0}
445 add EnergyFraction {111} {1.0}
446 # energy fractions for muon, neutrinos and neutralinos
447 add EnergyFraction {12} {0.0}
448 add EnergyFraction {13} {0.0}
449 add EnergyFraction {14} {0.0}
450 add EnergyFraction {16} {0.0}
451 add EnergyFraction {1000022} {0.0}
452 add EnergyFraction {1000023} {0.0}
453 add EnergyFraction {1000025} {0.0}
454 add EnergyFraction {1000035} {0.0}
455 add EnergyFraction {1000045} {0.0}
456 # energy fractions for K0short and Lambda
457 add EnergyFraction {310} {0.3}
458 add EnergyFraction {3122} {0.3}
459
460 # set ECalResolutionFormula {resolution formula as a function of eta and energy}
461 # not from CLICdet
462 set ResolutionFormula { (abs(eta) <= 3.0) * sqrt(energy^2*0.01^2 + energy*0.15^2) }
463
464}
465
466#############
467# HCAL
468#############
469
470module SimpleCalorimeter HCal {
471 set ParticleInputArray ParticlePropagator/stableParticles
472 set TrackInputArray ECal/eflowTracks
473
474 set TowerOutputArray hcalTowers
475 set EFlowTrackOutputArray eflowTracks
476 set EFlowTowerOutputArray eflowNeutralHadrons
477
478 set IsEcal false
479
480 set EnergyMin 1.0
481 set EnergySignificanceMin 1.0
482
483 set SmearTowerCenter true
484
485 set pi [expr {acos(-1)}]
486
487 # lists of the edges of each tower in eta and phi
488 # each list starts with the lower edge of the first tower
489 # the list ends with the higher edged of the last tower
490
491
492 #HCAL barrel: dphi = 1 degree, deta= 0.02 towers up to |eta| <=0.8
493 #HCAL ring: dphi = 1 degree, deta= 0.02 towers up to |eta| <=0.9
494 #HCAL endcaps: dphi = 6 degree, deta = 0.1 up to |eta| <=3.5
495 #HCAL cell sizes always 30x30 mm^2
496
497 #barrel and ring:
498 #dphi = 1 degree up to |eta| <=0.9
499 set PhiBins {}
500 for {set i -180} {$i <=180} {incr i} {
501 add PhiBins [expr {$i * $pi/180.0}]
502 }
503 #deta= 0.02 towers up to |eta| <=0.9
504 for {set i -45} {$i <=45} {incr i} {
505 set eta [expr {$i * 0.02}]
506 add EtaPhiBins $eta $PhiBins
507 }
508
509 #endcaps:
510 # dphi = 6 degree
511 set PhiBins {}
512 for {set i -30} {$i <=30} {incr i} {
513 add PhiBins [expr {$i * $pi/30.0}]
514 }
515 # deta =0.1 for 0.9 < |eta| <=3.5
516 #for -3.5 to -0.9, 26 segments
517 for {set i 1} {$i <=27} {incr i} {
518 set eta [expr {-3.6 + $i * 0.1}]
519 add EtaPhiBins $eta $PhiBins
520 }
521 #same for 0.9 to 3.5
522 for {set i 1} {$i <=27} {incr i} {
523 set eta [expr {0.8 + $i * 0.1 }]
524 add EtaPhiBins $eta $PhiBins
525 }
526
527 # default energy fractions {abs(PDG code)} {Fecal Fhcal}
528 add EnergyFraction {0} {1.0}
529 # energy fractions for e, gamma and pi0
530 add EnergyFraction {11} {0.0}
531 add EnergyFraction {22} {0.0}
532 add EnergyFraction {111} {0.0}
533 # energy fractions for muon, neutrinos and neutralinos
534 add EnergyFraction {12} {0.0}
535 add EnergyFraction {13} {0.0}
536 add EnergyFraction {14} {0.0}
537 add EnergyFraction {16} {0.0}
538 add EnergyFraction {1000022} {0.0}
539 add EnergyFraction {1000023} {0.0}
540 add EnergyFraction {1000025} {0.0}
541 add EnergyFraction {1000035} {0.0}
542 add EnergyFraction {1000045} {0.0}
543 # energy fractions for K0short and Lambda
544 add EnergyFraction {310} {0.7}
545 add EnergyFraction {3122} {0.7}
546
547 # set HCalResolutionFormula {resolution formula as a function of eta and energy}
548 #CLICdet internal studies
549 set ResolutionFormula { (abs(eta)< 0.8) * sqrt(1.48^2 + 0.251^2*energy + 0.0537^2*energy^2) +
550 (abs(eta)>= 0.8 && abs(eta)<=3) * sqrt( 1.09^2 + 0.321^2*energy + 0.0517^2*energy^2 )}
551
552}
553
554#################
555# Electron filter
556#################
557
558module PdgCodeFilter ElectronFilter {
559 set InputArray HCal/eflowTracks
560 set OutputArray electrons
561 set Invert true
562 add PdgCode {11}
563 add PdgCode {-11}
564}
565
566######################
567# ChargedHadronFilter
568######################
569
570module PdgCodeFilter ChargedHadronFilter {
571 set InputArray HCal/eflowTracks
572 set OutputArray chargedHadrons
573
574 add PdgCode {11}
575 add PdgCode {-11}
576 add PdgCode {13}
577 add PdgCode {-13}
578}
579
580
581
582###################################################
583# Tower Merger (in case not using e-flow algorithm)
584###################################################
585
586module Merger Calorimeter {
587 # add InputArray InputArray
588 add InputArray ECal/ecalTowers
589 add InputArray HCal/hcalTowers
590 set OutputArray towers
591}
592
593
594####################
595# Energy flow merger
596####################
597
598module Merger EFlowMerger {
599 # add InputArray InputArray
600 add InputArray HCal/eflowTracks
601 add InputArray ECal/eflowPhotons
602 add InputArray HCal/eflowNeutralHadrons
603 set OutputArray eflow
604}
605
606
607###################
608# Photon efficiency
609###################
610
611module Efficiency PhotonEfficiency {
612 set InputArray ECal/eflowPhotons
613 set OutputArray photons
614
615 # set EfficiencyFormula {efficiency formula as a function of eta and pt}
616
617 # efficiency formula for photons
618 # current full simulation of CLICdet yields:
619 set EfficiencyFormula {(abs(eta) < 0.7)*(0.94) + (abs(eta) >=0.7 && abs(eta) <=3.0) * (0.9) }
620
621}
622
623##################
624# Photon isolation
625##################
626
627module Isolation PhotonIsolation {
628 set CandidateInputArray PhotonEfficiency/photons
629 set IsolationInputArray EFlowMerger/eflow
630
631 set OutputArray photons
632
633 set DeltaRMax 0.5
634
635 set PTMin 0.5
636
637 set PTRatioMax 0.12
638}
639
640#####################
641# Electron efficiency
642#####################
643
644module Efficiency ElectronEfficiency {
645 set InputArray ElectronFilter/electrons
646 set OutputArray electrons
647
648 # set EfficiencyFormula {efficiency formula as a function of eta and pt}
649 set EfficiencyFormula {(abs( eta)<0.7 )*( 0.89)+
650 (abs(eta) > 0.7 && abs(eta) < 3)*( 0.8)}
651
652 # efficiency formula for electrons
653# set EfficiencyFormula { (pt <= 10.0) * (0.00) +
654# (abs(eta) <= 1.5) * (pt > 10.0) * (0.95) +
655# (abs(eta) > 1.5 && abs(eta) <= 2.5) * (pt > 10.0) * (0.95) +
656# (abs(eta) > 2.5) * (0.00)}
657}
658
659####################
660# Electron isolation
661####################
662
663module Isolation ElectronIsolation {
664 set CandidateInputArray ElectronEfficiency/electrons
665 set IsolationInputArray EFlowMerger/eflow
666
667 set OutputArray electrons
668
669 set DeltaRMax 0.5
670
671 set PTMin 0.5
672
673 set PTRatioMax 0.12
674}
675
676#################
677# Muon efficiency
678#################
679
680module Efficiency MuonEfficiency {
681 set InputArray MuonMomentumSmearing/muons
682 set OutputArray muons
683
684 # set EfficiencyFormula {efficiency as a function of eta and pt}
685
686 # efficiency formula for muons
687 # current full simulation of CLICdet yields:
688 set EfficiencyFormula {(energy < 50 )*(0.98) + (energy>=50) *(0.999)}
689}
690
691################
692# Muon isolation
693################
694
695module Isolation MuonIsolation {
696 set CandidateInputArray MuonEfficiency/muons
697 set IsolationInputArray EFlowMerger/eflow
698
699 set OutputArray muons
700
701 set DeltaRMax 0.5
702
703 set PTMin 0.5
704
705 set PTRatioMax 0.25
706}
707
708
709
710###################
711# Missing ET merger
712###################
713
714module Merger MissingET {
715 # add InputArray InputArray
716 add InputArray EFlowMerger/eflow
717 set MomentumOutputArray momentum
718}
719
720
721##################
722# Scalar HT merger
723##################
724
725module Merger ScalarHT {
726 # add InputArray InputArray
727 add InputArray EFlowMerger/eflow
728 set EnergyOutputArray energy
729}
730######################
731# EFlowFilter (UniqueObjectFinder)
732######################
733module UniqueObjectFinder EFlowFilter {
734 add InputArray PhotonIsolation/photons photons
735 add InputArray ElectronIsolation/electrons electrons
736 add InputArray MuonIsolation/muons muons
737 add InputArray EFlowMerger/eflow eflow
738}
739
740#################
741# Neutrino Filter
742#################
743
744module PdgCodeFilter NeutrinoFilter {
745
746 set InputArray Delphes/stableParticles
747 set OutputArray filteredParticles
748
749 set PTMin 0.0
750
751 add PdgCode {12}
752 add PdgCode {14}
753 add PdgCode {16}
754 add PdgCode {-12}
755 add PdgCode {-14}
756 add PdgCode {-16}
757
758}
759
760
761#####################
762# MC truth jet finder
763#####################
764
765module FastJetFinder GenJetFinder {
766 set InputArray NeutrinoFilter/filteredParticles
767
768 set OutputArray jets
769
770 # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt
771 set JetAlgorithm 9
772 set ParameterR 0.5
773
774 set JetPTMin 20.0
775}
776
777#########################
778# Gen Missing ET merger
779########################
780
781module Merger GenMissingET {
782 # add InputArray InputArray
783 add InputArray NeutrinoFilter/filteredParticles
784 set MomentumOutputArray momentum
785}
786
787
788
789############
790# Jet finder
791############
792
793module FastJetFinder FastJetFinderKt {
794 # set InputArray Calorimeter/towers
795 set InputArray EFlowMerger/eflow
796
797 set OutputArray KTjets
798
799 # algorithm: 1 CDFJetClu, 2 MidPoint, 3 SIScone, 4 kt, 5 Cambridge/Aachen, 6 antikt
800 set JetAlgorithm 4
801 set ParameterR 0.5
802
803 set JetPTMin 20.0
804}
805
806source CLICdet/CLICdet_JetReco.tcl
807
808
809###################
810## Jet Energy Scale
811###################
812#
813#module EnergyScale JetEnergyScale {
814# set InputArray FastJetFinderVLC_R10_N4/VLCjetsR10N4
815# set OutputArray jets
816#
817# # scale formula for jets
818# set ScaleFormula {1.00}
819#}
820
821
822########################
823# Jet Flavor Association
824########################
825
826source CLICdet/CLICdet_JetFlavorAssociation.tcl
827
828###########
829# b-tagging
830###########
831# based on CLICdp-Note-2014-002
832
833source CLICdet/CLICdet_BTagging.tcl
834
835
836#############
837# tau-tagging
838#############
839
840
841module TauTagging TauTagging_R05N2 {
842 set ParticleInputArray Delphes/allParticles
843 set PartonInputArray Delphes/partons
844 set JetInputArray FastJetFinderVLC_R05_N2/VLCjetsR05N2
845
846 set DeltaR 0.5
847
848 set TauPTMin 1.0
849
850 set TauEtaMax 4.0
851
852 # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt}
853
854 # default efficiency formula (misidentification rate)
855 add EfficiencyFormula {0} {0.001}
856 # efficiency formula for tau-jets
857 add EfficiencyFormula {15} {0.4}
858}
859
860#####################################################
861# Find uniquely identified photons/electrons/tau/jets
862#####################################################
863
864#module UniqueObjectFinder UniqueObjectFinder {
865# # earlier arrays take precedence over later ones
866# # add InputArray InputArray OutputArray
867# add InputArray PhotonIsolation/photons photons
868# add InputArray ElectronIsolation/electrons electrons
869# add InputArray MuonIsolation/muons muons
870# add InputArray JetEnergyScale/jets jets
871####not necessary any more, since these objects have already been removed if necessary??
872#}
873#
874
875##################
876# ROOT tree writer
877##################
878
879module TreeWriter TreeWriter {
880 # add Branch InputArray BranchName BranchClass
881 add Branch Delphes/allParticles Particle GenParticle
882
883 add Branch GenJetFinder/jets GenJet Jet
884
885 add Branch FastJetFinderKt/KTjets KTjet Jet
886 add Branch FastJetFinderVLC_R05_N2/VLCjetsR05N2 VLCjetR05N2 Jet
887 add Branch FastJetFinderVLC_R05_N3/VLCjetsR05N3 VLCjetR05N3 Jet
888 add Branch FastJetFinderVLC_R05_N4/VLCjetsR05N4 VLCjetR05N4 Jet
889 add Branch FastJetFinderVLC_R05_N5/VLCjetsR05N5 VLCjetR05N5 Jet
890 add Branch FastJetFinderVLC_R05_N6/VLCjetsR05N6 VLCjetR05N6 Jet
891
892 add Branch FastJetFinderVLC_R07_N2/VLCjetsR07N2 VLCjetR07N2 Jet
893 add Branch FastJetFinderVLC_R07_N3/VLCjetsR07N3 VLCjetR07N3 Jet
894 add Branch FastJetFinderVLC_R07_N4/VLCjetsR07N4 VLCjetR07N4 Jet
895 add Branch FastJetFinderVLC_R07_N5/VLCjetsR07N5 VLCjetR07N5 Jet
896 add Branch FastJetFinderVLC_R07_N6/VLCjetsR07N6 VLCjetR07N6 Jet
897
898 add Branch FastJetFinderVLC_R10_N2/VLCjetsR10N2 VLCjetR10N2 Jet
899 add Branch FastJetFinderVLC_R10_N3/VLCjetsR10N3 VLCjetR10N3 Jet
900 add Branch FastJetFinderVLC_R10_N4/VLCjetsR10N4 VLCjetR10N4 Jet
901 add Branch FastJetFinderVLC_R10_N5/VLCjetsR10N5 VLCjetR10N5 Jet
902 add Branch FastJetFinderVLC_R10_N6/VLCjetsR10N6 VLCjetR10N6 Jet
903
904 add Branch FastJetFinderVLC_R12_N2/VLCjetsR12N2 VLCjetR12N2 Jet
905 add Branch FastJetFinderVLC_R12_N3/VLCjetsR12N3 VLCjetR12N3 Jet
906 add Branch FastJetFinderVLC_R12_N4/VLCjetsR12N4 VLCjetR12N4 Jet
907 add Branch FastJetFinderVLC_R12_N5/VLCjetsR12N5 VLCjetR12N5 Jet
908 add Branch FastJetFinderVLC_R12_N6/VLCjetsR12N6 VLCjetR12N6 Jet
909
910 add Branch FastJetFinderVLC_R15_N2/VLCjetsR15N2 VLCjetR15N2 Jet
911 add Branch FastJetFinderVLC_R15_N3/VLCjetsR15N3 VLCjetR15N3 Jet
912 add Branch FastJetFinderVLC_R15_N4/VLCjetsR15N4 VLCjetR15N4 Jet
913 add Branch FastJetFinderVLC_R15_N5/VLCjetsR15N5 VLCjetR15N5 Jet
914 add Branch FastJetFinderVLC_R15_N6/VLCjetsR15N6 VLCjetR15N6 Jet
915
916# add Branch BTaggingWP50/jets BTagged Jet
917# add Branch FastJetFinderVLC_R05_N2/VLCjetsR05N2 BTagged Jet
918
919 add Branch GenMissingET/momentum GenMissingET MissingET
920
921 add Branch TrackMerger/tracks Track Track
922 add Branch Calorimeter/towers Tower Tower
923
924 add Branch HCal/eflowTracks EFlowTrack Track
925 add Branch ECal/eflowPhotons EFlowPhoton Tower
926 add Branch HCal/eflowNeutralHadrons EFlowNeutralHadron Tower
927
928# add Branch UniqueObjectFinder/photons Photon Photon
929# add Branch UniqueObjectFinder/electrons Electron Electron
930# add Branch UniqueObjectFinder/muons Muon Muon
931# add Branch UniqueObjectFinder/jets Jet Jet
932#
933
934# add Branch PhotonIsolation/photons Photon Photon
935# add Branch ElectronIsolation/electrons Electron Electron
936# add Branch MuonIsolation/muons Muon Muon
937
938 add Branch EFlowFilter/photons Photon Photon
939 add Branch EFlowFilter/electrons Electron Electron
940 add Branch EFlowFilter/muons Muon Muon
941
942
943
944 add Branch MissingET/momentum MissingET MissingET
945 add Branch ScalarHT/energy ScalarHT ScalarHT
946}
947
Note: See TracBrowser for help on using the repository browser.