HighLAND
|
Public Member Functions | |
AnaLocalReconBunchIO (const AnaLocalReconBunch &bunch) | |
A constructor from the corresponding base class. | |
virtual void | Define (OutputManager &man, const std::string &prefix="") const |
Add the variables for representing an AnaBunch to the OutputManager. | |
virtual void | Write (OutputManager &man, const std::string &prefix="") const |
Fill the current state of the AnaBunch into the OutputManager. | |
![]() | |
virtual AnaLocalReconBunch * | Clone () |
Clone this object. | |
virtual void | Print () const |
Dump the object to screen. | |
virtual bool | IsEmpty () const |
Returns true if the bunch is completely empty. | |
![]() | |
AnaVertexB * | GetPrimaryVertex () |
The primary reconstructed vertex associated with this bunch. | |
Additional Inherited Members | |
![]() | |
std::vector< AnaTECALReconObject *> | TECALReconObjects |
std::vector< AnaTECALUnmatchedObject * > | TECALUnmatchedObjects |
std::vector< AnaPECALReconObject *> | PECALReconObjects |
std::vector< AnaPECALUnmatchedObject * > | PECALUnmatchedObjects |
std::vector< AnaP0DReconVertex *> | P0DReconVertices |
std::vector< AnaP0DReconParticle *> | P0DReconParticles |
std::vector< AnaP0DReconCluster *> | P0DReconClusters |
std::vector< AnaFGDOnlyReconObject *> | FGDOnlyReconObjects |
![]() | |
std::vector< AnaVertexB * > | Vertices |
std::vector< AnaParticleB * > | Particles |
AnaDelayedClustersB ** | DelayedClusters |
The delayed cluster groups. | |
Int_t | nDelayedClusters |
![]() | |
Int_t | Bunch |
The index of this bunch (0-7). | |
Float_t | Weight |
The weight to apply to this bunch (nominally 1). An example is the beam flux weight. | |
![]() | |
AnaLocalReconBunch (const AnaLocalReconBunch &localBunch) | |
Copy constructor is protected, as Clone() should be used to copy this object. | |
![]() | |
AnaBunch (const AnaBunch &bunch) | |
Copy constructor is protected, as Clone() should be used to copy this object. | |
![]() | |
AnaBunchB (const AnaBunchB &bunch) | |
Copy constructor is protected, as Clone() should be used to copy this object. | |
![]() | |
AnaBunchC (const AnaBunchC &bunch) | |
Copy constructor is protected, as Clone() should be used to copy this object. | |
Definition at line 440 of file DataClassesIO.hxx.