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