Class Reference for E1039 Core & Analysis Software
Fun4AllServer Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/fun4all/Fun4AllServer.h>

+ Inheritance diagram for Fun4AllServer:
+ Collaboration diagram for Fun4AllServer:

Public Member Functions

virtual ~Fun4AllServer ()
 
virtual bool registerHisto (const char *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)
 
SubsysRecogetSubsysReco (const std::string &name)
 
int registerOutputManager (Fun4AllOutputManager *manager)
 
Fun4AllOutputManagergetOutputManager (const std::string &name)
 
int registerHistoManager (Fun4AllHistoManager *manager)
 
Fun4AllHistoManagergetHistoManager (const std::string &name)
 
TNamed * getHisto (const std::string &hname) const
 
TNamed * getHisto (const unsigned int ihisto) const
 
const char * getHistoName (const unsigned int ihisto) const
 
virtual void Print (const std::string &what="ALL") const
 
void InitAll ()
 
int BeginRunTimeStamp (PHTimeStamp &TimeStp)
 
int dumpHistos (const std::string &filename="", const std::string &openmode="RECREATE")
 
int process_event (PHCompositeNode *topNode)
 
int Reset ()
 
virtual int BeginRun (const int runno)
 
virtual int EndRun (const int runno=0)
 
virtual int End ()
 
PHCompositeNodetopNode () const
 
PHCompositeNodetopNode (const std::string &name)
 
int outfileclose ()
 
virtual int process_event ()
 
PHCompositeNodegetNode (const char *name, const char *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)
 
Fun4AllInputManagergetInputManager (const char *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) More...
 
int skip (const int nevnts=0)
 skip n events (0 means up to the end of file). Skip means read, don't process. More...
 
int fileopen (const char *managername="NONE", const char *filename="NONE")
 
int fileclose (const std::string &managername="")
 
int SegmentNumber ()
 
int ResetNodeTree ()
 
int BranchSelect (const char *managername, const char *branch, int iflag)
 
int BranchSelect (const char *branch, int iflag)
 
int setBranches (const char *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
 
Fun4AllSyncManagergetSyncManager (const std::string &name="DefaultSyncManager")
 
int registerSyncManager (Fun4AllSyncManager *newmaster)
 
int retcodestats (const int iret)
 
void EventNumber (const int evtno)
 
void NodeIdentify (const std::string &name)
 
void KeepDBConnection (const int i=1)
 
void PrintTimer (const std::string &name="")
 
void ReadSpillTimer (double &time_subsys, double &time_output)
 
void ResetSpillTimer ()
 
int getRun () const
 
int setRun (const int runno)
 
- Public Member Functions inherited from Fun4AllBase
virtual ~Fun4AllBase ()
 
virtual const std::string Name () const
 Returns the name of this module. More...
 
virtual void Name (const std::string &name)
 Sets the name of this module. More...
 
virtual void Verbosity (const int ival)
 Sets the verbosity of this module (0 by default=quiet). More...
 
virtual void Verbosity (enu_Verbosity ival)
 Sets the verbosity of this module (0 by default=quiet). More...
 
virtual int Verbosity () const
 Gets the verbosity of this module. More...
 

Static Public Member Functions

static Fun4AllServerinstance ()
 

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 ()
 
- Protected Member Functions inherited from Fun4AllBase
 Fun4AllBase (const std::string &name="NONAME")
 

Protected Attributes

int OutNodeCount
 
int bortime_override
 
int ScreamEveryEvent
 
int unregistersubsystem
 
int runnumber
 
int eventnumber
 
std::vector< std::string > ComplaintList
 
PHCompositeNodeTopNode
 
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
 
Fun4AllHistoManagerServerHistoManager
 
std::vector< Fun4AllHistoManager * > HistoManager
 
std::map< std::string, PHCompositeNode * > topnodemap
 
PHTimeStampbeginruntimestamp
 
std::string default_Tdirectory
 
Fun4AllSyncManagerdefaultSyncManager
 
std::vector< Fun4AllSyncManager * > SyncManagers
 
std::map< int, int > retcodesmap
 
std::map< const std::string, PHTimer2timer_map
 
PHTimer2timer_sp_subsys
 Measure the time used by SubsysReco in process_event(). More...
 
PHTimer2timer_sp_output
 Measure the time used by OutputManager in process_event(). More...
 
TH1 * FrameWorkVars
 
int keep_db_connected
 
- Protected Attributes inherited from Fun4AllBase
std::string ThisName
 
int verbosity
 The verbosity level. 0 means not verbose at all. More...
 

Static Protected Attributes

static Fun4AllServer__instance = 0
 

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
}
 

Detailed Description

Definition at line 24 of file Fun4AllServer.h.

Constructor & Destructor Documentation

◆ ~Fun4AllServer()

Fun4AllServer::~Fun4AllServer ( )
virtual

Definition at line 70 of file Fun4AllServer.cc.

References __instance, beginruntimestamp, HistoManager, recoConsts::instance(), OutputManager, Reset(), Subsystems, SyncManagers, TDirCollection, timer_sp_output, timer_sp_subsys, topnodemap, Fun4AllBase::verbosity, and Fun4AllBase::VERBOSITY_MORE.

+ Here is the call graph for this function:

◆ Fun4AllServer()

Fun4AllServer::Fun4AllServer ( const std::string &  name = "Fun4AllServer")
protected

Definition at line 53 of file Fun4AllServer.cc.

References InitAll().

+ Here is the call graph for this function:

Member Function Documentation

◆ AddComplaint()

int Fun4AllServer::AddComplaint ( const std::string &  complaint,
const std::string &  remedy 
)

Definition at line 356 of file Fun4AllServer.cc.

References ComplaintList, and ScreamEveryEvent.

◆ AddTopNode()

int Fun4AllServer::AddTopNode ( const std::string &  name)

Definition at line 1261 of file Fun4AllServer.cc.

References topnodemap.

Referenced by topNode().

+ Here is the caller graph for this function:

◆ BeginRun()

int Fun4AllServer::BeginRun ( const int  runno)
virtual

Definition at line 785 of file Fun4AllServer.cc.

References Fun4AllReturnCodes::ABORTRUN, beginruntimestamp, bortime_override, default_Tdirectory, DisconnectDB(), Fun4AllReturnCodes::EVENT_OK, keep_db_connected, PHWHERE, PHTimeStamp::print(), Print(), Subsystems, unregistersubsystem, unregisterSubsystemsNow(), Fun4AllBase::verbosity, Fun4AllBase::VERBOSITY_EVEN_MORE, and Fun4AllBase::VERBOSITY_SOME.

Referenced by run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ BeginRunTimeStamp()

int Fun4AllServer::BeginRunTimeStamp ( PHTimeStamp TimeStp)

Definition at line 775 of file Fun4AllServer.cc.

References beginruntimestamp, bortime_override, and PHTimeStamp::print().

+ Here is the call graph for this function:

◆ BranchSelect() [1/2]

int Fun4AllServer::BranchSelect ( const char *  branch,
int  iflag 
)

Definition at line 1506 of file Fun4AllServer.cc.

References SyncManagers.

◆ BranchSelect() [2/2]

int Fun4AllServer::BranchSelect ( const char *  managername,
const char *  branch,
int  iflag 
)

Definition at line 1495 of file Fun4AllServer.cc.

References SyncManagers.

◆ CountOutNodes()

int Fun4AllServer::CountOutNodes ( PHCompositeNode startNode)
protected

Definition at line 898 of file Fun4AllServer.cc.

References CountOutNodesRecursive().

Referenced by process_event().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CountOutNodesRecursive()

int Fun4AllServer::CountOutNodesRecursive ( PHCompositeNode startNode,
const int  icount 
)
protected

Definition at line 905 of file Fun4AllServer.cc.

References PHNode::getName(), PHNode::getType(), PHNodeIterator::ls(), Fun4AllBase::verbosity, and Fun4AllBase::VERBOSITY_EVEN_MORE.

Referenced by CountOutNodes().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ DisconnectDB()

int Fun4AllServer::DisconnectDB ( )
virtual

Definition at line 1562 of file Fun4AllServer.cc.

Referenced by BeginRun().

+ Here is the caller graph for this function:

◆ DstEvents()

int Fun4AllServer::DstEvents ( ) const

Definition at line 1312 of file Fun4AllServer.cc.

References defaultSyncManager, and Fun4AllSyncManager::TotalEvents().

+ Here is the call graph for this function:

◆ dumpHistos()

int Fun4AllServer::dumpHistos ( const std::string &  filename = "",
const std::string &  openmode = "RECREATE" 
)

Definition at line 163 of file Fun4AllServer.cc.

References HistoManager, ServerHistoManager, and Fun4AllHistoManager::setOutfileName().

+ Here is the call graph for this function:

◆ End()

int Fun4AllServer::End ( )
virtual

Definition at line 1018 of file Fun4AllServer.cc.

References ComplaintList, default_Tdirectory, EndRun(), PHNodeIterator::findFirst(), PHFlag::get_IntFlag(), recoConsts::instance(), outfileclose(), OutputManager, PHWHERE, ScreamEveryEvent, Subsystems, TopNode, Fun4AllBase::verbosity, Fun4AllBase::VERBOSITY_EVEN_MORE, and Fun4AllBase::VERBOSITY_SOME.

+ Here is the call graph for this function:

◆ EndRun()

int Fun4AllServer::EndRun ( const int  runno = 0)
virtual

Definition at line 967 of file Fun4AllServer.cc.

References default_Tdirectory, PHWHERE, Subsystems, Fun4AllBase::verbosity, Fun4AllBase::VERBOSITY_EVEN_MORE, and Fun4AllBase::VERBOSITY_MORE.

Referenced by End(), and run().

+ Here is the caller graph for this function:

◆ EventNumber()

void Fun4AllServer::EventNumber ( const int  evtno)
inline

Definition at line 102 of file Fun4AllServer.h.

References eventnumber.

Referenced by Fun4AllSyncManager::CurrentEvent().

+ Here is the caller graph for this function:

◆ fileclose()

int Fun4AllServer::fileclose ( const std::string &  managername = "")

Definition at line 1539 of file Fun4AllServer.cc.

References SyncManagers.

◆ fileopen()

int Fun4AllServer::fileopen ( const char *  managername = "NONE",
const char *  filename = "NONE" 
)

Definition at line 1484 of file Fun4AllServer.cc.

References SyncManagers.

◆ getHisto() [1/2]

TNamed * Fun4AllServer::getHisto ( const std::string &  hname) const

Definition at line 505 of file Fun4AllServer.cc.

References Fun4AllHistoManager::getHisto(), and ServerHistoManager.

+ Here is the call graph for this function:

◆ getHisto() [2/2]

TNamed * Fun4AllServer::getHisto ( const unsigned int  ihisto) const

Definition at line 494 of file Fun4AllServer.cc.

References Fun4AllHistoManager::getHisto(), and ServerHistoManager.

+ Here is the call graph for this function:

◆ getHistoManager()

Fun4AllHistoManager * Fun4AllServer::getHistoManager ( const std::string &  name)

◆ getHistoName()

const char * Fun4AllServer::getHistoName ( const unsigned int  ihisto) const

Definition at line 500 of file Fun4AllServer.cc.

References Fun4AllHistoManager::getHistoName(), and ServerHistoManager.

+ Here is the call graph for this function:

◆ GetInputFullFileList()

void Fun4AllServer::GetInputFullFileList ( std::vector< std::string > &  fnames) const

Definition at line 1556 of file Fun4AllServer.cc.

References defaultSyncManager, and Fun4AllSyncManager::GetInputFullFileList().

+ Here is the call graph for this function:

◆ getInputManager()

Fun4AllInputManager * Fun4AllServer::getInputManager ( const char *  name)

Definition at line 1293 of file Fun4AllServer.cc.

References SyncManagers.

◆ GetModuleList()

void Fun4AllServer::GetModuleList ( std::vector< std::string > &  names) const

Definition at line 1589 of file Fun4AllServer.cc.

References Subsystems.

◆ getNode()

PHCompositeNode * Fun4AllServer::getNode ( const char *  name,
const char *  topnodename = "TOP" 
)

Definition at line 1274 of file Fun4AllServer.cc.

References PHCompositeNode::addNode(), PHNodeIterator::findFirst(), and topNode().

Referenced by Fun4AllDstInputManager::fileopen(), Fun4AllHepMCInputManager::Fun4AllHepMCInputManager(), and Fun4AllOscarInputManager::Fun4AllOscarInputManager().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getOutputManager()

Fun4AllOutputManager * Fun4AllServer::getOutputManager ( const std::string &  name)

◆ GetOutputManagerList()

void Fun4AllServer::GetOutputManagerList ( std::vector< std::string > &  names) const

Definition at line 1578 of file Fun4AllServer.cc.

References OutputManager.

◆ getRun()

int Fun4AllServer::getRun ( ) const
inline

Definition at line 110 of file Fun4AllServer.h.

References runnumber.

◆ getSubsysReco()

SubsysReco * Fun4AllServer::getSubsysReco ( const std::string &  name)

◆ getSyncManager()

Fun4AllSyncManager * Fun4AllServer::getSyncManager ( const std::string &  name = "DefaultSyncManager")

Definition at line 1620 of file Fun4AllServer.cc.

References defaultSyncManager, and SyncManagers.

◆ GetTopNodes()

unsigned Fun4AllServer::GetTopNodes ( std::vector< std::string > &  names) const

Definition at line 1568 of file Fun4AllServer.cc.

References topnodemap.

◆ identify()

void Fun4AllServer::identify ( std::ostream &  out = std::cout) const
virtual

Definition at line 1202 of file Fun4AllServer.cc.

References Fun4AllBase::ThisName.

◆ InitAll()

void Fun4AllServer::InitAll ( )

Definition at line 130 of file Fun4AllServer.cc.

References default_Tdirectory, defaultSyncManager, FrameWorkVars, InitNodeTree(), Fun4AllBase::Name(), NFRAMEWORKBINS, registerHisto(), registerHistoManager(), ServerHistoManager, SyncManagers, timer_map, timer_sp_output, timer_sp_subsys, TopNode, and topnodemap.

Referenced by Fun4AllServer().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ InitNodeTree()

int Fun4AllServer::InitNodeTree ( PHCompositeNode topNode)
protected

Definition at line 1224 of file Fun4AllServer.cc.

References PHCompositeNode::addNode(), and topNode().

Referenced by InitAll(), and topNode().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ instance()

◆ isHistoRegistered()

int Fun4AllServer::isHistoRegistered ( const std::string &  name) const
virtual

Definition at line 189 of file Fun4AllServer.cc.

References Fun4AllHistoManager::isHistoRegistered(), and ServerHistoManager.

+ Here is the call graph for this function:

◆ KeepDBConnection()

void Fun4AllServer::KeepDBConnection ( const int  i = 1)
inline

Definition at line 104 of file Fun4AllServer.h.

References keep_db_connected.

◆ makeHisto()

template<typename T >
T* Fun4AllServer::makeHisto ( T *  t)
inline

Definition at line 33 of file Fun4AllServer.h.

References Fun4AllHistoManager::makeHisto(), and ServerHistoManager.

+ Here is the call graph for this function:

◆ MakeNodesPersistent()

int Fun4AllServer::MakeNodesPersistent ( PHCompositeNode startNode)

Definition at line 948 of file Fun4AllServer.cc.

References PHNode::getType(), PHNodeIterator::ls(), and PHNode::makePersistent().

Referenced by Fun4AllDstOutputManager::Write().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ MakeNodesTransient()

int Fun4AllServer::MakeNodesTransient ( PHCompositeNode startNode)

Definition at line 929 of file Fun4AllServer.cc.

References PHNode::getType(), PHNodeIterator::ls(), and PHNode::makeTransient().

Referenced by process_event(), and Fun4AllDstOutputManager::Write().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ NodeIdentify()

void Fun4AllServer::NodeIdentify ( const std::string &  name)

Definition at line 1661 of file Fun4AllServer.cc.

References PHObject::identify(), and TopNode.

+ Here is the call graph for this function:

◆ outfileclose()

int Fun4AllServer::outfileclose ( )

Definition at line 1208 of file Fun4AllServer.cc.

References Fun4AllBase::Name(), OutputManager, Fun4AllBase::verbosity, and Fun4AllBase::VERBOSITY_MORE.

Referenced by End().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ PrdfEvents()

int Fun4AllServer::PrdfEvents ( ) const

Definition at line 1307 of file Fun4AllServer.cc.

References defaultSyncManager, and Fun4AllSyncManager::PrdfEvents().

+ Here is the call graph for this function:

◆ Print()

void Fun4AllServer::Print ( const std::string &  what = "ALL") const
virtual

Print out some info about this module.

Parameters
whatcan be used to specify what to print exactly.

Reimplemented from Fun4AllBase.

Definition at line 1109 of file Fun4AllServer.cc.

References HistoManager, Fun4AllBase::Name(), OutputManager, PHNodeIterator::print(), Fun4AllHistoManager::Print(), Fun4AllOutputManager::Print(), Fun4AllSyncManager::Print(), Subsystems, SyncManagers, and topnodemap.

Referenced by BeginRun().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ PrintTimer()

void Fun4AllServer::PrintTimer ( const std::string &  name = "")

Definition at line 1676 of file Fun4AllServer.cc.

References timer_map.

◆ process_event() [1/2]

int Fun4AllServer::process_event ( )
virtual

◆ process_event() [2/2]

int Fun4AllServer::process_event ( PHCompositeNode topNode)

Definition at line 510 of file Fun4AllServer.cc.

References process_event().

+ Here is the call graph for this function:

◆ ReadSpillTimer()

void Fun4AllServer::ReadSpillTimer ( double &  time_subsys,
double &  time_output 
)

Definition at line 1706 of file Fun4AllServer.cc.

References PHTimer2::get_accumulated_time(), timer_sp_output, and timer_sp_subsys.

Referenced by Fun4AllEVIOInputManager::run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ registerHisto() [1/2]

bool Fun4AllServer::registerHisto ( const char *  hname,
TNamed *  h1d,
const int  replace = 0 
)
virtual

Definition at line 184 of file Fun4AllServer.cc.

References Fun4AllHistoManager::registerHisto(), and ServerHistoManager.

Referenced by PHG4CylinderCellTPCReco::Init(), and InitAll().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ registerHisto() [2/2]

bool Fun4AllServer::registerHisto ( TNamed *  h1d,
const int  replace = 0 
)
virtual

Definition at line 179 of file Fun4AllServer.cc.

References Fun4AllHistoManager::registerHisto(), and ServerHistoManager.

+ Here is the call graph for this function:

◆ registerHistoManager()

int Fun4AllServer::registerHistoManager ( Fun4AllHistoManager manager)

Definition at line 474 of file Fun4AllServer.cc.

References HistoManager, Fun4AllBase::Name(), Fun4AllBase::verbosity, and Fun4AllBase::VERBOSITY_SOME.

Referenced by InitAll().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ registerInputManager()

int Fun4AllServer::registerInputManager ( Fun4AllInputManager InManager)

Definition at line 1286 of file Fun4AllServer.cc.

References defaultSyncManager, and Fun4AllSyncManager::registerInputManager().

+ Here is the call graph for this function:

◆ registerOutputManager()

int Fun4AllServer::registerOutputManager ( Fun4AllOutputManager manager)

Definition at line 373 of file Fun4AllServer.cc.

References Fun4AllBase::Name(), OutputManager, UpdateEventSelector(), Fun4AllBase::verbosity, and Fun4AllBase::VERBOSITY_SOME.

+ Here is the call graph for this function:

◆ registerSubsystem()

int Fun4AllServer::registerSubsystem ( SubsysReco subsystem,
const std::string &  topnodename = "TOP" 
)

Definition at line 195 of file Fun4AllServer.cc.

References default_Tdirectory, Fun4AllReturnCodes::DONOTREGISTERSUBSYSTEM, SubsysReco::Init(), instance(), Fun4AllBase::Name(), PHWHERE, RetCodes, Subsystems, TDirCollection, timer_map, topNode(), Fun4AllBase::verbosity, and Fun4AllBase::VERBOSITY_SOME.

+ Here is the call graph for this function:

◆ registerSyncManager()

int Fun4AllServer::registerSyncManager ( Fun4AllSyncManager newmaster)

Definition at line 1600 of file Fun4AllServer.cc.

References Fun4AllBase::Name(), SyncManagers, Fun4AllBase::verbosity, and Fun4AllBase::VERBOSITY_SOME.

+ Here is the call graph for this function:

◆ Reset()

int Fun4AllServer::Reset ( )

Definition at line 755 of file Fun4AllServer.cc.

References HistoManager, Subsystems, Fun4AllBase::verbosity, and Fun4AllBase::VERBOSITY_EVEN_MORE.

Referenced by ~Fun4AllServer().

+ Here is the caller graph for this function:

◆ ResetNodeTree()

int Fun4AllServer::ResetNodeTree ( )

Definition at line 732 of file Fun4AllServer.cc.

References PHNodeIterator::cd(), PHNodeIterator::forEach(), topnodemap, Fun4AllBase::verbosity, and PHNodeOperation::Verbosity().

Referenced by process_event(), and run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ResetSpillTimer()

void Fun4AllServer::ResetSpillTimer ( )

Definition at line 1712 of file Fun4AllServer.cc.

References PHTimer2::reset(), timer_sp_output, and timer_sp_subsys.

Referenced by Fun4AllEVIOInputManager::run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ retcodestats()

int Fun4AllServer::retcodestats ( const int  iret)
inline

Definition at line 101 of file Fun4AllServer.h.

References retcodesmap.

◆ run()

int Fun4AllServer::run ( const int  nevnts = 0,
const bool  require_nevents = false 
)

run n events (0 means up to end of file)

Definition at line 1318 of file Fun4AllServer.cc.

References Fun4AllReturnCodes::ABORTEVENT, BeginRun(), EndRun(), PHFlag::FlagExist(), PHFlag::get_IntFlag(), recoConsts::instance(), process_event(), ResetNodeTree(), RetCodes, runnumber, setRun(), SyncManagers, Fun4AllBase::verbosity, Fun4AllBase::VERBOSITY_MORE, Fun4AllBase::VERBOSITY_QUIET, and Fun4AllBase::VERBOSITY_SOME.

+ Here is the call graph for this function:

◆ SegmentNumber()

int Fun4AllServer::SegmentNumber ( )

Definition at line 1550 of file Fun4AllServer.cc.

References defaultSyncManager, and Fun4AllSyncManager::SegmentNumber().

Referenced by Fun4AllFileOutStream::WriteEventOut().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setBranches() [1/2]

int Fun4AllServer::setBranches ( )

Definition at line 1528 of file Fun4AllServer.cc.

References SyncManagers.

◆ setBranches() [2/2]

int Fun4AllServer::setBranches ( const char *  managername)

Definition at line 1517 of file Fun4AllServer.cc.

References SyncManagers.

◆ setRun()

int Fun4AllServer::setRun ( const int  runno)

This function sets RUNNUMBER via recoConsts.

Definition at line 1642 of file Fun4AllServer.cc.

References FrameWorkVars, recoConsts::instance(), runnumber, RUNNUMBERBIN, and PHFlag::set_IntFlag().

Referenced by run().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ skip()

int Fun4AllServer::skip ( const int  nevnts = 0)

skip n events (0 means up to the end of file). Skip means read, don't process.

Definition at line 1472 of file Fun4AllServer.cc.

References SyncManagers.

◆ topNode() [1/2]

◆ topNode() [2/2]

PHCompositeNode * Fun4AllServer::topNode ( const std::string &  name)

Definition at line 1237 of file Fun4AllServer.cc.

References AddTopNode(), InitNodeTree(), PHWHERE, and topnodemap.

+ Here is the call graph for this function:

◆ unregisterSubsystem()

int Fun4AllServer::unregisterSubsystem ( SubsysReco subsystem)

Definition at line 283 of file Fun4AllServer.cc.

References DeleteSubsystems, and unregistersubsystem.

◆ unregisterSubsystemsNow()

int Fun4AllServer::unregisterSubsystemsNow ( )
protected

Definition at line 291 of file Fun4AllServer.cc.

References DeleteSubsystems, OutputManager, RetCodes, Subsystems, unregistersubsystem, UpdateEventSelector(), Fun4AllBase::verbosity, and Fun4AllBase::VERBOSITY_MORE.

Referenced by BeginRun(), and process_event().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ UpdateEventSelector()

int Fun4AllServer::UpdateEventSelector ( Fun4AllOutputManager manager)
protected

Definition at line 393 of file Fun4AllServer.cc.

References Fun4AllOutputManager::EventSelector(), PHWHERE, Fun4AllOutputManager::RecoModuleIndex(), Subsystems, Fun4AllBase::verbosity, and Fun4AllBase::VERBOSITY_EVEN_MORE.

Referenced by registerOutputManager(), and unregisterSubsystemsNow().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ __instance

Fun4AllServer * Fun4AllServer::__instance = 0
staticprotected

Definition at line 120 of file Fun4AllServer.h.

Referenced by ~Fun4AllServer().

◆ beginruntimestamp

PHTimeStamp* Fun4AllServer::beginruntimestamp
protected

Definition at line 137 of file Fun4AllServer.h.

Referenced by BeginRun(), BeginRunTimeStamp(), and ~Fun4AllServer().

◆ bortime_override

int Fun4AllServer::bortime_override
protected

Definition at line 122 of file Fun4AllServer.h.

Referenced by BeginRun(), and BeginRunTimeStamp().

◆ ComplaintList

std::vector<std::string> Fun4AllServer::ComplaintList
protected

Definition at line 127 of file Fun4AllServer.h.

Referenced by AddComplaint(), End(), and process_event().

◆ default_Tdirectory

std::string Fun4AllServer::default_Tdirectory
protected

Definition at line 138 of file Fun4AllServer.h.

Referenced by BeginRun(), End(), EndRun(), InitAll(), process_event(), and registerSubsystem().

◆ defaultSyncManager

Fun4AllSyncManager* Fun4AllServer::defaultSyncManager
protected

◆ DeleteSubsystems

std::vector<std::pair<SubsysReco *, PHCompositeNode *> > Fun4AllServer::DeleteSubsystems
protected

Definition at line 130 of file Fun4AllServer.h.

Referenced by unregisterSubsystem(), and unregisterSubsystemsNow().

◆ eventnumber

int Fun4AllServer::eventnumber
protected

Definition at line 126 of file Fun4AllServer.h.

Referenced by EventNumber().

◆ FrameWorkVars

TH1* Fun4AllServer::FrameWorkVars
protected

Definition at line 147 of file Fun4AllServer.h.

Referenced by InitAll(), and setRun().

◆ HistoManager

std::vector<Fun4AllHistoManager *> Fun4AllServer::HistoManager
protected

◆ keep_db_connected

int Fun4AllServer::keep_db_connected
protected

Definition at line 148 of file Fun4AllServer.h.

Referenced by BeginRun(), and KeepDBConnection().

◆ OutNodeCount

int Fun4AllServer::OutNodeCount
protected

Definition at line 121 of file Fun4AllServer.h.

Referenced by process_event().

◆ OutputManager

std::vector<Fun4AllOutputManager *> Fun4AllServer::OutputManager
protected

◆ RetCodes

std::vector<int> Fun4AllServer::RetCodes
protected

Definition at line 131 of file Fun4AllServer.h.

Referenced by process_event(), registerSubsystem(), run(), and unregisterSubsystemsNow().

◆ retcodesmap

std::map<int, int> Fun4AllServer::retcodesmap
protected

Definition at line 141 of file Fun4AllServer.h.

Referenced by process_event(), and retcodestats().

◆ runnumber

int Fun4AllServer::runnumber
protected

Definition at line 125 of file Fun4AllServer.h.

Referenced by getRun(), run(), and setRun().

◆ ScreamEveryEvent

int Fun4AllServer::ScreamEveryEvent
protected

Definition at line 123 of file Fun4AllServer.h.

Referenced by AddComplaint(), End(), and process_event().

◆ ServerHistoManager

Fun4AllHistoManager* Fun4AllServer::ServerHistoManager
protected

◆ Subsystems

std::vector<std::pair<SubsysReco *, PHCompositeNode *> > Fun4AllServer::Subsystems
protected

◆ SyncManagers

◆ TDirCollection

std::vector<TDirectory *> Fun4AllServer::TDirCollection
protected

Definition at line 133 of file Fun4AllServer.h.

Referenced by registerSubsystem(), and ~Fun4AllServer().

◆ timer_map

std::map<const std::string, PHTimer2> Fun4AllServer::timer_map
protected

Definition at line 143 of file Fun4AllServer.h.

Referenced by InitAll(), PrintTimer(), process_event(), and registerSubsystem().

◆ timer_sp_output

PHTimer2* Fun4AllServer::timer_sp_output
protected

Measure the time used by OutputManager in process_event().

Definition at line 145 of file Fun4AllServer.h.

Referenced by InitAll(), process_event(), ReadSpillTimer(), ResetSpillTimer(), and ~Fun4AllServer().

◆ timer_sp_subsys

PHTimer2* Fun4AllServer::timer_sp_subsys
protected

Measure the time used by SubsysReco in process_event().

Definition at line 144 of file Fun4AllServer.h.

Referenced by InitAll(), process_event(), ReadSpillTimer(), ResetSpillTimer(), and ~Fun4AllServer().

◆ TopNode

PHCompositeNode* Fun4AllServer::TopNode
protected

Definition at line 128 of file Fun4AllServer.h.

Referenced by End(), InitAll(), NodeIdentify(), process_event(), and topNode().

◆ topnodemap

std::map<std::string, PHCompositeNode *> Fun4AllServer::topnodemap
protected

◆ unregistersubsystem

int Fun4AllServer::unregistersubsystem
protected

The documentation for this class was generated from the following files: