Fork me on GitHub

Changeset b4a3c55 in git for modules/TreeWriter.cc


Ignore:
Timestamp:
Jan 20, 2020, 2:19:47 PM (5 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
Timing
Children:
9867b49
Parents:
d4e5b6a
Message:

added energy loss module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TreeWriter.cc

    rd4e5b6a rb4a3c55  
    346346
    347347    entry->L = candidate->L;
     348    entry->DeDx = candidate->DeDx; // in MeV/cm
    348349
    349350    entry->D0 = candidate->D0;
     
    492493
    493494    entry->L = candidate->L;
     495    entry->DeDx = candidate->DeDx;
    494496
    495497    entry->D0 = candidate->D0;
Note: See TracChangeset for help on using the changeset viewer.