Ignore:
Timestamp:
Sep 15, 2008, 11:01:03 AM (16 years ago)
Author:
Pavel Demin
Message:

add new parameters for SISConeJetFinder and TreeWriter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/matching_plots_card.tcl

    r3 r15  
    8585  set ECut 1.0
    8686  set DCut 2500.0
    87  
     87
    8888  set ParticleNumberMin 2
    8989}
     
    9494
    9595module MadGraphMatchingTreeWriter treewriter {
    96   set InputPartonArrayJets "partonjetfinder/candidates"
    97   set InputHadronArrayJets "hadronjetfinder/candidates"
    98   set InputArrayMatching "partonjetfinder/matching"
    99   set InputArrayPartons "initstateselection/candidates"
     96  add Branch {PartonJet ExRootGenJet "partonjetfinder/candidates"}
     97  add Branch {HadronJet ExRootGenJet "hadronjetfinder/candidates"}
     98  add Branch {Match ExRootMatching "partonjetfinder/matching"}
     99  add Branch {Parton ExRootGenParticle "initstateselection/candidates"}
     100
    100101  set JetPTMin 20.0
    101102  set JetEtaMax 4.5
Note: See TracChangeset for help on using the changeset viewer.