Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TreeWriter.cc

    r0e0f211 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 ;
     
    583588    entry->T = position.T()*1.0E-3/c_light;
    584589
     590
     591    // displacement
     592    entry->D0            = candidate->D0;
     593    entry->ErrorD0       = candidate->ErrorD0;
     594    entry->DZ            = candidate->DZ;
     595    entry->ErrorDZ       = candidate->ErrorDZ;
     596
    585597    // Isolation variables
    586598
     
    652664
    653665    entry->TauTag = candidate->TauTag;
     666    entry->TauWeight = candidate->TauWeight;
    654667
    655668    entry->Charge = candidate->Charge;
Note: See TracChangeset for help on using the changeset viewer.