Changes in / [d20cefb:92263a8] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Example1.C
rd20cefb r92263a8 41 41 // Load selected branches with data from specified event 42 42 treeReader->ReadEntry(entry); 43 44 43 45 44 //HepMCEvent *event = (HepMCEvent*) branchEvent -> At(0); … … 54 53 55 54 // Plot jet transverse momentum 55 //histJetPT->Fill(jet->PT, weight); 56 56 histJetPT->Fill(jet->PT); 57 57 … … 70 70 71 71 // Plot their invariant mass 72 //histMass->Fill(((elec1->P4()) + (elec2->P4())).M(), weight); 72 73 histMass->Fill(((elec1->P4()) + (elec2->P4())).M()); 73 74 }
Note:
See TracChangeset
for help on using the changeset viewer.