|
NAIA
1.1.1
|
Accessor class for MCTruthPlus info. More...
#include <Containers/MCTruth.h>
Public Member Functions | |
| MCTruthPlus () | |
Public Member Functions inherited from NAIA::OnDemandContainer< MCTruthPlus > | |
| OnDemandContainer ()=default | |
| void | LoadEvent () |
Wrapper to call GetEntry on the underlying TBranch. More... | |
| void | SetTreeEntry (unsigned long long treeEntry) |
| Set the TTree entry number. More... | |
| void | Branch (TTree *tree) |
| Create the TBranch associated with this container. More... | |
| void | MirrorBranch (TTree *targetTree, const MCTruthPlus *sourceContainer) |
| Create a TBranch associated with this container mirroring from an existing container. More... | |
| void | SetBranchAddress (TTree *tree) |
| Setup reading of the data container. More... | |
| void | DisableIO () const |
| Disables I/O for this container. It won't be written on disk and trying to read it will cause an exception. More... | |
| MCTruthPlus * | operator-> () |
| Access operator. Use this to access container data More... | |
Public Member Functions inherited from NAIA::MCTruthPlusData | |
| void | Clear () |
| Clear container content. More... | |
| void | Dump () const |
| Dump on screen container content. More... | |
Static Public Attributes | |
| static const std::string | BranchName = "MCTruthPlusData" |
Additional Inherited Members | |
Public Attributes inherited from NAIA::MCTruthPlusData | |
| 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... | |
Accessor class for MCTruthPlus info.
Wrapper implementing read-on-demand behavior for MCTruthPlus data.
|
static |
1.8.18