Fork me on GitHub

Changeset 9e1e2eb in git for modules


Ignore:
Timestamp:
Jan 20, 2020, 3:27:13 PM (5 years ago)
Author:
Kaan Yüksel Oyulmaz <kaanyukseloyulmaz@…>
Branches:
Timing
Children:
93bf9c6
Parents:
9c52415 (diff), 9867b49 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'upstream/Timing'

Location:
modules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • modules/ModulesLinkDef.h

    r9c52415 r9e1e2eb  
    3232#include "modules/ParticlePropagator.h"
    3333#include "modules/Efficiency.h"
     34#include "modules/EnergyLoss.h"
    3435#include "modules/IdentificationMap.h"
    3536#include "modules/EnergySmearing.h"
     
    8889#pragma link C++ class ParticlePropagator+;
    8990#pragma link C++ class Efficiency+;
     91#pragma link C++ class EnergyLoss+;
    9092#pragma link C++ class IdentificationMap+;
    9193#pragma link C++ class EnergySmearing+;
  • modules/TreeWriter.cc

    r9c52415 r9e1e2eb  
    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.