Fork me on GitHub

source: git/cards/ILCgen/ILCgen_TauTagging_N.tcl@ 4564cba

Last change on this file since 4564cba was d192152, checked in by Aleksander Filip Zarnecki <zarnecki@…>, 4 years ago

Generic ILC detector model for Delphes. First import from iLCSoft/ILCDelphes

  • Property mode set to 100644
File size: 1.6 KB
Line 
1#####################################
2# tau-tagging for inclusive jets, N=2
3#####################################
4module TauTagging TauTagging_N2 {
5 set ParticleInputArray Delphes/allParticles
6 set PartonInputArray Delphes/partons
7 set JetInputArray JetFinder_N2/jets
8
9 source ILCgen/ILCgen_TauTagging.tcl
10}
11#####################################
12# tau-tagging for inclusive jets, N=3
13#####################################
14module TauTagging TauTagging_N3 {
15 set ParticleInputArray Delphes/allParticles
16 set PartonInputArray Delphes/partons
17 set JetInputArray JetFinder_N3/jets
18
19 source ILCgen/ILCgen_TauTagging.tcl
20}
21#####################################
22# tau-tagging for inclusive jets, N=4
23#####################################
24module TauTagging TauTagging_N4 {
25 set ParticleInputArray Delphes/allParticles
26 set PartonInputArray Delphes/partons
27 set JetInputArray JetFinder_N4/jets
28
29 source ILCgen/ILCgen_TauTagging.tcl
30}
31#####################################
32# tau-tagging for inclusive jets, N=5
33#####################################
34module TauTagging TauTagging_N5 {
35 set ParticleInputArray Delphes/allParticles
36 set PartonInputArray Delphes/partons
37 set JetInputArray JetFinder_N5/jets
38
39 source ILCgen/ILCgen_TauTagging.tcl
40}
41#####################################
42# tau-tagging for inclusive jets, N=6
43#####################################
44module TauTagging TauTagging_N6 {
45 set ParticleInputArray Delphes/allParticles
46 set PartonInputArray Delphes/partons
47 set JetInputArray JetFinder_N6/jets
48
49 source ILCgen/ILCgen_TauTagging.tcl
50}
Note: See TracBrowser for help on using the repository browser.