Changeset 437e999 in git for cards/delphes_card_ATLAS.tcl
- Timestamp:
- Dec 16, 2015, 3:05:42 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 7e227ae
- Parents:
- 7538969
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_ATLAS.tcl
r7538969 r437e999 531 531 ############# 532 532 533 module TauTagging TauTagging { 533 module TrackCountingTauTagging TauTagging { 534 534 535 set ParticleInputArray Delphes/allParticles 535 536 set PartonInputArray Delphes/partons 537 set TrackInputArray TrackMerger/tracks 536 538 set JetInputArray JetEnergyScale/jets 537 539 538 set DeltaR 0.5 539 540 set DeltaR 0.2 541 set DeltaRTrack 0.2 542 543 set TrackPTMin 1.0 544 540 545 set TauPTMin 1.0 541 542 546 set TauEtaMax 2.5 543 547 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 550 562 } 551 563
Note:
See TracChangeset
for help on using the changeset viewer.