#include <REROOT_NeuVtx.h>
Public Member Functions | |
| REROOT_NeuVtx (NEUVTX_DEF *) | |
| REROOT_NeuVtx () | |
| ~REROOT_NeuVtx () | |
| virtual void | accept (REROOT_Visitor &v) |
| void | clear () |
| void | printEvent (std::ostream &) const |
| Int_t | ID () const |
| Float_t | X () const |
| Float_t | Y () const |
| Float_t | Z () const |
Private Member Functions | |
| void | init () |
Private Attributes | |
| Int_t | m_ID |
| Float_t | m_X |
| Float_t | m_Y |
| Float_t | m_Z |
Definition at line 17 of file REROOT_NeuVtx.h.
| REROOT_NeuVtx::REROOT_NeuVtx | ( | NEUVTX_DEF * | ) |
| REROOT_NeuVtx::REROOT_NeuVtx | ( | ) |
| REROOT_NeuVtx::~REROOT_NeuVtx | ( | ) |
| virtual void REROOT_NeuVtx::accept | ( | REROOT_Visitor & | v | ) | [inline, virtual] |
Definition at line 32 of file REROOT_NeuVtx.h.
References REROOT_Visitor::visit().
00032 { v.visit(this); }
| void REROOT_NeuVtx::clear | ( | ) |
| Int_t REROOT_NeuVtx::ID | ( | ) | const [inline] |
| void REROOT_NeuVtx::init | ( | ) | [private] |
| void REROOT_NeuVtx::printEvent | ( | std::ostream & | ) | const |
| Float_t REROOT_NeuVtx::X | ( | ) | const [inline] |
Definition at line 39 of file REROOT_NeuVtx.h.
References m_X.
Referenced by FitTrackMSListModule::Ana().
00039 {return m_X; } // X
| Float_t REROOT_NeuVtx::Y | ( | ) | const [inline] |
Definition at line 40 of file REROOT_NeuVtx.h.
References m_Y.
Referenced by FitTrackMSListModule::Ana().
00040 {return m_Y; } // Y
| Float_t REROOT_NeuVtx::Z | ( | void | ) | const [inline] |
Definition at line 41 of file REROOT_NeuVtx.h.
References m_Z, and zoffset_REROOT().
Referenced by FitTrackMSListModule::Ana().
00041 {return m_Z + zoffset_REROOT(); } // Z
Int_t REROOT_NeuVtx::m_ID [private] |
Float_t REROOT_NeuVtx::m_X [private] |
Float_t REROOT_NeuVtx::m_Y [private] |
Float_t REROOT_NeuVtx::m_Z [private] |
1.4.7