|
Geant4.10
|
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 () | |
Root IO implementation for the persistency example.
|
protected |
Definition at line 51 of file RootIO.cc.
Referenced by GetInstance().
| void RootIO::Close | ( | ) |
Definition at line 100 of file RootIO.cc.
Referenced by ExP01TrackerSD::~ExP01TrackerSD().
Definition at line 71 of file RootIO.cc.
References RootIO().
Referenced by ExP01TrackerSD::EndOfEvent(), and ExP01TrackerSD::~ExP01TrackerSD().
| void RootIO::Write | ( | std::vector< ExP01TrackerHit * > * | hcont | ) |
Definition at line 82 of file RootIO.cc.
Referenced by ExP01TrackerSD::EndOfEvent().
1.8.7