Fork me on GitHub

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_PileUp.tcl

    r7538969 r437e999  
    652652#############
    653653
    654 module TauTagging TauTagging {
     654module TrackCountingTauTagging TauTagging {
     655 
    655656  set ParticleInputArray Delphes/allParticles
    656657  set PartonInputArray Delphes/partons
     658  set TrackInputArray TrackMerger/tracks
    657659  set JetInputArray JetEnergyScale/jets
    658660
    659   set DeltaR 0.5
    660 
     661  set DeltaR 0.2
     662  set DeltaRTrack 0.2
     663
     664  set TrackPTMin 1.0
     665 
    661666  set TauPTMin 1.0
    662 
    663667  set TauEtaMax 2.5
    664668
    665   # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt}
    666 
    667   # default efficiency formula (misidentification rate)
    668   add EfficiencyFormula {0} {0.01}
    669   # efficiency formula for tau-jets
    670   add EfficiencyFormula {15} {0.6}
     669  # instructions: {n-prongs} {eff}
     670 
     671  # 1 - one prong efficiency
     672  # 2 - two or more efficiency
     673  # -1 - one prong mistag rate
     674  # -2 - two or more mistag rate
     675 
     676  # taken from ATL-PHYS-PUB-2015-045 (medium working point)
     677     
     678  add EfficiencyFormula {1} {0.70}
     679  add EfficiencyFormula {2} {0.60}
     680  add EfficiencyFormula {-1} {0.02}
     681  add EfficiencyFormula {-2} {0.01}
     682
    671683}
    672684
Note: See TracChangeset for help on using the changeset viewer.