Changeset 6c4f14a in git
- Timestamp:
- May 26, 2013, 2:14:42 AM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- b5e3bbd
- Parents:
- 2e229c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/delphes_card_CMS_PileUp.tcl
r2e229c9 r6c4f14a 4 4 5 5 set ExecutionPath { 6 7 Weighter 6 8 7 9 PileUpMerger … … 48 50 49 51 TreeWriter 52 } 53 54 ########## 55 # Weighter 56 ########## 57 58 module Weighter Weighter { 59 set InputArray Delphes/allParticles 60 61 set OutputArray weight 62 63 # add Weight {PID1 PID2} {weight} 64 # default weight 65 add Weight {0} {1.0} 66 67 add Weight {23} {0.5} 68 add Weight {24} {0.5} 69 add Weight {-24} {0.5} 70 add Weight {23 24} {0.25} 71 add Weight {23 -24} {0.25} 50 72 } 51 73 … … 627 649 add Branch ScalarHT/energy ScalarHT ScalarHT 628 650 add Branch Rho/rho Rho Rho 629 } 630 651 add Branch Weighter/weight Weight Weight 652 } 653
Note:
See TracChangeset
for help on using the changeset viewer.