Changeset fbb617b in git for examples/Example1.py
- Timestamp:
- Dec 14, 2014, 12:06:59 AM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- cf1ff2c
- Parents:
- 57e1804
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/Example1.py
r57e1804 rfbb617b 38 38 # Take first jet 39 39 jet = branchJet.At(0) 40 40 41 41 # Plot jet transverse momentum 42 42 histJetPT.Fill(jet.PT) 43 43 44 44 # Print jet transverse momentum 45 45 print jet.PT
Note:
See TracChangeset
for help on using the changeset viewer.