#include <REROOT_DigitPln.h>
Public Member Functions | |
| REROOT_DigitPln (DIGITPLN_DEF *) | |
| REROOT_DigitPln () | |
| ~REROOT_DigitPln () | |
| virtual void | accept (REROOT_Visitor &v) |
| void | clear () |
| void | printEvent (std::ostream &) const |
| Int_t | ID () const |
| Int_t | IPln () const |
| Int_t | NDigitPln () const |
Private Member Functions | |
| void | init () |
Private Attributes | |
| Int_t | m_ID |
| Int_t | m_IPln |
| Int_t | m_NDigitPln |
|
|
Definition at line 59 of file REROOT_DigitPln.cxx. References init(). 00060 {
00061 m_ID = nr->ID - 1; // C index
00062 m_IPln = nr->IPln - 1; // C index
00063 m_NDigitPln = nr->NDigitPln;
00064
00065 init();
00066 }
|
|
|
Definition at line 68 of file REROOT_DigitPln.cxx. 00069 {
00070 }
|
|
|
Definition at line 76 of file REROOT_DigitPln.cxx. 00077 {
00078 }
|
|
|
Definition at line 30 of file REROOT_DigitPln.h. References v, and REROOT_Visitor::visit().
|
|
|
Definition at line 80 of file REROOT_DigitPln.cxx. 00081 {
00082 }
|
|
|
Definition at line 36 of file REROOT_DigitPln.h. Referenced by printEvent(). 00036 {return m_ID; } // ID
|
|
|
Definition at line 72 of file REROOT_DigitPln.cxx. 00073 {
00074 }
|
|
|
Definition at line 37 of file REROOT_DigitPln.h. Referenced by printEvent(). 00037 {return m_IPln; } // IPln
|
|
|
Definition at line 38 of file REROOT_DigitPln.h. Referenced by printEvent(). 00038 {return m_NDigitPln; } // NDigitPln
|
|
|
Definition at line 84 of file REROOT_DigitPln.cxx. References ID(), IPln(), and NDigitPln(). 00085 {
00086 pstream << "======================= DigitPln =====================\n";
00087 pstream << "DigitPln.ID = " << ID() << "\n";
00088 pstream << "DigitPln.IPln() = " << IPln() << "\n";
00089 pstream << "DigitPln.NDigitPln() = " << NDigitPln() << "\n";
00090 }
|
|
|
Definition at line 19 of file REROOT_DigitPln.h. |
|
|
Definition at line 20 of file REROOT_DigitPln.h. |
|
|
Definition at line 21 of file REROOT_DigitPln.h. |
1.3.9.1