ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/offline/framework/fun4all/Fun4AllServer.h>
Public Member Functions | |
~Fun4AllServer () override | |
virtual bool | registerHisto (const std::string &hname, TNamed *h1d, const int replace=0) |
virtual bool | registerHisto (TNamed *h1d, const int replace=0) |
template<typename T > | |
T * | makeHisto (T *t) |
virtual int | isHistoRegistered (const std::string &name) const |
int | registerSubsystem (SubsysReco *subsystem, const std::string &topnodename="TOP") |
int | unregisterSubsystem (SubsysReco *subsystem) |
SubsysReco * | getSubsysReco (const std::string &name) |
int | registerOutputManager (Fun4AllOutputManager *manager) |
Fun4AllOutputManager * | getOutputManager (const std::string &name) |
int | registerHistoManager (Fun4AllHistoManager *manager) |
Fun4AllHistoManager * | getHistoManager (const std::string &name) |
TNamed * | getHisto (const std::string &hname) const |
TNamed * | getHisto (const unsigned int ihisto) const |
std::string | getHistoName (const unsigned int ihisto) const |
void | Print (const std::string &what="ALL") const override |
void | InitAll () |
int | BeginRunTimeStamp (PHTimeStamp &TimeStp) |
int | dumpHistos (const std::string &filename, const std::string &openmode="RECREATE") |
int | Reset () |
virtual int | BeginRun (const int runno) |
virtual int | EndRun (const int runno=0) |
virtual int | End () |
PHCompositeNode * | topNode () const |
PHCompositeNode * | topNode (const std::string &name) |
int | outfileclose () |
virtual int | process_event () |
PHCompositeNode * | getNode (const std::string &name, const std::string &topnodename="TOP") |
int | AddTopNode (const std::string &name) |
int | MakeNodesTransient (PHCompositeNode *startNode) |
int | MakeNodesPersistent (PHCompositeNode *startNode) |
int | AddComplaint (const std::string &complaint, const std::string &remedy) |
int | registerInputManager (Fun4AllInputManager *InManager) |
Fun4AllInputManager * | getInputManager (const std::string &name) |
int | PrdfEvents () const |
int | DstEvents () const |
int | run (const int nevnts=0, const bool require_nevents=false) |
run n events (0 means up to end of file) | |
int | skip (const int nevnts=0) |
skip n events (0 means up to the end of file). Skip means read, don't process. | |
int | fileopen (const std::string &managername, const std::string &filename) |
int | fileclose (const std::string &managername) |
int | SegmentNumber () |
int | ResetNodeTree () |
int | BranchSelect (const std::string &managername, const std::string &branch, int iflag) |
int | BranchSelect (const std::string &branch, int iflag) |
int | setBranches (const std::string &managername) |
int | setBranches () |
virtual int | DisconnectDB () |
virtual void | identify (std::ostream &out=std::cout) const |
unsigned | GetTopNodes (std::vector< std::string > &names) const |
void | GetInputFullFileList (std::vector< std::string > &fnames) const |
void | GetOutputManagerList (std::vector< std::string > &names) const |
void | GetModuleList (std::vector< std::string > &names) const |
Fun4AllSyncManager * | getSyncManager (const std::string &name="DefaultSyncManager") |
int | registerSyncManager (Fun4AllSyncManager *newmaster) |
int | retcodestats (const int iret) |
void | EventNumber (const int evtno) |
int | EventNumber () const |
void | NodeIdentify (const std::string &name) |
void | KeepDBConnection (const int i=1) |
void | PrintTimer (const std::string &name="") |
void | PrintMemoryTracker (const std::string &name="") const |
int | RunNumber () const |
int | EventCounter () const |
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. | |
Static Public Member Functions | |
static Fun4AllServer * | instance () |
Protected Member Functions | |
Fun4AllServer (const std::string &name="Fun4AllServer") | |
int | InitNodeTree (PHCompositeNode *topNode) |
int | CountOutNodes (PHCompositeNode *startNode) |
int | CountOutNodesRecursive (PHCompositeNode *startNode, const int icount) |
int | UpdateEventSelector (Fun4AllOutputManager *manager) |
int | unregisterSubsystemsNow () |
int | setRun (const int runnumber) |
Protected Member Functions inherited from Fun4AllBase | |
Fun4AllBase (const std::string &name="NONAME") | |
Protected Attributes | |
TH1 * | FrameWorkVars |
Fun4AllMemoryTracker * | ffamemtracker |
Fun4AllHistoManager * | ServerHistoManager |
PHTimeStamp * | beginruntimestamp = nullptr |
PHCompositeNode * | TopNode |
Fun4AllSyncManager * | defaultSyncManager |
int | OutNodeCount = 0 |
int | bortime_override = 0 |
int | ScreamEveryEvent = 0 |
int | unregistersubsystem = 0 |
int | runnumber = 0 |
int | eventnumber = 0 |
int | eventcounter = 0 |
int | keep_db_connected = 0 |
std::vector< std::string > | ComplaintList |
std::vector< std::pair < SubsysReco *, PHCompositeNode * > > | Subsystems |
std::vector< std::pair < SubsysReco *, PHCompositeNode * > > | DeleteSubsystems |
std::vector< int > | RetCodes |
std::vector < Fun4AllOutputManager * > | OutputManager |
std::vector< TDirectory * > | TDirCollection |
std::vector < Fun4AllHistoManager * > | HistoManager |
std::map< std::string, PHCompositeNode * > | topnodemap |
std::string | default_Tdirectory |
std::vector< Fun4AllSyncManager * > | SyncManagers |
std::map< int, int > | retcodesmap |
std::map< const std::string, PHTimer > | timer_map |
Static Protected Attributes | |
static Fun4AllServer * | __instance = nullptr |
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 } |
Definition at line 29 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 29 of file Fun4AllServer.h
|
override |
Definition at line 60 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 60 of file Fun4AllServer.cc
References __instance, beginruntimestamp, ffamemtracker, recoConsts::instance(), OutputManager, Reset(), Subsystems, SyncManagers, TDirCollection, topnodemap, Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_MORE.
|
protected |
Definition at line 52 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 52 of file Fun4AllServer.cc
References InitAll().
int Fun4AllServer::AddComplaint | ( | const std::string & | complaint, |
const std::string & | remedy | ||
) |
Definition at line 339 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 339 of file Fun4AllServer.cc
References ComplaintList, and ScreamEveryEvent.
int Fun4AllServer::AddTopNode | ( | const std::string & | name | ) |
Definition at line 1250 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1250 of file Fun4AllServer.cc
References topnodemap.
Referenced by topNode().
Definition at line 768 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 768 of file Fun4AllServer.cc
References Fun4AllReturnCodes::ABORTRUN, beginruntimestamp, bortime_override, default_Tdirectory, DisconnectDB(), e, Fun4AllReturnCodes::EVENT_OK, eventcounter, g4zmq::exit(), ffamemtracker, keep_db_connected, PHWHERE, PHTimeStamp::print(), Print(), Fun4AllMemoryTracker::Snapshot(), Fun4AllMemoryTracker::Start(), Fun4AllMemoryTracker::Stop(), Subsystems, unregistersubsystem, unregisterSubsystemsNow(), Fun4AllBase::Verbosity(), Fun4AllBase::VERBOSITY_EVEN_MORE, and Fun4AllBase::VERBOSITY_SOME.
Referenced by run().
int Fun4AllServer::BeginRunTimeStamp | ( | PHTimeStamp & | TimeStp | ) |
Definition at line 758 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 758 of file Fun4AllServer.cc
References beginruntimestamp, bortime_override, and PHTimeStamp::print().
int Fun4AllServer::BranchSelect | ( | const std::string & | managername, |
const std::string & | branch, | ||
int | iflag | ||
) |
Definition at line 1481 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1481 of file Fun4AllServer.cc
References SyncManagers.
Definition at line 1492 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1492 of file Fun4AllServer.cc
References SyncManagers.
|
protected |
Definition at line 886 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 886 of file Fun4AllServer.cc
References CountOutNodesRecursive().
Referenced by process_event().
|
protected |
Definition at line 893 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 893 of file Fun4AllServer.cc
References PHNodeIterator::ls(), Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_EVEN_MORE.
Referenced by CountOutNodes().
|
virtual |
Definition at line 1548 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1548 of file Fun4AllServer.cc
Referenced by BeginRun().
int Fun4AllServer::DstEvents | ( | ) | const |
Definition at line 1301 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1301 of file Fun4AllServer.cc
References defaultSyncManager, and Fun4AllSyncManager::TotalEvents().
int Fun4AllServer::dumpHistos | ( | const std::string & | filename, |
const std::string & | openmode = "RECREATE" |
||
) |
Definition at line 142 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 142 of file Fun4AllServer.cc
References ServerHistoManager, and Fun4AllHistoManager::setOutfileName().
Referenced by AnalyzeTree(), and RunBoth().
|
virtual |
Definition at line 1006 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1006 of file Fun4AllServer.cc
References ComplaintList, default_Tdirectory, e, EndRun(), g4zmq::exit(), PHNodeIterator::findFirst(), PHFlag::get_IntFlag(), recoConsts::instance(), MakeNodesTransient(), outfileclose(), OutputManager, PHWHERE, ScreamEveryEvent, Subsystems, TopNode, Fun4AllBase::Verbosity(), Fun4AllBase::VERBOSITY_EVEN_MORE, and Fun4AllBase::VERBOSITY_SOME.
Referenced by AnalyzeTree(), dst_eventeval(), Fun4All_AnaTutorial_sPHENIX(), Fun4All_AnaTutorial_sPHENIX_Jets(), Fun4All_CaloAna(), Fun4All_ExportGeom(), Fun4All_G4_block(), Fun4All_G4_Clusters(), Fun4All_G4_Cylinder(), Fun4All_G4_dRICHImport(), Fun4All_G4_ECCEModular(), Fun4All_G4_EICDetector(), Fun4All_G4_EICDetector_AnaTutorial(), Fun4All_G4_IonGun(), Fun4All_G4_Momentum(), Fun4All_G4_Momentum_Projection(), Fun4All_G4_Momentum_Projection_Calorimeters(), Fun4All_G4_Momentum_Projection_Detectors(), Fun4All_G4_Pi0_Tbt(), Fun4All_G4_SlopeCal(), Fun4All_G4_sPHENIX(), Fun4All_ImportGeom(), Fun4All_JetAna(), Fun4All_MySimpleReco(), Fun4All_photonDispersion(), Fun4All_ReadDST(), Fun4All_ReadDST_eIDML(), Fun4All_runEvaluators(), G4TTree(), MakeTree(), MyHitTTree(), ReadFieldMap(), run_dump(), and RunBoth().
Definition at line 955 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 955 of file Fun4AllServer.cc
References default_Tdirectory, e, g4zmq::exit(), PHWHERE, Subsystems, Fun4AllBase::Verbosity(), Fun4AllBase::VERBOSITY_EVEN_MORE, and Fun4AllBase::VERBOSITY_MORE.
Referenced by End(), and run().
|
inline |
Definition at line 113 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 113 of file Fun4AllServer.h
References eventcounter.
Referenced by SyncReco::process_event().
Definition at line 106 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 106 of file Fun4AllServer.h
References eventnumber.
Referenced by Fun4AllSyncManager::CurrentEvent(), SyncReco::process_event(), and HeadReco::process_event().
|
inline |
Definition at line 107 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 107 of file Fun4AllServer.h
References eventnumber.
int Fun4AllServer::fileclose | ( | const std::string & | managername | ) |
Definition at line 1525 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1525 of file Fun4AllServer.cc
References SyncManagers.
int Fun4AllServer::fileopen | ( | const std::string & | managername, |
const std::string & | filename | ||
) |
Definition at line 1470 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1470 of file Fun4AllServer.cc
References SyncManagers.
Referenced by AnalyzeTree(), Fun4All_Generator_Display(), and run_dump().
TNamed * Fun4AllServer::getHisto | ( | const std::string & | hname | ) | const |
Definition at line 488 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 488 of file Fun4AllServer.cc
References Fun4AllHistoManager::getHisto(), and ServerHistoManager.
Referenced by PHG4OuterHcalSteppingAction::FieldChecker().
TNamed * Fun4AllServer::getHisto | ( | const unsigned int | ihisto | ) | const |
Definition at line 477 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 477 of file Fun4AllServer.cc
References Fun4AllHistoManager::getHisto(), and ServerHistoManager.
Fun4AllHistoManager * Fun4AllServer::getHistoManager | ( | const std::string & | name | ) |
Definition at line 436 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 436 of file Fun4AllServer.cc
References Fun4AllBase::Verbosity(), Fun4AllBase::VERBOSITY_EVEN_MORE, and Fun4AllBase::VERBOSITY_MORE.
Referenced by QAHistManagerDef::getHistoManager(), TPCIntegratedCharge::getHistoManager(), TPCDataStreamEmulator::getHistoManager(), PHG4ScoringManager::getHistoManager(), JetHepMCLoader::getHistoManager(), and TPCFEETestRecov1::getHistoManager().
string Fun4AllServer::getHistoName | ( | const unsigned int | ihisto | ) | const |
Definition at line 483 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 483 of file Fun4AllServer.cc
References Fun4AllHistoManager::getHistoName(), and ServerHistoManager.
void Fun4AllServer::GetInputFullFileList | ( | std::vector< std::string > & | fnames | ) | const |
Definition at line 1542 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1542 of file Fun4AllServer.cc
References defaultSyncManager, and Fun4AllSyncManager::GetInputFullFileList().
Fun4AllInputManager * Fun4AllServer::getInputManager | ( | const std::string & | name | ) |
Definition at line 1282 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1282 of file Fun4AllServer.cc
References SyncManagers.
void Fun4AllServer::GetModuleList | ( | std::vector< std::string > & | names | ) | const |
Definition at line 1575 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1575 of file Fun4AllServer.cc
References Subsystems.
PHCompositeNode * Fun4AllServer::getNode | ( | const std::string & | name, |
const std::string & | topnodename = "TOP" |
||
) |
Definition at line 1263 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1263 of file Fun4AllServer.cc
References PHCompositeNode::addNode(), PHNodeIterator::findFirst(), and topNode().
Referenced by Fun4AllDstInputManager::fileopen(), Fun4AllHepMCInputManager::Fun4AllHepMCInputManager(), and Fun4AllOscarInputManager::Fun4AllOscarInputManager().
Fun4AllOutputManager * Fun4AllServer::getOutputManager | ( | const std::string & | name | ) |
Definition at line 417 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 417 of file Fun4AllServer.cc
References OutputManager, Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_EVEN_MORE.
void Fun4AllServer::GetOutputManagerList | ( | std::vector< std::string > & | names | ) | const |
Definition at line 1564 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1564 of file Fun4AllServer.cc
References OutputManager.
SubsysReco * Fun4AllServer::getSubsysReco | ( | const std::string & | name | ) |
Definition at line 321 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 321 of file Fun4AllServer.cc
References Subsystems, Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_EVEN_MORE.
Referenced by DisplayOn(), get_gen(), get_gun(), getgun(), matscan(), and QTGui().
Fun4AllSyncManager * Fun4AllServer::getSyncManager | ( | const std::string & | name = "DefaultSyncManager" | ) |
Definition at line 1606 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1606 of file Fun4AllServer.cc
References defaultSyncManager, and SyncManagers.
unsigned Fun4AllServer::GetTopNodes | ( | std::vector< std::string > & | names | ) | const |
Definition at line 1554 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1554 of file Fun4AllServer.cc
References topnodemap.
|
virtual |
Definition at line 1191 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1191 of file Fun4AllServer.cc
References Fun4AllBase::Name().
void Fun4AllServer::InitAll | ( | ) |
Definition at line 118 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 118 of file Fun4AllServer.cc
References default_Tdirectory, defaultSyncManager, FrameWorkVars, InitNodeTree(), Fun4AllBase::Name(), NFRAMEWORKBINS, registerHisto(), registerHistoManager(), ServerHistoManager, SyncManagers, TopNode, and topnodemap.
Referenced by Fun4AllServer().
|
protected |
Definition at line 1213 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1213 of file Fun4AllServer.cc
References PHCompositeNode::addNode().
Referenced by InitAll(), and topNode().
|
static |
Definition at line 42 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 42 of file Fun4AllServer.cc
Referenced by AnalyzeTree(), B0ECAL_Clusters(), B0ECAL_Eval(), B0ECAL_Towers(), B0Tracking_Eval(), B0Tracking_Reco(), Bbc_Reco(), BECAL_Clusters(), BECAL_Eval(), BECAL_Towers(), BMMGSetup(), BMMGT_Reco(), BToF_Reco(), BWD_Clusters(), BWD_Eval(), BWD_Towers(), CEMC_Cells(), CEMC_Clusters(), CEMC_Eval(), CEMC_QA(), CEMC_Towers(), Fun4AllSyncManager::CurrentEvent(), DIRCReco(), DisplayOn(), DRCALO_Towers(), DRCALOSetup(), dst_eventeval(), PHG4GDMLUtility::Dump_GDML(), EEMC_Clusters(), EEMC_Eval(), EEMC_Towers(), EEMCH_Clusters(), EEMCH_Eval(), EEMCH_Towers(), EHCAL_Clusters(), EHCAL_Eval(), EHCAL_Towers(), EHCALSetup(), HeadReco::EndRun(), ETOF_Reco(), ETOFSetup(), Event_Eval(), FEMC_Clusters(), FEMC_Eval(), FEMC_Towers(), FEMCSetup(), FFR_Eval(), FHCAL_Clusters(), FHCAL_Eval(), FHCAL_Towers(), FHCALSetup(), PHG4OuterHcalSteppingAction::FieldChecker(), Fun4AllDstInputManager::fileopen(), Fun4AllDstPileupInputManager::fileopen(), Fun4AllSingleDstPileupInputManager::fileopen(), Fun4All_AnaTutorial_sPHENIX(), Fun4All_AnaTutorial_sPHENIX_Jets(), Fun4All_CaloAna(), Fun4All_ExportGeom(), Fun4All_FileSplit(), Fun4All_G4_block(), Fun4All_G4_Clusters(), Fun4All_G4_Cylinder(), Fun4All_G4_dRICHImport(), Fun4All_G4_ECCEModular(), Fun4All_G4_EICDetector(), Fun4All_G4_EICDetector_AnaTutorial(), Fun4All_G4_IonGun(), Fun4All_G4_Momentum(), Fun4All_G4_Momentum_Projection(), Fun4All_G4_Momentum_Projection_Calorimeters(), Fun4All_G4_Momentum_Projection_Detectors(), Fun4All_G4_Pi0_Tbt(), Fun4All_G4_SlopeCal(), Fun4All_G4_sPHENIX(), Fun4All_Generator_Display(), Fun4All_ImportGeom(), Fun4All_JetAna(), Fun4All_MySimpleReco(), Fun4All_photonDispersion(), Fun4All_ReadDST(), Fun4All_ReadDST_eIDML(), Fun4All_runEvaluators(), Fun4AllHepMCInputManager::Fun4AllHepMCInputManager(), Fun4AllOscarInputManager::Fun4AllOscarInputManager(), Fun4AllPrdfInputManager::Fun4AllPrdfInputManager(), G4DSTreader_EICDetector(), G4Setup(), G4TTree(), get_gen(), get_gun(), PHFieldUtility::GetFieldConfigNode(), PHFieldUtility::GetFieldMapNode(), getgun(), QAHistManagerDef::getHistoManager(), TPCIntegratedCharge::getHistoManager(), TPCDataStreamEmulator::getHistoManager(), PHG4ScoringManager::getHistoManager(), JetHepMCLoader::getHistoManager(), TPCFEETestRecov1::getHistoManager(), Global_FastSim(), Global_Reco(), HCALInner_Cells(), HCALInner_Clusters(), HCALInner_Eval(), HCALInner_QA(), HCALInner_Towers(), HCALOuter_Cells(), HCALOuter_Clusters(), HCALOuter_Eval(), HCALOuter_QA(), HCALOuter_Towers(), HTOF_Reco(), HTOFSetup(), AnalyzeSimpleTree::Init(), PHG4TpcElectronDrift::InitRun(), InputInit(), InputManagers(), InputRegister(), Jet_Eval(), Jet_FwdEval(), Jet_FwdReco(), Jet_QA(), Jet_Reco(), KFParticle_D0_Reco(), KFParticle_Lambdac_Reco(), KFParticle_Upsilon_Reco(), LFHCAL_Clusters(), LFHCAL_Eval(), LFHCAL_Towers(), LFHCALSetup(), PHG4FullProjSpacalCellReco::LightCollectionModel::LightCollectionModel(), MakeTree(), matscan(), Micromegas_Cells(), Micromegas_Clustering(), mRICH_Eval(), mRICHReco(), MyHitTTree(), ParticleFlow(), PHGeom_DSTInspection(), SyncReco::process_event(), HeadReco::process_event(), QA_G4CaloTracking(), QA_Output(), QTGui(), ReadFieldMap(), HcalRawTowerBuilder::ReadParamsFromNodeTree(), Fun4AllInputManager::registerSubsystem(), registerSubsystem(), Fun4AllInputManager::RejectEvent(), RICHReco(), Fun4AllDstPileupInputManager::run(), run_dump(), RunBoth(), RWell_Cells(), RWell_Reco(), ShowerCompress(), TopoClusterReco(), Tracking_Eval(), Tracking_Reco(), TRD_Reco(), TRDSetup(), UserAnalysisInit(), Fun4AllEventOutputManager::Write(), Fun4AllDstOutputManager::Write(), Fun4AllFileOutStream::WriteEventOut(), and Fun4AllDstOutputManager::WriteNode().
|
virtual |
Definition at line 168 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 168 of file Fun4AllServer.cc
References Fun4AllHistoManager::isHistoRegistered(), and ServerHistoManager.
Referenced by PHG4OuterHcalSteppingAction::FieldChecker().
Definition at line 109 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 109 of file Fun4AllServer.h
References keep_db_connected.
Definition at line 38 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 38 of file Fun4AllServer.h
References Fun4AllHistoManager::makeHisto(), and ServerHistoManager.
int Fun4AllServer::MakeNodesPersistent | ( | PHCompositeNode * | startNode | ) |
Definition at line 936 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 936 of file Fun4AllServer.cc
References PHNodeIterator::ls().
Referenced by Fun4AllDstOutputManager::Write(), and Fun4AllDstOutputManager::WriteNode().
int Fun4AllServer::MakeNodesTransient | ( | PHCompositeNode * | startNode | ) |
Definition at line 917 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 917 of file Fun4AllServer.cc
References PHNodeIterator::ls().
Referenced by End(), process_event(), Fun4AllDstOutputManager::Write(), and Fun4AllDstOutputManager::WriteNode().
void Fun4AllServer::NodeIdentify | ( | const std::string & | name | ) |
Definition at line 1643 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1643 of file Fun4AllServer.cc
References PHObject::identify(), and TopNode.
int Fun4AllServer::outfileclose | ( | ) |
Definition at line 1197 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1197 of file Fun4AllServer.cc
References Fun4AllBase::Name(), OutputManager, Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_MORE.
Referenced by End().
int Fun4AllServer::PrdfEvents | ( | ) | const |
Definition at line 1296 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1296 of file Fun4AllServer.cc
References defaultSyncManager, and Fun4AllSyncManager::PrdfEvents().
|
overridevirtual |
Print out some info about this module.
what | can be used to specify what to print exactly. |
Reimplemented from Fun4AllBase.
Definition at line 1098 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1098 of file Fun4AllServer.cc
References OutputManager, pos(), PHNodeIterator::print(), Subsystems, SyncManagers, and topnodemap.
Referenced by BeginRun(), and HcalRawTowerBuilder::ReadParamsFromNodeTree().
void Fun4AllServer::PrintMemoryTracker | ( | const std::string & | name = "" | ) | const |
Definition at line 1689 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1689 of file Fun4AllServer.cc
References ffamemtracker, and Fun4AllMemoryTracker::PrintMemoryTracker().
void Fun4AllServer::PrintTimer | ( | const std::string & | name = "" | ) |
Definition at line 1658 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1658 of file Fun4AllServer.cc
References PHTimer::PRINT(), and timer_map.
|
virtual |
Definition at line 493 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 493 of file Fun4AllServer.cc
References Fun4AllReturnCodes::ABORTEVENT, Fun4AllReturnCodes::ABORTRUN, ComplaintList, CountOutNodes(), default_Tdirectory, Fun4AllReturnCodes::DISCARDEVENT, e, Fun4AllReturnCodes::EVENT_OK, eventcounter, g4zmq::exit(), ffamemtracker, PHNodeIterator::findFirst(), MakeNodesTransient(), OutNodeCount, OutputManager, PHWHERE, PHNodeIterator::print(), ResetNodeTree(), RetCodes, retcodesmap, ScreamEveryEvent, Fun4AllMemoryTracker::Snapshot(), Fun4AllMemoryTracker::Start(), Fun4AllMemoryTracker::Stop(), Subsystems, SyncManagers, timer_map, TopNode, unregistersubsystem, unregisterSubsystemsNow(), Fun4AllBase::Verbosity(), Fun4AllBase::VERBOSITY_EVEN_MORE, and Fun4AllBase::VERBOSITY_MORE.
Referenced by run().
|
virtual |
Definition at line 163 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 163 of file Fun4AllServer.cc
References Fun4AllHistoManager::registerHisto(), and ServerHistoManager.
Referenced by PHG4OuterHcalSteppingAction::FieldChecker(), InitAll(), and PHG4FullProjSpacalCellReco::LightCollectionModel::LightCollectionModel().
|
virtual |
Definition at line 158 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 158 of file Fun4AllServer.cc
References Fun4AllHistoManager::registerHisto(), and ServerHistoManager.
int Fun4AllServer::registerHistoManager | ( | Fun4AllHistoManager * | manager | ) |
Definition at line 457 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 457 of file Fun4AllServer.cc
References Fun4AllBase::Name(), Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_SOME.
Referenced by QAHistManagerDef::getHistoManager(), TPCIntegratedCharge::getHistoManager(), TPCDataStreamEmulator::getHistoManager(), PHG4ScoringManager::getHistoManager(), JetHepMCLoader::getHistoManager(), TPCFEETestRecov1::getHistoManager(), AnalyzeSimpleTree::Init(), and InitAll().
int Fun4AllServer::registerInputManager | ( | Fun4AllInputManager * | InManager | ) |
Definition at line 1275 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1275 of file Fun4AllServer.cc
References defaultSyncManager, and Fun4AllSyncManager::registerInputManager().
Referenced by AnalyzeTree(), dst_eventeval(), Fun4All_CaloAna(), Fun4All_ExportGeom(), Fun4All_FileSplit(), Fun4All_G4_block(), Fun4All_G4_Clusters(), Fun4All_G4_Cylinder(), Fun4All_G4_IonGun(), Fun4All_G4_Momentum(), Fun4All_G4_Momentum_Projection(), Fun4All_G4_Momentum_Projection_Calorimeters(), Fun4All_G4_Momentum_Projection_Detectors(), Fun4All_G4_Pi0_Tbt(), Fun4All_G4_SlopeCal(), Fun4All_Generator_Display(), Fun4All_ImportGeom(), Fun4All_JetAna(), Fun4All_MySimpleReco(), G4TTree(), InputManagers(), MakeTree(), MyHitTTree(), PHGeom_DSTInspection(), ReadFieldMap(), run_dump(), and RunBoth().
int Fun4AllServer::registerOutputManager | ( | Fun4AllOutputManager * | manager | ) |
Definition at line 356 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 356 of file Fun4AllServer.cc
References Fun4AllBase::Name(), OutputManager, UpdateEventSelector(), Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_SOME.
Referenced by Fun4All_AnaTutorial_sPHENIX(), Fun4All_AnaTutorial_sPHENIX_Jets(), Fun4All_FileSplit(), Fun4All_G4_block(), Fun4All_G4_Clusters(), Fun4All_G4_Cylinder(), Fun4All_G4_ECCEModular(), Fun4All_G4_EICDetector(), Fun4All_G4_EICDetector_AnaTutorial(), Fun4All_G4_IonGun(), Fun4All_G4_Momentum(), Fun4All_G4_Momentum_Projection(), Fun4All_G4_Momentum_Projection_Calorimeters(), Fun4All_G4_Momentum_Projection_Detectors(), Fun4All_G4_sPHENIX(), Fun4All_ImportGeom(), G4TTree(), MakeTree(), and MyHitTTree().
int Fun4AllServer::registerSubsystem | ( | SubsysReco * | subsystem, |
const std::string & | topnodename = "TOP" |
||
) |
Definition at line 174 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 174 of file Fun4AllServer.cc
References default_Tdirectory, Fun4AllReturnCodes::DONOTREGISTERSUBSYSTEM, e, g4zmq::exit(), ffamemtracker, SubsysReco::Init(), instance(), Fun4AllBase::Name(), PHWHERE, RetCodes, Fun4AllMemoryTracker::Start(), Fun4AllMemoryTracker::Stop(), Subsystems, TDirCollection, timer_map, topNode(), Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_SOME.
Referenced by AnalyzeTree(), B0ECAL_Clusters(), B0ECAL_Eval(), B0ECAL_Towers(), B0Tracking_Eval(), B0Tracking_Reco(), Bbc_Reco(), BECAL_Clusters(), BECAL_Eval(), BECAL_Towers(), BWD_Clusters(), BWD_Eval(), BWD_Towers(), CEMC_Cells(), CEMC_Clusters(), CEMC_Eval(), CEMC_QA(), CEMC_Towers(), DIRCReco(), DRCALO_Towers(), dst_eventeval(), EEMC_Clusters(), EEMC_Eval(), EEMC_Towers(), EEMCH_Clusters(), EEMCH_Eval(), EEMCH_Towers(), EHCAL_Clusters(), EHCAL_Eval(), EHCAL_Towers(), Event_Eval(), FEMC_Clusters(), FEMC_Eval(), FEMC_Towers(), FFR_Eval(), FHCAL_Clusters(), FHCAL_Eval(), FHCAL_Towers(), Fun4All_AnaTutorial_sPHENIX(), Fun4All_AnaTutorial_sPHENIX_Jets(), Fun4All_CaloAna(), Fun4All_FileSplit(), Fun4All_G4_block(), Fun4All_G4_Clusters(), Fun4All_G4_Cylinder(), Fun4All_G4_dRICHImport(), Fun4All_G4_ECCEModular(), Fun4All_G4_EICDetector_AnaTutorial(), Fun4All_G4_IonGun(), Fun4All_G4_Momentum(), Fun4All_G4_Momentum_Projection(), Fun4All_G4_Momentum_Projection_Calorimeters(), Fun4All_G4_Momentum_Projection_Detectors(), Fun4All_G4_Pi0_Tbt(), Fun4All_G4_SlopeCal(), Fun4All_Generator_Display(), Fun4All_ImportGeom(), Fun4All_JetAna(), Fun4All_MySimpleReco(), Fun4All_photonDispersion(), Fun4All_ReadDST(), Fun4All_ReadDST_eIDML(), G4DSTreader_EICDetector(), G4Setup(), G4TTree(), Global_FastSim(), Global_Reco(), HCALInner_Cells(), HCALInner_Clusters(), HCALInner_Eval(), HCALInner_QA(), HCALInner_Towers(), HCALOuter_Cells(), HCALOuter_Clusters(), HCALOuter_Eval(), HCALOuter_QA(), HCALOuter_Towers(), InputRegister(), Jet_Eval(), Jet_FwdEval(), Jet_FwdReco(), Jet_QA(), Jet_Reco(), KFParticle_D0_Reco(), KFParticle_Lambdac_Reco(), KFParticle_Upsilon_Reco(), LFHCAL_Clusters(), LFHCAL_Eval(), LFHCAL_Towers(), MakeTree(), mRICHReco(), MyHitTTree(), ParticleFlow(), QA_G4CaloTracking(), ReadFieldMap(), RICHReco(), run_dump(), RunBoth(), ShowerCompress(), TopoClusterReco(), Tracking_Eval(), and Tracking_Reco().
int Fun4AllServer::registerSyncManager | ( | Fun4AllSyncManager * | newmaster | ) |
Definition at line 1586 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1586 of file Fun4AllServer.cc
References Fun4AllBase::Name(), SyncManagers, Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_SOME.
int Fun4AllServer::Reset | ( | ) |
Definition at line 738 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 738 of file Fun4AllServer.cc
References Subsystems, Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_EVEN_MORE.
Referenced by ~Fun4AllServer().
int Fun4AllServer::ResetNodeTree | ( | ) |
Definition at line 715 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 715 of file Fun4AllServer.cc
References PHNodeIterator::cd(), PHNodeIterator::forEach(), topnodemap, PHNodeOperation::Verbosity(), and Fun4AllBase::Verbosity().
Referenced by process_event(), and run().
Definition at line 105 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 105 of file Fun4AllServer.h
References retcodesmap.
run n events (0 means up to end of file)
Definition at line 1307 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1307 of file Fun4AllServer.cc
References Fun4AllReturnCodes::ABORTEVENT, BeginRun(), EndRun(), g4zmq::exit(), PHFlag::FlagExist(), PHFlag::get_IntFlag(), recoConsts::instance(), process_event(), Fun4AllReturnCodes::RESET_NODE_TREE, ResetNodeTree(), RetCodes, runnumber, setRun(), SyncManagers, Fun4AllBase::Verbosity(), Fun4AllBase::VERBOSITY_MORE, and Fun4AllBase::VERBOSITY_QUIET.
Referenced by AnalyzeTree(), dst_eventeval(), Fun4All_AnaTutorial_sPHENIX(), Fun4All_AnaTutorial_sPHENIX_Jets(), Fun4All_CaloAna(), Fun4All_ExportGeom(), Fun4All_FileSplit(), Fun4All_G4_block(), Fun4All_G4_Clusters(), Fun4All_G4_Cylinder(), Fun4All_G4_dRICHImport(), Fun4All_G4_ECCEModular(), Fun4All_G4_EICDetector(), Fun4All_G4_EICDetector_AnaTutorial(), Fun4All_G4_IonGun(), Fun4All_G4_Momentum(), Fun4All_G4_Momentum_Projection(), Fun4All_G4_Momentum_Projection_Calorimeters(), Fun4All_G4_Momentum_Projection_Detectors(), Fun4All_G4_Pi0_Tbt(), Fun4All_G4_SlopeCal(), Fun4All_G4_sPHENIX(), Fun4All_Generator_Display(), Fun4All_ImportGeom(), Fun4All_JetAna(), Fun4All_MySimpleReco(), Fun4All_photonDispersion(), Fun4All_ReadDST(), Fun4All_ReadDST_eIDML(), Fun4All_runEvaluators(), G4TTree(), MakeTree(), MyHitTTree(), PHGeom_DSTInspection(), ReadFieldMap(), run_dump(), RunBoth(), and Fun4AllMessenger::SetNewValue().
|
inline |
Definition at line 112 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 112 of file Fun4AllServer.h
References runnumber.
Referenced by SyncReco::process_event(), and HeadReco::process_event().
int Fun4AllServer::SegmentNumber | ( | ) |
Definition at line 1536 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1536 of file Fun4AllServer.cc
References defaultSyncManager, and Fun4AllSyncManager::SegmentNumber().
Referenced by SyncReco::process_event(), and Fun4AllFileOutStream::WriteEventOut().
int Fun4AllServer::setBranches | ( | const std::string & | managername | ) |
Definition at line 1503 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1503 of file Fun4AllServer.cc
References SyncManagers.
int Fun4AllServer::setBranches | ( | ) |
Definition at line 1514 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1514 of file Fun4AllServer.cc
References SyncManagers.
Definition at line 1625 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1625 of file Fun4AllServer.cc
References FrameWorkVars, recoConsts::instance(), PHTimeStamp::print(), RUNNUMBERBIN, and PHFlag::set_IntFlag().
Referenced by run().
skip n events (0 means up to the end of file). Skip means read, don't process.
Definition at line 1454 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1454 of file Fun4AllServer.cc
References eventcounter, and SyncManagers.
Referenced by Fun4All_AnaTutorial_sPHENIX(), Fun4All_AnaTutorial_sPHENIX_Jets(), Fun4All_G4_ECCEModular(), Fun4All_G4_EICDetector(), Fun4All_G4_EICDetector_AnaTutorial(), Fun4All_G4_sPHENIX(), and Fun4All_runEvaluators().
|
inline |
Definition at line 63 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 63 of file Fun4AllServer.h
References TopNode.
Referenced by DisplayOn(), PHG4GDMLUtility::Dump_GDML(), HeadReco::EndRun(), Fun4All_ExportGeom(), Fun4All_Generator_Display(), Fun4All_ImportGeom(), Fun4AllHepMCInputManager::Fun4AllHepMCInputManager(), Fun4AllOscarInputManager::Fun4AllOscarInputManager(), Fun4AllPrdfInputManager::Fun4AllPrdfInputManager(), PHFieldUtility::GetFieldConfigNode(), PHFieldUtility::GetFieldMapNode(), getNode(), matscan(), PHGeom_DSTInspection(), QTGui(), Fun4AllInputManager::registerSubsystem(), registerSubsystem(), Fun4AllInputManager::RejectEvent(), and Fun4AllEventOutputManager::Write().
PHCompositeNode * Fun4AllServer::topNode | ( | const std::string & | name | ) |
Definition at line 1226 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 1226 of file Fun4AllServer.cc
References AddTopNode(), g4zmq::exit(), InitNodeTree(), PHWHERE, and topnodemap.
int Fun4AllServer::unregisterSubsystem | ( | SubsysReco * | subsystem | ) |
Definition at line 266 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 266 of file Fun4AllServer.cc
References DeleteSubsystems, and unregistersubsystem.
|
protected |
Definition at line 274 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 274 of file Fun4AllServer.cc
References DeleteSubsystems, OutputManager, RetCodes, Subsystems, unregistersubsystem, UpdateEventSelector(), Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_MORE.
Referenced by BeginRun(), and process_event().
|
protected |
Definition at line 376 of file Fun4AllServer.cc.
View newest version in sPHENIX GitHub at line 376 of file Fun4AllServer.cc
References Fun4AllOutputManager::EventSelector(), PHWHERE, Fun4AllOutputManager::RecoModuleIndex(), Subsystems, Fun4AllBase::Verbosity(), and Fun4AllBase::VERBOSITY_EVEN_MORE.
Referenced by registerOutputManager(), and unregisterSubsystemsNow().
|
staticprotected |
Definition at line 123 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 123 of file Fun4AllServer.h
Referenced by ~Fun4AllServer().
|
protected |
Definition at line 127 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 127 of file Fun4AllServer.h
Referenced by BeginRun(), BeginRunTimeStamp(), and ~Fun4AllServer().
|
protected |
Definition at line 132 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 132 of file Fun4AllServer.h
Referenced by BeginRun(), and BeginRunTimeStamp().
|
protected |
Definition at line 140 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 140 of file Fun4AllServer.h
Referenced by AddComplaint(), End(), and process_event().
|
protected |
Definition at line 148 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 148 of file Fun4AllServer.h
Referenced by BeginRun(), End(), EndRun(), InitAll(), process_event(), and registerSubsystem().
|
protected |
Definition at line 129 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 129 of file Fun4AllServer.h
Referenced by DstEvents(), GetInputFullFileList(), getSyncManager(), InitAll(), PrdfEvents(), registerInputManager(), and SegmentNumber().
|
protected |
Definition at line 142 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 142 of file Fun4AllServer.h
Referenced by unregisterSubsystem(), and unregisterSubsystemsNow().
|
protected |
Definition at line 137 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 137 of file Fun4AllServer.h
Referenced by BeginRun(), EventCounter(), process_event(), and skip().
|
protected |
Definition at line 136 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 136 of file Fun4AllServer.h
Referenced by EventNumber().
|
protected |
Definition at line 125 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 125 of file Fun4AllServer.h
Referenced by BeginRun(), PrintMemoryTracker(), process_event(), registerSubsystem(), and ~Fun4AllServer().
|
protected |
Definition at line 124 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 124 of file Fun4AllServer.h
|
protected |
Definition at line 146 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 146 of file Fun4AllServer.h
|
protected |
Definition at line 138 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 138 of file Fun4AllServer.h
Referenced by BeginRun(), and KeepDBConnection().
|
protected |
Definition at line 131 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 131 of file Fun4AllServer.h
Referenced by process_event().
|
protected |
Definition at line 144 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 144 of file Fun4AllServer.h
Referenced by End(), getOutputManager(), GetOutputManagerList(), outfileclose(), Print(), process_event(), registerOutputManager(), unregisterSubsystemsNow(), and ~Fun4AllServer().
|
protected |
Definition at line 143 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 143 of file Fun4AllServer.h
Referenced by process_event(), registerSubsystem(), run(), and unregisterSubsystemsNow().
Definition at line 150 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 150 of file Fun4AllServer.h
Referenced by process_event(), and retcodestats().
|
protected |
Definition at line 135 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 135 of file Fun4AllServer.h
Referenced by run(), and RunNumber().
|
protected |
Definition at line 133 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 133 of file Fun4AllServer.h
Referenced by AddComplaint(), End(), and process_event().
|
protected |
Definition at line 126 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 126 of file Fun4AllServer.h
Referenced by dumpHistos(), getHisto(), getHistoName(), InitAll(), isHistoRegistered(), makeHisto(), and registerHisto().
|
protected |
Definition at line 141 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 141 of file Fun4AllServer.h
Referenced by BeginRun(), End(), EndRun(), GetModuleList(), getSubsysReco(), Print(), process_event(), registerSubsystem(), Reset(), unregisterSubsystemsNow(), UpdateEventSelector(), and ~Fun4AllServer().
|
protected |
Definition at line 149 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 149 of file Fun4AllServer.h
Referenced by BranchSelect(), fileclose(), fileopen(), getInputManager(), getSyncManager(), InitAll(), Print(), process_event(), registerSyncManager(), run(), setBranches(), skip(), and ~Fun4AllServer().
|
protected |
Definition at line 145 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 145 of file Fun4AllServer.h
Referenced by registerSubsystem(), and ~Fun4AllServer().
|
protected |
Definition at line 151 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 151 of file Fun4AllServer.h
Referenced by PrintTimer(), process_event(), and registerSubsystem().
|
protected |
Definition at line 128 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 128 of file Fun4AllServer.h
Referenced by End(), InitAll(), NodeIdentify(), process_event(), and topNode().
|
protected |
Definition at line 147 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 147 of file Fun4AllServer.h
Referenced by AddTopNode(), GetTopNodes(), InitAll(), Print(), ResetNodeTree(), topNode(), and ~Fun4AllServer().
|
protected |
Definition at line 134 of file Fun4AllServer.h.
View newest version in sPHENIX GitHub at line 134 of file Fun4AllServer.h
Referenced by BeginRun(), process_event(), unregisterSubsystem(), and unregisterSubsystemsNow().