Changeset e7e90df in git for examples/Example1.C
- Timestamp:
- Dec 9, 2014, 1:26:26 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 49234af
- Parents:
- 01f457a (diff), f6b6ee7 (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
r01f457a re7e90df 1 1 /* 2 3 2 Simple macro showing how to access branches from the delphes output root file, 4 3 loop over events, and plot simple quantities such as the jet pt and the di-electron invariant 5 4 mass. 6 5 7 root -l examples/Example1.C \(\"delphes_output.root\"\)6 root -l examples/Example1.C'("delphes_output.root")' 8 7 */ 9 8 … … 67 66 histMass->Draw(); 68 67 } 68
Note:
See TracChangeset
for help on using the changeset viewer.