#include <REROOT_LSTProto.h>
Public Member Functions | |
| REROOT_LSTProto (LSTPROTO_DEF *) | |
| REROOT_LSTProto () | |
| ~REROOT_LSTProto () | |
| virtual void | accept (REROOT_Visitor &v) |
| void | clear () |
| void | printEvent (std::ostream &) const |
| Int_t | ID () const |
| Int_t | IPln () const |
| Int_t | IExtr () const |
| Int_t | ICell () const |
| Int_t | ITrack () const |
| Float_t | XGlobal () const |
| Float_t | YGlobal () const |
| Float_t | ZGlobal () const |
| Float_t | TOFG () const |
| Float_t | Charge () const |
| Float_t | XLocal () const |
Private Member Functions | |
| void | init () |
Private Attributes | |
| Int_t | m_ID |
| Int_t | m_IPln |
| Int_t | m_IExtr |
| Int_t | m_ICell |
| Int_t | m_ITrack |
| Float_t | m_XGlobal |
| Float_t | m_YGlobal |
| Float_t | m_ZGlobal |
| Float_t | m_TOFG |
| Float_t | m_Charge |
| Float_t | m_XLocal |
|
|
Definition at line 59 of file REROOT_LSTProto.cxx. References init(). 00060 {
00061 m_ID = nr->ID - 1; // C index
00062 m_IPln = nr->IPln - 1; // C index
00063 m_IExtr = nr->IExtr - 1; // C index
00064 m_ICell = nr->ICell - 1; // C index
00065 m_ITrack = ((nr->ITrack)>0) ? (nr->ITrack)-1 : (nr->ITrack)+1; //Cidx
00066 m_XGlobal = nr->XGlobal;
00067 m_YGlobal = nr->YGlobal;
00068 m_ZGlobal = nr->ZGlobal;
00069 m_TOFG = nr->TOFG;
00070 m_Charge = nr->Charge;
00071 m_XLocal = nr->XLocal;
00072
00073 init();
00074 }
|
|
|
Definition at line 76 of file REROOT_LSTProto.cxx. 00077 {
00078 }
|
|
|
Definition at line 84 of file REROOT_LSTProto.cxx. 00085 {
00086 }
|
|
|
Definition at line 38 of file REROOT_LSTProto.h. References REROOT_Visitor::visit(). 00038 { v.visit(this); }
|
|
|
Definition at line 53 of file REROOT_LSTProto.h. 00053 {return m_Charge; } // Charge
|
|
|
Definition at line 88 of file REROOT_LSTProto.cxx. 00089 {
00090 }
|
|
|
Definition at line 47 of file REROOT_LSTProto.h. 00047 {return m_ICell; } // ICell
|
|
|
Definition at line 44 of file REROOT_LSTProto.h. 00044 {return m_ID; } // ID
|
|
|
Definition at line 46 of file REROOT_LSTProto.h. 00046 {return m_IExtr; } // IExtr
|
|
|
Definition at line 80 of file REROOT_LSTProto.cxx. 00081 {
00082 }
|
|
|
Definition at line 45 of file REROOT_LSTProto.h. 00045 {return m_IPln; } // IPln
|
|
|
Definition at line 48 of file REROOT_LSTProto.h. 00048 {return m_ITrack; } // ITrack
|
|
|
Definition at line 92 of file REROOT_LSTProto.cxx. 00093 {
00094 pstream << "======================= LSTProto =====================\n";
00095 }
|
|
|
Definition at line 52 of file REROOT_LSTProto.h. 00052 {return m_TOFG; } // TOFG
|
|
|
Definition at line 49 of file REROOT_LSTProto.h. 00049 {return m_XGlobal; } // XGlobal
|
|
|
Definition at line 54 of file REROOT_LSTProto.h. 00054 {return m_XLocal; } // XLocal
|
|
|
Definition at line 50 of file REROOT_LSTProto.h. 00050 {return m_YGlobal; } // YGlobal
|
|
|
Definition at line 51 of file REROOT_LSTProto.h. 00051 {return m_ZGlobal; } // ZGlobal
|
|
|
Definition at line 28 of file REROOT_LSTProto.h. |
|
|
Definition at line 22 of file REROOT_LSTProto.h. |
|
|
Definition at line 19 of file REROOT_LSTProto.h. |
|
|
Definition at line 21 of file REROOT_LSTProto.h. |
|
|
Definition at line 20 of file REROOT_LSTProto.h. |
|
|
Definition at line 23 of file REROOT_LSTProto.h. |
|
|
Definition at line 27 of file REROOT_LSTProto.h. |
|
|
Definition at line 24 of file REROOT_LSTProto.h. |
|
|
Definition at line 29 of file REROOT_LSTProto.h. |
|
|
Definition at line 25 of file REROOT_LSTProto.h. |
|
|
Definition at line 26 of file REROOT_LSTProto.h. |
1.3.9.1