Fork me on GitHub

Changeset 8608ef8 in git


Ignore:
Timestamp:
May 16, 2013, 4:28:38 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
1ba5c52
Parents:
71648c2
Message:

read Rho as TLorentzVector::E()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TreeWriter.cc

    r71648c2 r8608ef8  
    532532    entry = static_cast<Rho*>(branch->NewEntry());
    533533
    534     entry->Rho = momentum.Pt();
     534    entry->Rho = momentum.E();
    535535  }
    536536}
Note: See TracChangeset for help on using the changeset viewer.