Changes in examples/Example1.C [fc4e460:d7d2da3] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Example1.C
rfc4e460 rd7d2da3 1 1 /* 2 3 Simple macro showing how to access branches from the delphes output root file,4 loop over events, and plot simple quantities such as the jet pt and the di-electron invariant5 mass.6 7 2 root -l examples/Example1.C\(\"delphes_output.root\"\) 8 3 */ … … 46 41 47 42 // Print jet transverse momentum 48 cout << "Jet pt: "<<jet->PT << endl;43 cout << jet->PT << endl; 49 44 } 50 45
Note:
See TracChangeset
for help on using the changeset viewer.