#include <REROOT_PEArrival.h>
Public Member Functions | |
| REROOT_PEArrival (PEARRIVAL_DEF *) | |
| REROOT_PEArrival () | |
| ~REROOT_PEArrival () | |
| virtual void | accept (REROOT_Visitor &v) |
| void | clear () |
| void | printEvent (std::ostream &) const |
| Int_t | ID () const |
| Int_t | IPln () const |
| Int_t | IStrip () const |
| Int_t | IAB () const |
| Int_t | IEvent () const |
| Int_t | TubePixel () const |
| Float_t | Time () const |
| Float_t | Response () const |
| Int_t | FLSDigit1 () const |
| Int_t | FLSDigit2 () const |
| Int_t | FLSHit () const |
Private Member Functions | |
| void | init () |
Private Attributes | |
| Int_t | m_ID |
| Int_t | m_IPln |
| Int_t | m_IStrip |
| Int_t | m_IAB |
| Int_t | m_IEvent |
| Int_t | m_TubePixel |
| Float_t | m_Time |
| Float_t | m_Response |
| Int_t | m_FLSDigit1 |
| Int_t | m_FLSDigit2 |
| Int_t | m_FLSHit |
Definition at line 16 of file REROOT_PEArrival.h.
| REROOT_PEArrival::REROOT_PEArrival | ( | PEARRIVAL_DEF * | ) |
Definition at line 58 of file REROOT_PEArrival.cxx.
References init().
00059 { 00060 m_ID = nr->ID - 1; // C index 00061 m_IPln = nr->IPln - 1; // C index 00062 m_IStrip = nr->IStrip - 1; // C index 00063 m_IAB = nr->IAB; 00064 m_IEvent = nr->IEvent - 1; // C index 00065 m_TubePixel = nr->TubePixel - 1; // C index 00066 m_Time = nr->Time; 00067 m_Response = nr->Response; 00068 m_FLSDigit1 = nr->FLSDigit1 - 1; // C index 00069 m_FLSDigit2 = nr->FLSDigit2 - 1; // C index 00070 m_FLSHit = nr->FLSHit - 1; // C index 00071 00072 init(); 00073 }
| REROOT_PEArrival::REROOT_PEArrival | ( | ) |
| REROOT_PEArrival::~REROOT_PEArrival | ( | ) |
| virtual void REROOT_PEArrival::accept | ( | REROOT_Visitor & | v | ) | [inline, virtual] |
Definition at line 39 of file REROOT_PEArrival.h.
References REROOT_Visitor::visit().
00039 {v.visit(this);}
| void REROOT_PEArrival::clear | ( | ) |
| Int_t REROOT_PEArrival::FLSDigit1 | ( | ) | const [inline] |
Definition at line 53 of file REROOT_PEArrival.h.
References m_FLSDigit1.
00053 {return m_FLSDigit1;}
| Int_t REROOT_PEArrival::FLSDigit2 | ( | ) | const [inline] |
Definition at line 54 of file REROOT_PEArrival.h.
References m_FLSDigit2.
00054 {return m_FLSDigit2;}
| Int_t REROOT_PEArrival::FLSHit | ( | ) | const [inline] |
| Int_t REROOT_PEArrival::IAB | ( | ) | const [inline] |
| Int_t REROOT_PEArrival::ID | ( | ) | const [inline] |
| Int_t REROOT_PEArrival::IEvent | ( | ) | const [inline] |
| void REROOT_PEArrival::init | ( | ) | [private] |
| Int_t REROOT_PEArrival::IPln | ( | ) | const [inline] |
| Int_t REROOT_PEArrival::IStrip | ( | ) | const [inline] |
| void REROOT_PEArrival::printEvent | ( | std::ostream & | ) | const |
| Float_t REROOT_PEArrival::Response | ( | ) | const [inline] |
| Float_t REROOT_PEArrival::Time | ( | ) | const [inline] |
| Int_t REROOT_PEArrival::TubePixel | ( | ) | const [inline] |
Definition at line 50 of file REROOT_PEArrival.h.
References m_TubePixel.
00050 {return m_TubePixel;}
Int_t REROOT_PEArrival::m_FLSDigit1 [private] |
Int_t REROOT_PEArrival::m_FLSDigit2 [private] |
Int_t REROOT_PEArrival::m_FLSHit [private] |
Int_t REROOT_PEArrival::m_IAB [private] |
Int_t REROOT_PEArrival::m_ID [private] |
Int_t REROOT_PEArrival::m_IEvent [private] |
Int_t REROOT_PEArrival::m_IPln [private] |
Int_t REROOT_PEArrival::m_IStrip [private] |
Float_t REROOT_PEArrival::m_Response [private] |
Float_t REROOT_PEArrival::m_Time [private] |
Int_t REROOT_PEArrival::m_TubePixel [private] |
1.4.7