Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/fun4all/Fun4AllDstInputManager.h>
Public Member Functions | |
Fun4AllDstInputManager (const std::string &name="DUMMY", const std::string &nodename="DST", const std::string &topnodename="TOP") | |
virtual | ~Fun4AllDstInputManager () |
int | fileopen (const std::string &filenam) |
int | fileclose () |
int | run (const int nevents=0) |
int | isOpen () |
int | GetSyncObject (SyncObject **mastersync) |
int | SyncIt (const SyncObject *mastersync) |
int | BranchSelect (const std::string &branch, const int iflag) |
int | setBranches () |
virtual int | setSyncBranches (PHNodeIOManager *IManager) |
void | Print (const std::string &what="ALL") const |
int | PushBackEvents (const int i) |
![]() | |
virtual | ~Fun4AllInputManager () |
virtual int | ReadInRunNode (PHCompositeNode *) |
virtual std::string | Filename () |
virtual int | skip (const int nevt) |
virtual int | NoSyncPushBackEvents (const int) |
int | AddFile (const std::string &filename) |
int | AddListFile (const std::string &filename, const int do_it=0) |
int | registerSubsystem (SubsysReco *subsystem) |
virtual int | RejectEvent () |
void | Repeat (const int i=-1) |
virtual void | setSyncManager (Fun4AllSyncManager *master) |
int | ResetFileList () |
virtual int | ResetEvent () |
virtual void | SetRunNumber (const int runno) |
virtual int | RunNumber () const |
void | AddToFileOpened (const std::string &filename) |
const std::list< std::string > | GetFileList () const |
const std::list< std::string > | GetFileOpenedList () const |
![]() | |
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... | |
Protected Member Functions | |
int | ReadNextEventSyncObject () |
int | OpenNextFile () |
![]() | |
Fun4AllInputManager (const std::string &name="DUMMY", const std::string &nodename="DST", const std::string &topnodename="TOP") | |
![]() | |
Fun4AllBase (const std::string &name="NONAME") | |
Protected Attributes | |
int | readrunttree |
int | isopen |
int | events_total |
int | events_thisfile |
int | events_skipped_during_sync |
const char * | fname |
std::string | RunNode |
std::map< const std::string, int > | branchread |
std::string | syncbranchname |
PHCompositeNode * | dstNode |
PHCompositeNode * | runNode |
PHNodeIOManager * | IManager |
SyncObject * | syncobject |
![]() | |
std::vector< SubsysReco * > | Subsystems |
std::string | InputNode |
std::string | filename |
std::string | topNodeName |
std::list< std::string > | filelist |
std::list< std::string > | filelist_copy |
std::list< std::string > | filelist_opened |
Fun4AllSyncManager * | mySyncManager |
int | repeat |
int | myrunnumber |
int | initrun |
![]() | |
std::string | ThisName |
int | verbosity |
The verbosity level. 0 means not verbose at all. More... | |
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 12 of file Fun4AllDstInputManager.h.
Fun4AllDstInputManager::Fun4AllDstInputManager | ( | const std::string & | name = "DUMMY" , |
const std::string & | nodename = "DST" , |
||
const std::string & | topnodename = "TOP" |
||
) |
Definition at line 26 of file Fun4AllDstInputManager.cc.
|
virtual |
Definition at line 43 of file Fun4AllDstInputManager.cc.
References IManager.
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 474 of file Fun4AllDstInputManager.cc.
References branchread, and Fun4AllBase::verbosity.
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 183 of file Fun4AllDstInputManager.cc.
References Fun4AllInputManager::filelist, IManager, isopen, Fun4AllBase::Name(), and Fun4AllInputManager::repeat.
Referenced by fileopen(), ReadNextEventSyncObject(), run(), and SyncIt().
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 50 of file Fun4AllDstInputManager.cc.
References Fun4AllInputManager::AddToFileOpened(), dstNode, events_thisfile, fileclose(), Fun4AllInputManager::filename, fname, RunHeader::get_RunNumber(), Fun4AllServer::getNode(), IManager, Fun4AllInputManager::InputNode, Fun4AllServer::instance(), PHNodeIOManager::isFunctional(), isopen, PHReadOnly, PHRunTree, PHWHERE, PHNodeIOManager::print(), PHNodeIOManager::read(), readrunttree, RunNode, runNode, setBranches(), Fun4AllInputManager::SetRunNumber(), Fun4AllBase::ThisName, Fun4AllInputManager::topNodeName, and Fun4AllBase::verbosity.
Referenced by OpenNextFile().
|
virtual |
Reimplemented from Fun4AllInputManager.
Reimplemented in Fun4AllNoSyncDstInputManager.
Definition at line 210 of file Fun4AllDstInputManager.cc.
References SyncObject::clone(), Fun4AllReturnCodes::SYNC_OK, and syncobject.
|
inlinevirtual |
Reimplemented from Fun4AllInputManager.
Definition at line 20 of file Fun4AllDstInputManager.h.
References isopen.
|
protected |
Definition at line 588 of file Fun4AllDstInputManager.cc.
References Fun4AllInputManager::filelist, fileopen(), PHWHERE, and Fun4AllBase::verbosity.
Referenced by ReadNextEventSyncObject(), and run().
|
virtual |
Print out some info about this module.
what | can be used to specify what to print exactly. |
Reimplemented from Fun4AllInputManager.
Definition at line 553 of file Fun4AllDstInputManager.cc.
References branchread, IManager, Fun4AllBase::Name(), PHNodeIOManager::print(), and Fun4AllInputManager::Print().
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 612 of file Fun4AllDstInputManager.cc.
References PHIOManager::getEventNumber(), IManager, PHWHERE, PHIOManager::setEventNumber(), and Fun4AllBase::ThisName.
Referenced by Fun4AllNoSyncDstInputManager::NoSyncPushBackEvents(), and SyncIt().
|
protected |
Definition at line 378 of file Fun4AllDstInputManager.cc.
References dstNode, fileclose(), PHNodeIOManager::GetBranchMap(), PHIOManager::getEventNumber(), IManager, OpenNextFile(), PHWHERE, PHNodeIOManager::read(), PHNodeIOManager::readSpecific(), PHIOManager::setEventNumber(), Fun4AllReturnCodes::SYNC_FAIL, syncbranchname, Fun4AllBase::ThisName, and Fun4AllBase::verbosity.
Referenced by SyncIt().
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 124 of file Fun4AllDstInputManager.cc.
References dstNode, Fun4AllReturnCodes::EVENT_OK, events_thisfile, events_total, fileclose(), Fun4AllInputManager::filelist, IManager, isopen, Fun4AllBase::Name(), submit_bnl::nevents, OpenNextFile(), PHNodeIOManager::read(), Fun4AllInputManager::RejectEvent(), syncobject, and Fun4AllBase::verbosity.
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 512 of file Fun4AllDstInputManager.cc.
References branchread, IManager, Fun4AllBase::Name(), PHWHERE, PHNodeIOManager::selectObjectToRead(), setSyncBranches(), and Fun4AllBase::verbosity.
Referenced by fileopen().
|
virtual |
Reimplemented in Fun4AllNoSyncDstInputManager.
Definition at line 542 of file Fun4AllDstInputManager.cc.
References IManager, syncdefs::NUM_SYNC_VARS, PHNodeIOManager::selectObjectToRead(), and syncdefs::SYNCVARS.
Referenced by setBranches().
|
virtual |
Reimplemented from Fun4AllInputManager.
Reimplemented in Fun4AllNoSyncDstInputManager.
Definition at line 228 of file Fun4AllDstInputManager.cc.
References SyncObject::Different(), dstNode, SyncObject::EventCounter(), SyncObject::EventNumber(), events_skipped_during_sync, fileclose(), SyncObject::identify(), IManager, Fun4AllBase::Name(), PHWHERE, PushBackEvents(), PHNodeIOManager::read(), ReadNextEventSyncObject(), SyncObject::RunNumber(), SyncObject::SegmentNumber(), Fun4AllReturnCodes::SYNC_FAIL, Fun4AllReturnCodes::SYNC_OK, syncobject, Fun4AllBase::ThisName, and Fun4AllBase::verbosity.
|
protected |
Definition at line 39 of file Fun4AllDstInputManager.h.
Referenced by BranchSelect(), Print(), and setBranches().
|
protected |
Definition at line 41 of file Fun4AllDstInputManager.h.
Referenced by fileopen(), ReadNextEventSyncObject(), run(), and SyncIt().
|
protected |
Definition at line 36 of file Fun4AllDstInputManager.h.
Referenced by SyncIt().
|
protected |
Definition at line 35 of file Fun4AllDstInputManager.h.
Referenced by fileopen(), and run().
|
protected |
Definition at line 34 of file Fun4AllDstInputManager.h.
Referenced by run().
|
protected |
Definition at line 37 of file Fun4AllDstInputManager.h.
Referenced by fileopen().
|
protected |
Definition at line 43 of file Fun4AllDstInputManager.h.
Referenced by fileclose(), fileopen(), Print(), PushBackEvents(), ReadNextEventSyncObject(), run(), setBranches(), setSyncBranches(), SyncIt(), and ~Fun4AllDstInputManager().
|
protected |
Definition at line 33 of file Fun4AllDstInputManager.h.
Referenced by fileclose(), fileopen(), isOpen(), Fun4AllNoSyncDstInputManager::NoRunTTree(), and run().
|
protected |
Definition at line 32 of file Fun4AllDstInputManager.h.
Referenced by fileopen(), and Fun4AllNoSyncDstInputManager::NoRunTTree().
|
protected |
Definition at line 38 of file Fun4AllDstInputManager.h.
Referenced by fileopen().
|
protected |
Definition at line 42 of file Fun4AllDstInputManager.h.
Referenced by fileopen().
|
protected |
Definition at line 40 of file Fun4AllDstInputManager.h.
Referenced by ReadNextEventSyncObject().
|
protected |
Definition at line 44 of file Fun4AllDstInputManager.h.
Referenced by GetSyncObject(), run(), and SyncIt().