![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <Fun4All-lmon/blob/master/source/RootOut.h>
Collaboration diagram for RootOut: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().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Here is the caller graph for this function:
|
private |
|
private |
|
private |