LArSoft
v06_85_00
Liquid Argon Software toolkit - http://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 254 of file ParticleInventory.h.
cheat::ParticleInventory::MCTObjects::fMCTruthList |
A vector containing the MCTruth objects.
Definition at line 255 of file ParticleInventory.h.
Referenced by cheat::ParticleInventory::ClearEvent(), cheat::ParticleInventory::MCTruthList(), cheat::ParticleInventory::MCTruthListReady(), cheat::ParticleInventory::MCTruthVector_Ps(), and cheat::ParticleInventory::TrackIdToMCTruth_P().
std::map< int, int > cheat::ParticleInventory::MCTObjects::fTrackIdToMCTruthIndex |
Definition at line 256 of file ParticleInventory.h.
Referenced by cheat::ParticleInventory::ClearEvent(), cheat::ParticleInventory::TrackIdToMCTruth_P(), cheat::ParticleInventory::TrackIdToMCTruthIndex(), and cheat::ParticleInventory::TrackIdToMCTruthReady().