Fork me on GitHub

Changeset 61dccd3 in git for modules/TreeWriter.cc


Ignore:
Timestamp:
Aug 24, 2021, 11:57:44 AM (3 years ago)
Author:
michele <michele.selvaggi@…>
Branches:
master
Children:
83e77ee
Parents:
1ad8eca
Message:

added charged deposit to calo, fix time calc in DR, add path length to tower

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TreeWriter.cc

    r1ad8eca r61dccd3  
    455455    entry->Eem = candidate->Eem;
    456456    entry->Ehad = candidate->Ehad;
     457    entry->Etrk = candidate->Etrk;
    457458    entry->Edges[0] = candidate->Edges[0];
    458459    entry->Edges[1] = candidate->Edges[1];
     
    575576    entry->Eem = candidate->Eem;
    576577    entry->Ehad = candidate->Ehad;
     578    entry->Etrk = candidate->Etrk;
    577579    entry->Edges[0] = candidate->Edges[0];
    578580    entry->Edges[1] = candidate->Edges[1];
Note: See TracChangeset for help on using the changeset viewer.