ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Root IO implementation for the persistency example. More...
#include <geant4/tree/geant4-10.6-release/examples/extended/persistency/P01/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.
Definition at line 48 of file RootIO.hh.
View newest version in sPHENIX GitHub at line 48 of file RootIO.hh
|
virtual |
|
protected |
void RootIO::Close | ( | ) |
Definition at line 67 of file RootIO.cc.
View newest version in sPHENIX GitHub at line 67 of file RootIO.cc
References instance, and RootIO().
Referenced by ExP01TrackerSD::EndOfEvent(), and ExP01TrackerSD::~ExP01TrackerSD().
void RootIO::Write | ( | std::vector< ExP01TrackerHit * > * | hcont | ) |
|
private |
|
private |