Fork me on GitHub

Changeset 6153fb0 in git for cards/delphes_card_CMS.tcl


Ignore:
Timestamp:
Jun 30, 2015, 2:37:42 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
1180bc1
Parents:
ff37d75
Message:

add JetFlavorAssociation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_CMS.tcl

    rff37d75 r6153fb0  
    3434
    3535  JetEnergyScale
     36
     37  JetFlavorAssociation
    3638
    3739  BTagging
     
    464466
    465467
    466 
    467 
    468468############
    469469# Jet finder
     
    495495}
    496496
     497########################
     498# Jet Flavor Association
     499########################
     500
     501module JetFlavorAssociation JetFlavorAssociation {
     502 
     503  set PartonInputArray Delphes/partons
     504  set ParticleInputArray Delphes/allParticles
     505  set ParticleLHEFInputArray Delphes/allParticlesLHEF
     506  set JetInputArray JetEnergyScale/jets
     507 
     508  set DeltaR 0.5
     509  set PartonPTMin 1.0
     510  set PartonEtaMax 2.5
     511
     512}
     513
    497514###########
    498515# b-tagging
     
    500517
    501518module BTagging BTagging {
    502   set PartonInputArray Delphes/partons
    503519  set JetInputArray JetEnergyScale/jets
    504520
    505521  set BitNumber 0
    506 
    507   set DeltaR 0.5
    508 
    509   set PartonPTMin 1.0
    510 
    511   set PartonEtaMax 2.5
    512522
    513523  # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt}
     
    531541                              (abs(eta) > 2.5)                                  * (0.000)}
    532542}
     543
     544#############
     545# tau-tagging
     546#############
    533547
    534548module TauTagging TauTagging {
Note: See TracChangeset for help on using the changeset viewer.