HighLAND
|
Public Member Functions | |
AnaLocalReconEvent (const AnaSpill &spill, const AnaLocalReconBunch &bunch) | |
virtual AnaLocalReconEvent * | Clone () |
Clone this object. | |
![]() | |
AnaEvent (const AnaSpill &spill, const AnaBunch &bunch) | |
virtual void | Print () const |
Dump the object to screen. | |
![]() | |
AnaEventB (const AnaSpillB &spill, const AnaBunchB &bunch) | |
virtual void | Copy (const AnaEventC &event, bool copyBunchInfo=true, bool cloneTruth=true) |
Copy the entire object. | |
bool | GetIsMC () const |
Return whether this event is from Monte Carlo or not. | |
bool | GetIsSandMC () const |
Return whether this event is from Sand Monte Carlo or not. | |
virtual std::string | GetEventInfoString () const |
User-frienly method to get event info (run,subrun,etc) | |
Public Attributes | |
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 |
![]() | |
AnaTrigger | Trigger |
The trigger flags for this event. | |
![]() | |
AnaEventInfoB | EventInfo |
Run, sunrun, event, time stamp, etc. | |
AnaDataQualityB * | DataQuality |
The ND280 data quality flags for this event. | |
AnaBeamB * | Beam |
The beam quality flags for this event. | |
Int_t | Bunch |
The index of this bunch (0-7). | |
AnaParticleB ** | Particles |
The reconstructed objects in this bunch. | |
int | nParticles |
The number of reconstructed particles in the event. | |
AnaVertexB ** | Vertices |
The reconstructed objects in this bunch. | |
int | nVertices |
AnaFgdTimeBinB ** | FgdTimeBins |
The FGD time bins. | |
int | nFgdTimeBins |
AnaDelayedClustersB ** | DelayedClusters |
The delayed cluster groups. | |
Int_t | nDelayedClusters |
AnaTrueParticleB ** | TrueParticles |
The true MC particles used in this spill. | |
int | nTrueParticles |
AnaTrueVertexB ** | TrueVertices |
The true MC vertices used in this spill. | |
int | nTrueVertices |
![]() | |
Int_t | UniqueID |
The event unique ID. | |
bool | isClone |
Is this the original Event or a clone. | |
Float_t | Weight |
Run, subrun, event, time stamp, etc. More... | |
AnaEventSummaryC * | Summary |
A summary of the event with high level quantities. | |
Int_t | nEventBoxes |
The array of boxes where objects that are valid for all toys are stored. | |
EventBoxB * | EventBoxes [NMAXEVENTBOXES] |
Protected Member Functions | |
AnaLocalReconEvent (const AnaLocalReconEvent &event) | |
Copy constructor is protected, as Clone() should be used to copy this object. | |
![]() | |
AnaEvent (const AnaEvent &event) | |
Copy constructor is protected, as Clone() should be used to copy this object. | |
![]() | |
AnaEventB (const AnaEventB &event) | |
Copy constructor is protected, as Clone() should be used to copy this object. | |
![]() | |
AnaEventC (const AnaEventC &event) | |
Copy constructor is protected, as Clone() should be used to copy this object. | |
Definition at line 1304 of file DataClasses.hxx.