#include <Plastics_Event.h>
Public Member Functions | |
Plastics_Event () | |
virtual | ~Plastics_Event () |
virtual void | Clear (Option_t *t="") |
Bool_t | IsMultiEdge () const |
Data Fields | |
std::vector< Plastics_Hit > | fHits [NB_PLASTICS_MAX] |
UInt_t | fuEventNumber |
Bool_t | fbMultiEdgesPresent |
Definition at line 40 of file Plastics_Event.h.
Plastics_Event::Plastics_Event | ( | ) | [inline] |
Definition at line 44 of file Plastics_Event.h.
References Clear().
virtual Plastics_Event::~Plastics_Event | ( | ) | [inline, virtual] |
Definition at line 45 of file Plastics_Event.h.
References Clear().
void Plastics_Event::Clear | ( | Option_t * | t = "" |
) | [virtual] |
Method called by the framework to clear the event element.
Definition at line 22 of file Plastics_Event.cxx.
References fbMultiEdgesPresent, and fHits.
Referenced by Plastics_Event(), and ~Plastics_Event().
Bool_t Plastics_Event::IsMultiEdge | ( | ) | const [inline] |
Definition at line 49 of file Plastics_Event.h.
References fbMultiEdgesPresent.
Definition at line 54 of file Plastics_Event.h.
Referenced by Clear(), and IsMultiEdge().
std::vector<Plastics_Hit> Plastics_Event::fHits[NB_PLASTICS_MAX] |
Definition at line 49 of file Plastics_Event.h.
Referenced by Clear().
Definition at line 53 of file Plastics_Event.h.