#include <TFiberHodEvent.h>

Data Structures | |
| struct | hit_t |
Public Member Functions | |
| TFiberHodEvent () | |
| TFiberHodEvent (const char *name, Short_t id=0) | |
| virtual | ~TFiberHodEvent () |
| virtual void | Clear (Option_t *t="") |
| unsigned | NumHits () const |
| hit_t & | Hit (unsigned n) |
Protected Attributes | |
| std::vector< hit_t > | fHits |
Friends | |
| class | TFiberHodProc |
Definition at line 15 of file TFiberHodEvent.h.
| TFiberHodEvent::TFiberHodEvent | ( | ) |
Definition at line 20 of file TFiberHodEvent.cxx.
| TFiberHodEvent::TFiberHodEvent | ( | const char * | name, | |
| Short_t | id = 0 | |||
| ) |
Definition at line 31 of file TFiberHodEvent.cxx.
| TFiberHodEvent::~TFiberHodEvent | ( | ) | [virtual] |
Definition at line 37 of file TFiberHodEvent.cxx.
| void TFiberHodEvent::Clear | ( | Option_t * | t = "" |
) | [virtual] |
Definition at line 42 of file TFiberHodEvent.cxx.
References fHits.
| hit_t& TFiberHodEvent::Hit | ( | unsigned | n | ) | [inline] |
Definition at line 42 of file TFiberHodEvent.h.
References fHits.
Referenced by TRootConverterProc::FinalizeEvent(), TTRDMuensterFrankfurtProc::FinalizeEvent(), and TRICHProc::ProcessRICH().
| unsigned TFiberHodEvent::NumHits | ( | ) | const [inline] |
Definition at line 39 of file TFiberHodEvent.h.
References fHits.
Referenced by TRootConverterProc::FinalizeEvent(), TTRDMuensterFrankfurtProc::FinalizeEvent(), GetHodoAlignment(), TRICHProc::ProcessRICH(), and spadic_pr_Analysis().
friend class TFiberHodProc [friend] |
Definition at line 17 of file TFiberHodEvent.h.
std::vector<hit_t> TFiberHodEvent::fHits [protected] |
Definition at line 46 of file TFiberHodEvent.h.
Referenced by Clear(), TFiberHodProc::FinalizeEvent(), GetHodoAlignment(), Hit(), NumHits(), and spadic_pr_Analysis().
1.7.1