Fork me on GitHub

source: git/cards/ILCgen/ILCgen_JetFlavourAssoc_N.tcl@ 4692fd9

Last change on this file since 4692fd9 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: 2.2 KB
Line 
1################################################
2# Jet flavor association for inclusive jets, N=2
3################################################
4module JetFlavorAssociation JetFlavor_N2 {
5 set PartonInputArray Delphes/partons
6 set ParticleInputArray Delphes/allParticles
7 set ParticleLHEFInputArray Delphes/allParticlesLHEF
8 set JetInputArray JetFinder_N2/jets
9
10 set DeltaR 0.5
11 set PartonPTMin 1.0
12 set PartonEtaMax 4.0
13}
14################################################
15# Jet flavor association for inclusive jets, N=3
16################################################
17module JetFlavorAssociation JetFlavor_N3 {
18 set PartonInputArray Delphes/partons
19 set ParticleInputArray Delphes/allParticles
20 set ParticleLHEFInputArray Delphes/allParticlesLHEF
21 set JetInputArray JetFinder_N3/jets
22
23 set DeltaR 0.5
24 set PartonPTMin 1.0
25 set PartonEtaMax 4.0
26}
27################################################
28# Jet flavor association for inclusive jets, N=4
29################################################
30module JetFlavorAssociation JetFlavor_N4 {
31 set PartonInputArray Delphes/partons
32 set ParticleInputArray Delphes/allParticles
33 set ParticleLHEFInputArray Delphes/allParticlesLHEF
34 set JetInputArray JetFinder_N4/jets
35
36 set DeltaR 0.5
37 set PartonPTMin 1.0
38 set PartonEtaMax 4.0
39}
40################################################
41# Jet flavor association for inclusive jets, N=5
42################################################
43module JetFlavorAssociation JetFlavor_N5 {
44 set PartonInputArray Delphes/partons
45 set ParticleInputArray Delphes/allParticles
46 set ParticleLHEFInputArray Delphes/allParticlesLHEF
47 set JetInputArray JetFinder_N5/jets
48
49 set DeltaR 0.5
50 set PartonPTMin 1.0
51 set PartonEtaMax 4.0
52}
53################################################
54# Jet flavor association for inclusive jets, N=6
55################################################
56module JetFlavorAssociation JetFlavor_N6 {
57 set PartonInputArray Delphes/partons
58 set ParticleInputArray Delphes/allParticles
59 set ParticleLHEFInputArray Delphes/allParticlesLHEF
60 set JetInputArray JetFinder_N6/jets
61
62 set DeltaR 0.5
63 set PartonPTMin 1.0
64 set PartonEtaMax 4.0
65}
Note: See TracBrowser for help on using the repository browser.