Fork me on GitHub

Changeset 437e999 in git for cards/delphes_card_ATLAS.tcl


Ignore:
Timestamp:
Dec 16, 2015, 3:05:42 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
7e227ae
Parents:
7538969
Message:

use TrackCountingTauTagging with MWP from ATL-PHYS-PUB-2015-045

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_ATLAS.tcl

    r7538969 r437e999  
    531531#############
    532532
    533 module TauTagging TauTagging {
     533module TrackCountingTauTagging TauTagging {
     534 
    534535  set ParticleInputArray Delphes/allParticles
    535536  set PartonInputArray Delphes/partons
     537  set TrackInputArray TrackMerger/tracks
    536538  set JetInputArray JetEnergyScale/jets
    537539
    538   set DeltaR 0.5
    539 
     540  set DeltaR 0.2
     541  set DeltaRTrack 0.2
     542
     543  set TrackPTMin 1.0
     544 
    540545  set TauPTMin 1.0
    541 
    542546  set TauEtaMax 2.5
    543547
    544   # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt}
    545 
    546   # default efficiency formula (misidentification rate)
    547   add EfficiencyFormula {0} {0.01}
    548   # efficiency formula for tau-jets
    549   add EfficiencyFormula {15} {0.6}
     548  # instructions: {n-prongs} {eff}
     549 
     550  # 1 - one prong efficiency
     551  # 2 - two or more efficiency
     552  # -1 - one prong mistag rate
     553  # -2 - two or more mistag rate
     554 
     555  # taken from ATL-PHYS-PUB-2015-045 (medium working point)
     556     
     557  add EfficiencyFormula {1} {0.70}
     558  add EfficiencyFormula {2} {0.60}
     559  add EfficiencyFormula {-1} {0.02}
     560  add EfficiencyFormula {-2} {0.01}
     561
    550562}
    551563
Note: See TracChangeset for help on using the changeset viewer.