LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
A simple struct to contain the MC Truth information. More...
#include "ParticleInventory.h"
Public Attributes | |
std::vector< art::Ptr< simb::MCTruth > > | fMCTruthList |
A vector containing the MCTruth objects. More... | |
std::map< int, int > | fTrackIdToMCTruthIndex |
A simple struct to contain the MC Truth information.
Definition at line 274 of file ParticleInventory.h.
cheat::ParticleInventory::MCTObjects::fMCTruthList |
A vector containing the MCTruth objects.
Definition at line 276 of file ParticleInventory.h.
Referenced by cheat::ParticleInventory::ClearEvent(), cheat::ParticleInventory::MCTruthVector_Ps(), and cheat::ParticleInventory::TrackIdToMCTruth_P().
std::map<int, int> cheat::ParticleInventory::MCTObjects::fTrackIdToMCTruthIndex |
Definition at line 277 of file ParticleInventory.h.
Referenced by cheat::ParticleInventory::ClearEvent(), and cheat::ParticleInventory::TrackIdToMCTruth_P().