#include <REROOT_TubePixelMap.h>
Public Member Functions | |
| REROOT_TubePixelMap (TUBEPIXELMAP_DEF *) | |
| REROOT_TubePixelMap () | |
| ~REROOT_TubePixelMap () | |
| virtual void | accept (REROOT_Visitor &v) |
| void | clear () |
| void | printEvent (std::ostream &) const |
| Int_t | ID () const |
| Int_t | MUXMap () const |
| Int_t | IExtr () const |
| Int_t | ICell () const |
| Int_t | ITubePixel () const |
Private Member Functions | |
| void | init () |
Private Attributes | |
| Int_t | m_ID |
| Int_t | m_MUXMap |
| Int_t | m_IExtr |
| Int_t | m_ICell |
| Int_t | m_ITubePixel |
Definition at line 16 of file REROOT_TubePixelMap.h.
| REROOT_TubePixelMap::REROOT_TubePixelMap | ( | TUBEPIXELMAP_DEF * | ) |
Definition at line 59 of file REROOT_TubePixelMap.cxx.
References init().
00060 { 00061 m_ID = nr->ID - 1; // C index 00062 m_MUXMap = nr->MUXMap; 00063 m_IExtr = nr->IExtr - 1; // C index 00064 m_ICell = nr->ICell - 1; // C index 00065 m_ITubePixel = nr->ITubePixel; 00066 00067 init(); 00068 }
| REROOT_TubePixelMap::REROOT_TubePixelMap | ( | ) |
| REROOT_TubePixelMap::~REROOT_TubePixelMap | ( | ) |
| virtual void REROOT_TubePixelMap::accept | ( | REROOT_Visitor & | v | ) | [inline, virtual] |
Definition at line 32 of file REROOT_TubePixelMap.h.
References REROOT_Visitor::visit().
00032 { v.visit(this); }
| void REROOT_TubePixelMap::clear | ( | ) |
| Int_t REROOT_TubePixelMap::ICell | ( | ) | const [inline] |
Definition at line 41 of file REROOT_TubePixelMap.h.
References m_ICell.
00041 {return m_ICell; } // ICell
| Int_t REROOT_TubePixelMap::ID | ( | ) | const [inline] |
| Int_t REROOT_TubePixelMap::IExtr | ( | ) | const [inline] |
Definition at line 40 of file REROOT_TubePixelMap.h.
References m_IExtr.
00040 {return m_IExtr; } // IExtr
| void REROOT_TubePixelMap::init | ( | ) | [private] |
| Int_t REROOT_TubePixelMap::ITubePixel | ( | ) | const [inline] |
Definition at line 42 of file REROOT_TubePixelMap.h.
References m_ITubePixel.
00042 {return m_ITubePixel; } // ITubePixel
| Int_t REROOT_TubePixelMap::MUXMap | ( | ) | const [inline] |
Definition at line 39 of file REROOT_TubePixelMap.h.
References m_MUXMap.
00039 {return m_MUXMap; } // MUXMap
| void REROOT_TubePixelMap::printEvent | ( | std::ostream & | ) | const |
Int_t REROOT_TubePixelMap::m_ICell [private] |
Int_t REROOT_TubePixelMap::m_ID [private] |
Int_t REROOT_TubePixelMap::m_IExtr [private] |
Int_t REROOT_TubePixelMap::m_ITubePixel [private] |
Int_t REROOT_TubePixelMap::m_MUXMap [private] |
1.4.7