Changeset 437e999 in git
- Timestamp:
- Dec 16, 2015, 3:05:42 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 7e227ae
- Parents:
- 7538969
- Location:
- cards
- Files:
-
- 2 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 -
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.