Fork me on GitHub

Changeset 1367 in svn for trunk/modules/TreeWriter.cc


Ignore:
Timestamp:
Apr 16, 2014, 4:08:33 PM (10 years ago)
Author:
Michele Selvaggi
Message:

track counting btagging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/TreeWriter.cc

    r1366 r1367  
    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.