|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/fun4all/Fun4AllNoSyncDstInputManager.h>
Inheritance diagram for Fun4AllNoSyncDstInputManager:
Collaboration diagram for Fun4AllNoSyncDstInputManager:Public Member Functions | |
| Fun4AllNoSyncDstInputManager (const std::string &name="DUMMY", const std::string &nodename="DST", const std::string &topnodename="TOP") | |
| virtual | ~Fun4AllNoSyncDstInputManager () |
| int | SyncIt (const SyncObject *) |
| int | GetSyncObject (SyncObject **) |
| int | NoSyncPushBackEvents (const int nevt) |
| int | setSyncBranches (PHNodeIOManager *) |
| int | NoRunTTree () |
Public Member Functions inherited from Fun4AllDstInputManager | |
| 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 | BranchSelect (const std::string &branch, const int iflag) |
| int | setBranches () |
| void | Print (const std::string &what="ALL") const |
| int | PushBackEvents (const int i) |
Public Member Functions inherited from Fun4AllInputManager | |
| virtual | ~Fun4AllInputManager () |
| virtual int | ReadInRunNode (PHCompositeNode *) |
| virtual std::string | Filename () |
| virtual int | skip (const int nevt) |
| 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 |
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... | |
Additional Inherited Members | |
Public Types inherited from Fun4AllBase | |
| enum | enu_Verbosity { VERBOSITY_QUIET = 0 , VERBOSITY_SOME = 1 , VERBOSITY_MORE = 2 , VERBOSITY_EVEN_MORE = 3 , VERBOSITY_A_LOT = 4 , VERBOSITY_MAX = INT_MAX - 10 } |
Protected Member Functions inherited from Fun4AllDstInputManager | |
| int | ReadNextEventSyncObject () |
| int | OpenNextFile () |
Protected Member Functions inherited from Fun4AllInputManager | |
| Fun4AllInputManager (const std::string &name="DUMMY", const std::string &nodename="DST", const std::string &topnodename="TOP") | |
Protected Member Functions inherited from Fun4AllBase | |
| Fun4AllBase (const std::string &name="NONAME") | |
Protected Attributes inherited from Fun4AllDstInputManager | |
| 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 |
Protected Attributes inherited from Fun4AllInputManager | |
| 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 |
Protected Attributes inherited from Fun4AllBase | |
| std::string | ThisName |
| int | verbosity |
| The verbosity level. 0 means not verbose at all. More... | |
Definition at line 11 of file Fun4AllNoSyncDstInputManager.h.
| Fun4AllNoSyncDstInputManager::Fun4AllNoSyncDstInputManager | ( | const std::string & | name = "DUMMY", |
| const std::string & | nodename = "DST", |
||
| const std::string & | topnodename = "TOP" |
||
| ) |
Definition at line 8 of file Fun4AllNoSyncDstInputManager.cc.
|
inlinevirtual |
Definition at line 17 of file Fun4AllNoSyncDstInputManager.h.
|
inlinevirtual |
Reimplemented from Fun4AllDstInputManager.
Definition at line 22 of file Fun4AllNoSyncDstInputManager.h.
References Fun4AllReturnCodes::SYNC_NOOBJECT.
| int Fun4AllNoSyncDstInputManager::NoRunTTree | ( | ) |
Definition at line 17 of file Fun4AllNoSyncDstInputManager.cc.
References Fun4AllDstInputManager::isopen, Fun4AllDstInputManager::readrunttree, and Fun4AllBase::ThisName.
|
inlinevirtual |
Reimplemented from Fun4AllInputManager.
Definition at line 23 of file Fun4AllNoSyncDstInputManager.h.
References Fun4AllDstInputManager::PushBackEvents().
Here is the call graph for this function:
|
inlinevirtual |
Reimplemented from Fun4AllDstInputManager.
Definition at line 25 of file Fun4AllNoSyncDstInputManager.h.
|
inlinevirtual |
Reimplemented from Fun4AllDstInputManager.
Definition at line 21 of file Fun4AllNoSyncDstInputManager.h.
References Fun4AllReturnCodes::SYNC_OK.