Changeset 6153fb0 in git for cards/delphes_card_ATLAS_PileUp.tcl
- Timestamp:
- Jun 30, 2015, 2:37:42 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 1180bc1
- Parents:
- ff37d75
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_ATLAS_PileUp.tcl
rff37d75 r6153fb0 42 42 43 43 MissingET 44 45 JetFlavorAssociation 44 46 45 47 BTagging … … 602 604 } 603 605 606 ######################## 607 # Jet Flavor Association 608 ######################## 609 610 module JetFlavorAssociation JetFlavorAssociation { 611 612 set PartonInputArray Delphes/partons 613 set ParticleInputArray Delphes/allParticles 614 set ParticleLHEFInputArray Delphes/allParticlesLHEF 615 set JetInputArray JetEnergyScale/jets 616 617 set DeltaR 0.5 618 set PartonPTMin 1.0 619 set PartonEtaMax 2.5 620 621 } 622 604 623 ########### 605 624 # b-tagging … … 607 626 608 627 module BTagging BTagging { 609 set PartonInputArray Delphes/partons610 628 set JetInputArray JetEnergyScale/jets 611 629 612 630 set BitNumber 0 613 614 set DeltaR 0.5615 616 set PartonPTMin 1.0617 618 set PartonEtaMax 2.5619 631 620 632 # add EfficiencyFormula {abs(PDG code)} {efficiency formula as a function of eta and pt} … … 637 649 (abs(eta) > 2.5) * (0.000)} 638 650 } 651 652 ############# 653 # tau-tagging 654 ############# 639 655 640 656 module TauTagging TauTagging {
Note:
See TracChangeset
for help on using the changeset viewer.