Changeset 49234af in git for examples/Example1.C
- Timestamp:
- Dec 9, 2014, 1:27:13 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 37deb3b, 9e991f8
- Parents:
- f6b6ee7 (diff), e7e90df (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Example1.C
rf6b6ee7 r49234af 1 1 /* 2 Simple macro showing how to access branches from the delphes output root file, 3 loop over events, and plot simple quantities such as the jet pt and the di-electron invariant 4 mass. 5 2 6 root -l examples/Example1.C'("delphes_output.root")' 3 7 */ … … 41 45 42 46 // Print jet transverse momentum 43 cout << jet->PT << endl;47 cout << "Jet pt: "<<jet->PT << endl; 44 48 } 45 49 … … 62 66 histMass->Draw(); 63 67 } 68
Note:
See TracChangeset
for help on using the changeset viewer.