Fork me on GitHub

Changeset 6153fb0 in git for cards/delphes_card_ATLAS.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_ATLAS.tcl

    rff37d75 r6153fb0  
    3434
    3535  JetEnergyScale
     36 
     37  JetFlavorAssociation
    3638
    3739  BTagging
     
    481483}
    482484
     485########################
     486# Jet Flavor Association
     487########################
     488
     489module JetFlavorAssociation JetFlavorAssociation {
     490 
     491  set PartonInputArray Delphes/partons
     492  set ParticleInputArray Delphes/allParticles
     493  set ParticleLHEFInputArray Delphes/allParticlesLHEF
     494  set JetInputArray JetEnergyScale/jets
     495 
     496  set DeltaR 0.5
     497  set PartonPTMin 1.0
     498  set PartonEtaMax 2.5
     499
     500}
     501
    483502###########
    484503# b-tagging
     
    486505
    487506module BTagging BTagging {
    488   set PartonInputArray Delphes/partons
    489507  set JetInputArray JetEnergyScale/jets
    490508
    491509  set BitNumber 0
    492 
    493   set DeltaR 0.5
    494 
    495   set PartonPTMin 1.0
    496 
    497   set PartonEtaMax 2.5
    498510
    499511  # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt}
     
    516528                              (abs(eta) > 2.5)                                  * (0.000)}
    517529}
     530
     531#############
     532# tau-tagging
     533#############
    518534
    519535module TauTagging TauTagging {
Note: See TracChangeset for help on using the changeset viewer.