Fork me on GitHub

Changeset a0431dc in git for modules/TreeWriter.cc


Ignore:
Timestamp:
Apr 16, 2014, 4:08:33 PM (11 years ago)
Author:
mselvaggi <mselvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
9687203
Parents:
64a4950
Message:

track counting btagging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TreeWriter.cc

    r64a4950 ra0431dc  
    277277    entry->ZOuter = position.Z();
    278278    entry->TOuter = position.T()*1.0E-3/c_light;
    279 
     279   
     280    entry->Dxy = candidate->Dxy;
     281    entry->SDxy = candidate->SDxy ;
     282    entry->Xd = candidate -> Xd;
     283    entry->Yd = candidate -> Yd;
     284    entry->Zd = candidate -> Zd;
     285   
    280286    const TLorentzVector &momentum = candidate->Momentum;
    281287
Note: See TracChangeset for help on using the changeset viewer.