- Timestamp:
- Sep 15, 2008, 11:01:03 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r12 r15 387 387 tmp/modules/MadGraphCDFConeJetFinder.$(ObjSuf): \ 388 388 modules/MadGraphCDFConeJetFinder.$(SrcSuf) \ 389 modules/MadGraphC oneJetFinder.h \389 modules/MadGraphCDFConeJetFinder.h \ 390 390 ExRootAnalysis/ExRootClasses.h \ 391 391 ExRootAnalysis/ExRootFactory.h \ -
trunk/matching_plots_card.tcl
r3 r15 85 85 set ECut 1.0 86 86 set DCut 2500.0 87 87 88 88 set ParticleNumberMin 2 89 89 } … … 94 94 95 95 module 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 100 101 set JetPTMin 20.0 101 102 set JetEtaMax 4.5
Note:
See TracChangeset
for help on using the changeset viewer.