EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <Fun4All-lmon/blob/master/source/RootOut.h>
Public Member Functions | |
RootOut () | |
void | SetFileName (const std::string &fname) |
void | Open () |
void | Close () |
TTree * | GetTree () |
void | FillTree () |
Private Attributes | |
std::string | fOutputName |
TFile * | fOut |
TTree * | fDetTree |
Definition at line 11 of file RootOut.h.
View newest version in sPHENIX GitHub at line 11 of file RootOut.h
RootOut::RootOut | ( | ) |
Definition at line 25 of file RootOut.cxx.
View newest version in sPHENIX GitHub at line 25 of file RootOut.cxx
References fOutputName.
void RootOut::Close | ( | ) |
Definition at line 69 of file RootOut.cxx.
View newest version in sPHENIX GitHub at line 69 of file RootOut.cxx
References fDetTree, and fOut.
Referenced by G4LmonEventAction::~G4LmonEventAction().
void RootOut::FillTree | ( | ) |
Definition at line 62 of file RootOut.cxx.
View newest version in sPHENIX GitHub at line 62 of file RootOut.cxx
References fDetTree.
Referenced by G4LmonEventAction::EndOfEventAction().
|
inline |
Definition at line 20 of file RootOut.h.
View newest version in sPHENIX GitHub at line 20 of file RootOut.h
References fDetTree.
Referenced by Cell::Cell(), CompCal::CompCal(), and G4LmonDetector::ConstructMe().
void RootOut::Open | ( | void | ) |
Definition at line 35 of file RootOut.cxx.
View newest version in sPHENIX GitHub at line 35 of file RootOut.cxx
References exit(), fDetTree, fOut, and fOutputName.
Referenced by G4LmonSubsystem::Init().
|
inline |
Definition at line 16 of file RootOut.h.
View newest version in sPHENIX GitHub at line 16 of file RootOut.h
References fOutputName.
Referenced by G4LmonSubsystem::Init().
|
private |
|
private |
|
private |