Fork me on GitHub

Changeset fbb617b in git for examples/Example1.py


Ignore:
Timestamp:
Dec 14, 2014, 12:06:59 AM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
cf1ff2c
Parents:
57e1804
Message:

improve formatting and remove trailing spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/Example1.py

    r57e1804 rfbb617b  
    3838    # Take first jet
    3939    jet = branchJet.At(0)
    40    
     40
    4141    # Plot jet transverse momentum
    4242    histJetPT.Fill(jet.PT)
    43    
     43
    4444    # Print jet transverse momentum
    4545    print jet.PT
Note: See TracChangeset for help on using the changeset viewer.