Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/fun4all/Fun4AllServer.h>
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) |
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 |
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 () |
PHCompositeNode * | topNode () const |
PHCompositeNode * | topNode (const std::string &name) |
int | outfileclose () |
virtual int | process_event () |
PHCompositeNode * | getNode (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) |
Fun4AllInputManager * | getInputManager (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 |
Fun4AllSyncManager * | getSyncManager (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) |
![]() | |
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 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 () |
![]() | |
Fun4AllBase (const std::string &name="NONAME") | |
Static Protected Attributes | |
static Fun4AllServer * | __instance = 0 |
Additional Inherited Members | |
![]() | |
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 24 of file Fun4AllServer.h.
|
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.
|
protected |
Definition at line 53 of file Fun4AllServer.cc.
References InitAll().
int Fun4AllServer::AddComplaint | ( | const std::string & | complaint, |
const std::string & | remedy | ||
) |
Definition at line 356 of file Fun4AllServer.cc.
References ComplaintList, and ScreamEveryEvent.
int Fun4AllServer::AddTopNode | ( | const std::string & | name | ) |
Definition at line 1261 of file Fun4AllServer.cc.
References topnodemap.
Referenced by topNode().
|
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().
int Fun4AllServer::BeginRunTimeStamp | ( | PHTimeStamp & | TimeStp | ) |
Definition at line 775 of file Fun4AllServer.cc.
References beginruntimestamp, bortime_override, and PHTimeStamp::print().
int Fun4AllServer::BranchSelect | ( | const char * | branch, |
int | iflag | ||
) |
Definition at line 1506 of file Fun4AllServer.cc.
References SyncManagers.
int Fun4AllServer::BranchSelect | ( | const char * | managername, |
const char * | branch, | ||
int | iflag | ||
) |
Definition at line 1495 of file Fun4AllServer.cc.
References SyncManagers.
|
protected |
Definition at line 898 of file Fun4AllServer.cc.
References CountOutNodesRecursive().
Referenced by process_event().
|
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().
|
virtual |
Definition at line 1562 of file Fun4AllServer.cc.
Referenced by BeginRun().
int Fun4AllServer::DstEvents | ( | ) | const |
Definition at line 1312 of file Fun4AllServer.cc.
References defaultSyncManager, and Fun4AllSyncManager::TotalEvents().
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().
|
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.
|
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().
|
inline |
Definition at line 102 of file Fun4AllServer.h.
References eventnumber.
Referenced by Fun4AllSyncManager::CurrentEvent().
int Fun4AllServer::fileclose | ( | const std::string & | managername = "" | ) |
Definition at line 1539 of file Fun4AllServer.cc.
References SyncManagers.
int Fun4AllServer::fileopen | ( | const char * | managername = "NONE" , |
const char * | filename = "NONE" |
||
) |
Definition at line 1484 of file Fun4AllServer.cc.
References SyncManagers.
TNamed * Fun4AllServer::getHisto | ( | const std::string & | hname | ) | const |
Definition at line 505 of file Fun4AllServer.cc.
References Fun4AllHistoManager::getHisto(), and ServerHistoManager.
TNamed * Fun4AllServer::getHisto | ( | const unsigned int | ihisto | ) | const |
Definition at line 494 of file Fun4AllServer.cc.
References Fun4AllHistoManager::getHisto(), and ServerHistoManager.
Fun4AllHistoManager * Fun4AllServer::getHistoManager | ( | const std::string & | name | ) |
Definition at line 453 of file Fun4AllServer.cc.
References HistoManager, Fun4AllBase::verbosity, Fun4AllBase::VERBOSITY_EVEN_MORE, and Fun4AllBase::VERBOSITY_MORE.
const char * Fun4AllServer::getHistoName | ( | const unsigned int | ihisto | ) | const |
Definition at line 500 of file Fun4AllServer.cc.
References Fun4AllHistoManager::getHistoName(), and ServerHistoManager.
void Fun4AllServer::GetInputFullFileList | ( | std::vector< std::string > & | fnames | ) | const |
Definition at line 1556 of file Fun4AllServer.cc.
References defaultSyncManager, and Fun4AllSyncManager::GetInputFullFileList().
Fun4AllInputManager * Fun4AllServer::getInputManager | ( | const char * | name | ) |
Definition at line 1293 of file Fun4AllServer.cc.
References SyncManagers.
void Fun4AllServer::GetModuleList | ( | std::vector< std::string > & | names | ) | const |
Definition at line 1589 of file Fun4AllServer.cc.
References Subsystems.
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().
Fun4AllOutputManager * Fun4AllServer::getOutputManager | ( | const std::string & | name | ) |
Definition at line 434 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 1578 of file Fun4AllServer.cc.
References OutputManager.
|
inline |
Definition at line 110 of file Fun4AllServer.h.
References runnumber.
SubsysReco * Fun4AllServer::getSubsysReco | ( | const std::string & | name | ) |
Definition at line 338 of file Fun4AllServer.cc.
References Subsystems, Fun4AllBase::verbosity, and Fun4AllBase::VERBOSITY_EVEN_MORE.
Fun4AllSyncManager * Fun4AllServer::getSyncManager | ( | const std::string & | name = "DefaultSyncManager" | ) |
Definition at line 1620 of file Fun4AllServer.cc.
References defaultSyncManager, and SyncManagers.
unsigned Fun4AllServer::GetTopNodes | ( | std::vector< std::string > & | names | ) | const |
Definition at line 1568 of file Fun4AllServer.cc.
References topnodemap.
|
virtual |
Definition at line 1202 of file Fun4AllServer.cc.
References Fun4AllBase::ThisName.
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().
|
protected |
Definition at line 1224 of file Fun4AllServer.cc.
References PHCompositeNode::addNode(), and topNode().
Referenced by InitAll(), and topNode().
|
static |
Definition at line 43 of file Fun4AllServer.cc.
Referenced by Fun4AllSyncManager::CurrentEvent(), PHG4GDMLUtility::Dump_GDML(), Fun4AllSRawEventInputManager::enable_E1039_translation(), Fun4AllDstInputManager::fileopen(), Fun4AllEVIOInputManager::Fun4AllEVIOInputManager(), Fun4AllHepMCInputManager::Fun4AllHepMCInputManager(), Fun4AllHitMatrixInputManager::Fun4AllHitMatrixInputManager(), Fun4AllOscarInputManager::Fun4AllOscarInputManager(), Fun4AllPrdfInputManager::Fun4AllPrdfInputManager(), Fun4AllRUSInputManager::Fun4AllRUSInputManager(), Fun4AllSRawEventInputManager::Fun4AllSRawEventInputManager(), Fun4AllTrackQAv1InputManager::Fun4AllTrackQAv1InputManager(), Fun4AllVectEventInputManager::Fun4AllVectEventInputManager(), PHFieldUtility::GetFieldConfigNode(), PHFieldUtility::GetFieldMapNode(), PHG4CylinderCellTPCReco::Init(), Fun4AllInputManager::registerSubsystem(), registerSubsystem(), Fun4AllInputManager::RejectEvent(), Fun4AllEVIOInputManager::run(), Fun4AllDstOutputManager::Write(), Fun4AllEventOutputManager::Write(), Fun4AllSpillDstOutputManager::Write(), and Fun4AllFileOutStream::WriteEventOut().
|
virtual |
Definition at line 189 of file Fun4AllServer.cc.
References Fun4AllHistoManager::isHistoRegistered(), and ServerHistoManager.
|
inline |
Definition at line 104 of file Fun4AllServer.h.
References keep_db_connected.
|
inline |
Definition at line 33 of file Fun4AllServer.h.
References Fun4AllHistoManager::makeHisto(), and ServerHistoManager.
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().
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().
void Fun4AllServer::NodeIdentify | ( | const std::string & | name | ) |
Definition at line 1661 of file Fun4AllServer.cc.
References PHObject::identify(), and TopNode.
int Fun4AllServer::outfileclose | ( | ) |
Definition at line 1208 of file Fun4AllServer.cc.
References Fun4AllBase::Name(), OutputManager, Fun4AllBase::verbosity, and Fun4AllBase::VERBOSITY_MORE.
Referenced by End().
int Fun4AllServer::PrdfEvents | ( | ) | const |
Definition at line 1307 of file Fun4AllServer.cc.
References defaultSyncManager, and Fun4AllSyncManager::PrdfEvents().
|
virtual |
Print out some info about this module.
what | can 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().
void Fun4AllServer::PrintTimer | ( | const std::string & | name = "" | ) |
Definition at line 1676 of file Fun4AllServer.cc.
References timer_map.
|
virtual |
Definition at line 516 of file Fun4AllServer.cc.
References Fun4AllReturnCodes::ABORTEVENT, Fun4AllReturnCodes::ABORTRUN, ComplaintList, CountOutNodes(), default_Tdirectory, Fun4AllReturnCodes::DISCARDEVENT, Fun4AllReturnCodes::EVENT_OK, PHNodeIterator::findFirst(), MakeNodesTransient(), Fun4AllBase::Name(), OutNodeCount, OutputManager, PHWHERE, PHNodeIterator::print(), Fun4AllSyncManager::ResetEvent(), ResetNodeTree(), PHTimer2::restart(), RetCodes, retcodesmap, ScreamEveryEvent, PHTimer2::stop(), Subsystems, SyncManagers, timer_map, timer_sp_output, timer_sp_subsys, TopNode, unregistersubsystem, unregisterSubsystemsNow(), Fun4AllBase::verbosity, Fun4AllBase::VERBOSITY_EVEN_MORE, and Fun4AllBase::VERBOSITY_MORE.
Referenced by process_event(), and run().
int Fun4AllServer::process_event | ( | PHCompositeNode * | topNode | ) |
Definition at line 510 of file Fun4AllServer.cc.
References process_event().
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().
|
virtual |
Definition at line 184 of file Fun4AllServer.cc.
References Fun4AllHistoManager::registerHisto(), and ServerHistoManager.
Referenced by PHG4CylinderCellTPCReco::Init(), and InitAll().
|
virtual |
Definition at line 179 of file Fun4AllServer.cc.
References Fun4AllHistoManager::registerHisto(), and ServerHistoManager.
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().
int Fun4AllServer::registerInputManager | ( | Fun4AllInputManager * | InManager | ) |
Definition at line 1286 of file Fun4AllServer.cc.
References defaultSyncManager, and Fun4AllSyncManager::registerInputManager().
int Fun4AllServer::registerOutputManager | ( | Fun4AllOutputManager * | manager | ) |
Definition at line 373 of file Fun4AllServer.cc.
References Fun4AllBase::Name(), OutputManager, UpdateEventSelector(), Fun4AllBase::verbosity, and Fun4AllBase::VERBOSITY_SOME.
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.
int Fun4AllServer::registerSyncManager | ( | Fun4AllSyncManager * | newmaster | ) |
Definition at line 1600 of file Fun4AllServer.cc.
References Fun4AllBase::Name(), SyncManagers, Fun4AllBase::verbosity, and Fun4AllBase::VERBOSITY_SOME.
int Fun4AllServer::Reset | ( | ) |
Definition at line 755 of file Fun4AllServer.cc.
References HistoManager, Subsystems, Fun4AllBase::verbosity, and Fun4AllBase::VERBOSITY_EVEN_MORE.
Referenced by ~Fun4AllServer().
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().
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().
|
inline |
Definition at line 101 of file Fun4AllServer.h.
References retcodesmap.
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.
int Fun4AllServer::SegmentNumber | ( | ) |
Definition at line 1550 of file Fun4AllServer.cc.
References defaultSyncManager, and Fun4AllSyncManager::SegmentNumber().
Referenced by Fun4AllFileOutStream::WriteEventOut().
int Fun4AllServer::setBranches | ( | ) |
Definition at line 1528 of file Fun4AllServer.cc.
References SyncManagers.
int Fun4AllServer::setBranches | ( | const char * | managername | ) |
Definition at line 1517 of file Fun4AllServer.cc.
References SyncManagers.
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().
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.
|
inline |
Definition at line 59 of file Fun4AllServer.h.
References TopNode.
Referenced by PHG4GDMLUtility::Dump_GDML(), Fun4AllSRawEventInputManager::enable_E1039_translation(), Fun4AllEVIOInputManager::Fun4AllEVIOInputManager(), Fun4AllHepMCInputManager::Fun4AllHepMCInputManager(), Fun4AllHitMatrixInputManager::Fun4AllHitMatrixInputManager(), Fun4AllOscarInputManager::Fun4AllOscarInputManager(), Fun4AllPrdfInputManager::Fun4AllPrdfInputManager(), Fun4AllRUSInputManager::Fun4AllRUSInputManager(), Fun4AllSRawEventInputManager::Fun4AllSRawEventInputManager(), Fun4AllTrackQAv1InputManager::Fun4AllTrackQAv1InputManager(), Fun4AllVectEventInputManager::Fun4AllVectEventInputManager(), PHFieldUtility::GetFieldConfigNode(), PHFieldUtility::GetFieldMapNode(), getNode(), InitNodeTree(), Fun4AllInputManager::registerSubsystem(), registerSubsystem(), Fun4AllInputManager::RejectEvent(), and Fun4AllEventOutputManager::Write().
PHCompositeNode * Fun4AllServer::topNode | ( | const std::string & | name | ) |
Definition at line 1237 of file Fun4AllServer.cc.
References AddTopNode(), InitNodeTree(), PHWHERE, and topnodemap.
int Fun4AllServer::unregisterSubsystem | ( | SubsysReco * | subsystem | ) |
Definition at line 283 of file Fun4AllServer.cc.
References DeleteSubsystems, and unregistersubsystem.
|
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().
|
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().
|
staticprotected |
Definition at line 120 of file Fun4AllServer.h.
Referenced by ~Fun4AllServer().
|
protected |
Definition at line 137 of file Fun4AllServer.h.
Referenced by BeginRun(), BeginRunTimeStamp(), and ~Fun4AllServer().
|
protected |
Definition at line 122 of file Fun4AllServer.h.
Referenced by BeginRun(), and BeginRunTimeStamp().
|
protected |
Definition at line 127 of file Fun4AllServer.h.
Referenced by AddComplaint(), End(), and process_event().
|
protected |
Definition at line 138 of file Fun4AllServer.h.
Referenced by BeginRun(), End(), EndRun(), InitAll(), process_event(), and registerSubsystem().
|
protected |
Definition at line 139 of file Fun4AllServer.h.
Referenced by DstEvents(), GetInputFullFileList(), getSyncManager(), InitAll(), PrdfEvents(), registerInputManager(), and SegmentNumber().
|
protected |
Definition at line 130 of file Fun4AllServer.h.
Referenced by unregisterSubsystem(), and unregisterSubsystemsNow().
|
protected |
Definition at line 126 of file Fun4AllServer.h.
Referenced by EventNumber().
|
protected |
Definition at line 147 of file Fun4AllServer.h.
|
protected |
Definition at line 135 of file Fun4AllServer.h.
Referenced by dumpHistos(), getHistoManager(), Print(), registerHistoManager(), Reset(), and ~Fun4AllServer().
|
protected |
Definition at line 148 of file Fun4AllServer.h.
Referenced by BeginRun(), and KeepDBConnection().
|
protected |
Definition at line 121 of file Fun4AllServer.h.
Referenced by process_event().
|
protected |
Definition at line 132 of file Fun4AllServer.h.
Referenced by End(), getOutputManager(), GetOutputManagerList(), outfileclose(), Print(), process_event(), registerOutputManager(), unregisterSubsystemsNow(), and ~Fun4AllServer().
|
protected |
Definition at line 131 of file Fun4AllServer.h.
Referenced by process_event(), registerSubsystem(), run(), and unregisterSubsystemsNow().
|
protected |
Definition at line 141 of file Fun4AllServer.h.
Referenced by process_event(), and retcodestats().
|
protected |
Definition at line 125 of file Fun4AllServer.h.
|
protected |
Definition at line 123 of file Fun4AllServer.h.
Referenced by AddComplaint(), End(), and process_event().
|
protected |
Definition at line 134 of file Fun4AllServer.h.
Referenced by dumpHistos(), getHisto(), getHistoName(), InitAll(), isHistoRegistered(), makeHisto(), and registerHisto().
|
protected |
Definition at line 129 of file Fun4AllServer.h.
Referenced by BeginRun(), End(), EndRun(), GetModuleList(), getSubsysReco(), Print(), process_event(), registerSubsystem(), Reset(), unregisterSubsystemsNow(), UpdateEventSelector(), and ~Fun4AllServer().
|
protected |
Definition at line 140 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 133 of file Fun4AllServer.h.
Referenced by registerSubsystem(), and ~Fun4AllServer().
|
protected |
Definition at line 143 of file Fun4AllServer.h.
Referenced by InitAll(), PrintTimer(), process_event(), and registerSubsystem().
|
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().
|
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().
|
protected |
Definition at line 128 of file Fun4AllServer.h.
Referenced by End(), InitAll(), NodeIdentify(), process_event(), and topNode().
|
protected |
Definition at line 136 of file Fun4AllServer.h.
Referenced by AddTopNode(), GetTopNodes(), InitAll(), Print(), ResetNodeTree(), topNode(), and ~Fun4AllServer().
|
protected |
Definition at line 124 of file Fun4AllServer.h.
Referenced by BeginRun(), process_event(), unregisterSubsystem(), and unregisterSubsystemsNow().