#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 16 of file REROOT_StdHepHead.h.
| REROOT_StdHepHead::REROOT_StdHepHead | ( | STDHEPHEAD_DEF * | ) |
| REROOT_StdHepHead::REROOT_StdHepHead | ( | ) |
| REROOT_StdHepHead::~REROOT_StdHepHead | ( | ) |
| virtual void REROOT_StdHepHead::accept | ( | REROOT_Visitor & | v | ) | [inline, virtual] |
Definition at line 30 of file REROOT_StdHepHead.h.
References REROOT_Visitor::visit().
00030 { v.visit(this); }
| void REROOT_StdHepHead::clear | ( | ) |
| Int_t REROOT_StdHepHead::ID | ( | ) | const [inline] |
| void REROOT_StdHepHead::init | ( | ) | [private] |
| Int_t REROOT_StdHepHead::NevHEP | ( | ) | const [inline] |
Definition at line 37 of file REROOT_StdHepHead.h.
References m_NevHEP.
00037 {return m_NevHEP; } // NevHEP
| Int_t REROOT_StdHepHead::NHEP | ( | ) | const [inline] |
Definition at line 38 of file REROOT_StdHepHead.h.
References m_NHEP.
00038 {return m_NHEP; } // NHEP
| void REROOT_StdHepHead::printEvent | ( | std::ostream & | ) | const |
Int_t REROOT_StdHepHead::m_ID [private] |
Int_t REROOT_StdHepHead::m_NevHEP [private] |
Int_t REROOT_StdHepHead::m_NHEP [private] |
1.4.7