ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/simulation/g4simulation/g4histos/G4SnglNtuple.h>
Public Member Functions | |
G4SnglNtuple (const std::string &name="G4SnglNtuple", const std::string &filename="G4SnglNtuple.root") | |
constructor | |
~G4SnglNtuple () override | |
destructor | |
int | Init (PHCompositeNode *) override |
full initialization | |
int | process_event (PHCompositeNode *) override |
event processing method | |
int | End (PHCompositeNode *) override |
end of run method | |
void | AddNode (const std::string &name, const int detid=0) |
Public Member Functions inherited from SubsysReco | |
~SubsysReco () override | |
virtual int | EndRun (const int) |
Called at the end of each run. | |
virtual int | InitRun (PHCompositeNode *) |
virtual int | Reset (PHCompositeNode *) |
Reset. | |
virtual int | ResetEvent (PHCompositeNode *) |
Clean up after each event. | |
void | Print (const std::string &="ALL") const override |
Public Member Functions inherited from Fun4AllBase | |
virtual | ~Fun4AllBase () |
virtual const std::string | Name () const |
Returns the name of this module. | |
virtual void | Name (const std::string &name) |
Sets the name of this module. | |
virtual void | Verbosity (const int ival) |
Sets the verbosity of this module (0 by default=quiet). | |
virtual void | Verbosity (enu_Verbosity ival) |
Sets the verbosity of this module (0 by default=quiet). | |
virtual int | Verbosity () const |
Gets the verbosity of this module. | |
Protected Attributes | |
int | nblocks |
Fun4AllHistoManager * | hm |
std::vector< TH1 * > | nhits |
std::vector< TH1 * > | eloss |
std::string | _filename |
std::set< std::string > | _node_postfix |
std::map< std::string, int > | _detid |
TNtuple * | ntup |
TNtuple * | ntup_e |
TFile * | outfile |
Additional Inherited Members | |
Public Types inherited from Fun4AllBase | |
enum | enu_Verbosity { VERBOSITY_QUIET = 0, VERBOSITY_SOME = 1, VERBOSITY_MORE = 2, VERBOSITY_EVEN_MORE = 3, VERBOSITY_A_LOT = 4, VERBOSITY_MAX = INT_MAX - 10 } |
Protected Member Functions inherited from SubsysReco | |
SubsysReco (const std::string &name="NONAME") | |
Definition at line 18 of file G4SnglNtuple.h.
View newest version in sPHENIX GitHub at line 18 of file G4SnglNtuple.h
G4SnglNtuple::G4SnglNtuple | ( | const std::string & | name = "G4SnglNtuple" , |
const std::string & | filename = "G4SnglNtuple.root" |
||
) |
constructor
Definition at line 23 of file G4SnglNtuple.cc.
View newest version in sPHENIX GitHub at line 23 of file G4SnglNtuple.cc
|
override |
destructor
Definition at line 34 of file G4SnglNtuple.cc.
View newest version in sPHENIX GitHub at line 34 of file G4SnglNtuple.cc
References hm.
Definition at line 134 of file G4SnglNtuple.cc.
View newest version in sPHENIX GitHub at line 134 of file G4SnglNtuple.cc
References _detid, and _node_postfix.
|
overridevirtual |
end of run method
Reimplemented from SubsysReco.
Definition at line 123 of file G4SnglNtuple.cc.
View newest version in sPHENIX GitHub at line 123 of file G4SnglNtuple.cc
References _filename, Fun4AllHistoManager::dumpHistos(), hm, ntup, and outfile.
|
overridevirtual |
full initialization
Reimplemented from SubsysReco.
Definition at line 40 of file G4SnglNtuple.cc.
View newest version in sPHENIX GitHub at line 40 of file G4SnglNtuple.cc
References _filename, eloss, h1, hm, Fun4AllBase::Name(), ntup, ntup_e, and outfile.
|
overridevirtual |
event processing method
Reimplemented from SubsysReco.
Definition at line 54 of file G4SnglNtuple.cc.
View newest version in sPHENIX GitHub at line 54 of file G4SnglNtuple.cc
References _detid, _node_postfix, e, eloss, PHG4HitContainer::getHits(), PHG4TruthInfoContainer::GetPrimaryParticleRange(), hits(), ntup, ntup_e, phi, pt, second, and theta().
|
protected |
Definition at line 46 of file G4SnglNtuple.h.
View newest version in sPHENIX GitHub at line 46 of file G4SnglNtuple.h
Referenced by AddNode(), and process_event().
|
protected |
Definition at line 44 of file G4SnglNtuple.h.
View newest version in sPHENIX GitHub at line 44 of file G4SnglNtuple.h
|
protected |
Definition at line 45 of file G4SnglNtuple.h.
View newest version in sPHENIX GitHub at line 45 of file G4SnglNtuple.h
Referenced by AddNode(), and process_event().
|
protected |
Definition at line 42 of file G4SnglNtuple.h.
View newest version in sPHENIX GitHub at line 42 of file G4SnglNtuple.h
Referenced by Init(), and process_event().
|
protected |
Definition at line 40 of file G4SnglNtuple.h.
View newest version in sPHENIX GitHub at line 40 of file G4SnglNtuple.h
Referenced by End(), Init(), and ~G4SnglNtuple().
|
protected |
Definition at line 39 of file G4SnglNtuple.h.
View newest version in sPHENIX GitHub at line 39 of file G4SnglNtuple.h
|
protected |
Definition at line 41 of file G4SnglNtuple.h.
View newest version in sPHENIX GitHub at line 41 of file G4SnglNtuple.h
|
protected |
Definition at line 47 of file G4SnglNtuple.h.
View newest version in sPHENIX GitHub at line 47 of file G4SnglNtuple.h
Referenced by End(), Init(), and process_event().
|
protected |
Definition at line 48 of file G4SnglNtuple.h.
View newest version in sPHENIX GitHub at line 48 of file G4SnglNtuple.h
Referenced by Init(), and process_event().
|
protected |
Definition at line 49 of file G4SnglNtuple.h.
View newest version in sPHENIX GitHub at line 49 of file G4SnglNtuple.h