Fork me on GitHub

Ignore:
Timestamp:
Feb 28, 2018, 4:59:54 PM (7 years ago)
Author:
Ulrike Schnoor <schnooru@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
35807af
Parents:
a1b71dc
Message:

added inclusive jet algorithms also to jet flavor association, btagging and tautagging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/CLICdet/CLICdet_JetFlavorAssociation.tcl

    ra1b71dc ra5f4828  
    309309
    310310}
     311
     312module JetFlavorAssociation JetFlavorAssociation_R05_inclusive {
     313
     314    set PartonInputArray Delphes/partons
     315    set ParticleInputArray Delphes/allParticles
     316    set ParticleLHEFInputArray Delphes/allParticlesLHEF
     317    set JetInputArray FastJetFinderVLC_R05_inclusive/VLCjetsR05_inclusive
     318
     319    set DeltaR 0.5
     320    set PartonPTMin 1.0
     321    set PartonEtaMax 2.5
     322
     323}
     324module JetFlavorAssociation JetFlavorAssociation_R07_inclusive {
     325
     326    set PartonInputArray Delphes/partons
     327    set ParticleInputArray Delphes/allParticles
     328    set ParticleLHEFInputArray Delphes/allParticlesLHEF
     329    set JetInputArray FastJetFinderVLC_R07_inclusive/VLCjetsR07_inclusive
     330
     331    set DeltaR 0.5
     332    set PartonPTMin 1.0
     333    set PartonEtaMax 2.5
     334
     335}
     336module JetFlavorAssociation JetFlavorAssociation_R10_inclusive {
     337
     338    set PartonInputArray Delphes/partons
     339    set ParticleInputArray Delphes/allParticles
     340    set ParticleLHEFInputArray Delphes/allParticlesLHEF
     341    set JetInputArray FastJetFinderVLC_R10_inclusive/VLCjetsR10_inclusive
     342
     343    set DeltaR 0.5
     344    set PartonPTMin 1.0
     345    set PartonEtaMax 2.5
     346
     347}
     348module JetFlavorAssociation JetFlavorAssociation_R12_inclusive {
     349
     350    set PartonInputArray Delphes/partons
     351    set ParticleInputArray Delphes/allParticles
     352    set ParticleLHEFInputArray Delphes/allParticlesLHEF
     353    set JetInputArray FastJetFinderVLC_R12_inclusive/VLCjetsR12_inclusive
     354
     355    set DeltaR 0.5
     356    set PartonPTMin 1.0
     357    set PartonEtaMax 2.5
     358
     359}
     360module JetFlavorAssociation JetFlavorAssociation_R15_inclusive {
     361
     362    set PartonInputArray Delphes/partons
     363    set ParticleInputArray Delphes/allParticles
     364    set ParticleLHEFInputArray Delphes/allParticlesLHEF
     365    set JetInputArray FastJetFinderVLC_R15_inclusive/VLCjetsR15_inclusive
     366
     367    set DeltaR 0.5
     368    set PartonPTMin 1.0
     369    set PartonEtaMax 2.5
     370
     371}
Note: See TracChangeset for help on using the changeset viewer.