#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 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 }
|
|
|
Definition at line 70 of file REROOT_TubePixelMap.cxx. 00071 {
00072 }
|
|
|
Definition at line 78 of file REROOT_TubePixelMap.cxx. 00079 {
00080 }
|
|
|
Definition at line 32 of file REROOT_TubePixelMap.h. References REROOT_Visitor::visit(). 00032 { v.visit(this); }
|
|
|
Definition at line 82 of file REROOT_TubePixelMap.cxx. 00083 {
00084 }
|
|
|
Definition at line 41 of file REROOT_TubePixelMap.h. 00041 {return m_ICell; } // ICell
|
|
|
Definition at line 38 of file REROOT_TubePixelMap.h. 00038 {return m_ID; } // ID
|
|
|
Definition at line 40 of file REROOT_TubePixelMap.h. 00040 {return m_IExtr; } // IExtr
|
|
|
Definition at line 74 of file REROOT_TubePixelMap.cxx. 00075 {
00076 }
|
|
|
Definition at line 42 of file REROOT_TubePixelMap.h. 00042 {return m_ITubePixel; } // ITubePixel
|
|
|
Definition at line 39 of file REROOT_TubePixelMap.h. 00039 {return m_MUXMap; } // MUXMap
|
|
|
Definition at line 86 of file REROOT_TubePixelMap.cxx. 00087 {
00088 pstream << "=================== TubePixelMap =====================\n";
00089 }
|
|
|
Definition at line 22 of file REROOT_TubePixelMap.h. |
|
|
Definition at line 19 of file REROOT_TubePixelMap.h. |
|
|
Definition at line 21 of file REROOT_TubePixelMap.h. |
|
|
Definition at line 23 of file REROOT_TubePixelMap.h. |
|
|
Definition at line 20 of file REROOT_TubePixelMap.h. |
1.3.9.1