NAIA
1.0.2
|
Container class for additional MCTruth info. More...
#include <Containers/MCTruth.h>
Classes | |
struct | TrMCHit |
Simple struct for MC tracker hits. More... | |
Public Member Functions | |
void | Clear () |
Clear container content. More... | |
void | Dump () const |
Dump on screen container content. More... | |
Public Attributes | |
std::vector< MCParticle > | Secondaries |
list of particles created by interaction of the primary particle More... | |
LayerVariable< TrMCHit > | TrackMCHits |
A collection of the closest MCHit to the TrTrack cluster on each layer. More... | |
Container class for additional MCTruth info.
This class holds additional variables related to the MC truth from the simulation.
void NAIA::MCTruthPlusData::Clear | ( | ) |
Clear container content.
Definition at line 38 of file MCTruth.cpp.
References Secondaries, and TrackMCHits.
Referenced by NAIA::Event::Clear().
void NAIA::MCTruthPlusData::Dump | ( | ) | const |
Dump on screen container content.
Definition at line 24 of file MCTruth.cpp.
References Secondaries.
std::vector<MCParticle> NAIA::MCTruthPlusData::Secondaries |
LayerVariable<TrMCHit> NAIA::MCTruthPlusData::TrackMCHits |