Changeset 437e999 in git for cards/delphes_card_ATLAS_PileUp.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_PileUp.tcl
r7538969 r437e999 652 652 ############# 653 653 654 module TauTagging TauTagging { 654 module TrackCountingTauTagging TauTagging { 655 655 656 set ParticleInputArray Delphes/allParticles 656 657 set PartonInputArray Delphes/partons 658 set TrackInputArray TrackMerger/tracks 657 659 set JetInputArray JetEnergyScale/jets 658 660 659 set DeltaR 0.5 660 661 set DeltaR 0.2 662 set DeltaRTrack 0.2 663 664 set TrackPTMin 1.0 665 661 666 set TauPTMin 1.0 662 663 667 set TauEtaMax 2.5 664 668 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 671 683 } 672 684
Note:
See TracChangeset
for help on using the changeset viewer.