| 
    Geant4
    10.00.p01
    
   | 
 
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 51 of file RootIO.cc.
References fFile.
Referenced by GetInstance().
 Here is the caller graph for this function:| void RootIO::Close | ( | ) | 
Definition at line 100 of file RootIO.cc.
References fFile.
Referenced by ExP01TrackerSD::~ExP01TrackerSD().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 71 of file RootIO.cc.
References instance, and RootIO().
Referenced by ExP01TrackerSD::EndOfEvent(), and ExP01TrackerSD::~ExP01TrackerSD().
 Here is the call graph for this function:
 Here is the caller graph for this function:| void RootIO::Write | ( | std::vector< ExP01TrackerHit * > * | hcont | ) | 
Definition at line 82 of file RootIO.cc.
References fFile, and fNevents.
Referenced by ExP01TrackerSD::EndOfEvent().
 Here is the caller graph for this function:
      
  | 
  private |