Fork me on GitHub

Changeset 0518688 in git for modules


Ignore:
Timestamp:
Dec 7, 2018, 9:31:41 AM (6 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, llp, master
Children:
1292d20
Parents:
c749957
Message:

added displacement to muon and electron classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TreeWriter.cc

    rc749957 r0518688  
    528528    entry->T = position.T()*1.0E-3/c_light;
    529529
     530    // displacement
     531    entry->D0            = candidate->D0;
     532    entry->ErrorD0       = candidate->ErrorD0;
     533    entry->DZ            = candidate->DZ;
     534    entry->ErrorDZ       = candidate->ErrorDZ;
     535
    530536    // Isolation variables
    531 
    532537    entry->IsolationVar = candidate->IsolationVar;
    533538    entry->IsolationVarRhoCorr = candidate->IsolationVarRhoCorr ;
     
    582587
    583588    entry->T = position.T()*1.0E-3/c_light;
     589
     590
     591    // displacement
     592    entry->D0            = candidate->D0;
     593    entry->ErrorD0       = candidate->ErrorD0;
     594    entry->DZ            = candidate->DZ;
     595    entry->ErrorDZ       = candidate->ErrorDZ;
    584596
    585597    // Isolation variables
Note: See TracChangeset for help on using the changeset viewer.