NAIA  1.0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Public Member Functions | Static Public Attributes | List of all members
NAIA::MCTruthBase Class Reference

Accessor class for MCTruthBase info. More...

#include <Containers/MCTruth.h>

Inheritance diagram for NAIA::MCTruthBase:
NAIA::OnDemandContainer< MCTruthBase > NAIA::MCTruthBaseData

Public Member Functions

 MCTruthBase ()
 
- Public Member Functions inherited from NAIA::OnDemandContainer< MCTruthBase >
 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 MCTruthBase *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...
 
MCTruthBaseoperator-> ()
 Access operator. Use this to access container data More...
 
- Public Member Functions inherited from NAIA::MCTruthBaseData
void Clear ()
 Clear container content. More...
 
void Dump () const
 Dump on screen container content. More...
 

Static Public Attributes

static const std::string BranchName = "MCTruthBaseData"
 

Additional Inherited Members

- Public Attributes inherited from NAIA::MCTruthBaseData
MCParticle Primary
 primary particle More...
 

Detailed Description

Accessor class for MCTruthBase info.

Wrapper implementing read-on-demand behavior for MCTruthBase data.

Definition at line 150 of file MCTruth.h.

Constructor & Destructor Documentation

NAIA::MCTruthBase::MCTruthBase ( )
inline

Definition at line 154 of file MCTruth.h.

Member Data Documentation

const std::string NAIA::MCTruthBase::BranchName = "MCTruthBaseData"
static

Definition at line 152 of file MCTruth.h.


The documentation for this class was generated from the following files: