Geant4
10.02.p02
|
Root IO implementation for the persistency example. More...
#include <RootIO.hh>
Public Member Functions | |
virtual | ~RootIO () |
void | Write (std::vector< ExP01TrackerHit * > *) |
void | Close () |
Static Public Member Functions | |
static RootIO * | GetInstance () |
Protected Member Functions | |
RootIO () | |
Private Attributes | |
TFile * | fFile |
int | fNevents |
Root IO implementation for the persistency example.
|
protected |
Definition at line 50 of file RootIO.cc.
References fFile.
Referenced by GetInstance().
void RootIO::Close | ( | ) |
Definition at line 97 of file RootIO.cc.
References fFile.
Referenced by ExP01TrackerSD::~ExP01TrackerSD().
|
static |
Definition at line 68 of file RootIO.cc.
References instance, and RootIO().
Referenced by ExP01TrackerSD::EndOfEvent(), and ExP01TrackerSD::~ExP01TrackerSD().
void RootIO::Write | ( | std::vector< ExP01TrackerHit * > * | hcont | ) |
|
private |