Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/framework/fun4all/Fun4AllDummyInputManager.h>
Public Member Functions | |
Fun4AllDummyInputManager (const std::string &name="DUMMY", const std::string &nodename="DST") | |
virtual | ~Fun4AllDummyInputManager () |
int | fileopen (const std::string &) |
int | fileclose () |
int | isOpen () |
int | run (const int) |
int | GetSyncObject (SyncObject **) |
int | SyncIt (const SyncObject *) |
void | setSyncManager (Fun4AllSyncManager *master) |
int | PushBackEvents (const int) |
![]() | |
virtual | ~Fun4AllInputManager () |
virtual int | ReadInRunNode (PHCompositeNode *) |
virtual std::string | Filename () |
virtual int | BranchSelect (const std::string &, const int) |
virtual int | setBranches () |
virtual void | Print (const std::string &what="ALL") const |
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) |
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 Attributes | |
int | numevents |
![]() | |
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 } |
![]() | |
Fun4AllInputManager (const std::string &name="DUMMY", const std::string &nodename="DST", const std::string &topnodename="TOP") | |
![]() | |
Fun4AllBase (const std::string &name="NONAME") | |
Definition at line 11 of file Fun4AllDummyInputManager.h.
Fun4AllDummyInputManager::Fun4AllDummyInputManager | ( | const std::string & | name = "DUMMY" , |
const std::string & | nodename = "DST" |
||
) |
Definition at line 9 of file Fun4AllDummyInputManager.cc.
References Fun4AllInputManager::filename.
|
inlinevirtual |
Definition at line 16 of file Fun4AllDummyInputManager.h.
|
inlinevirtual |
Reimplemented from Fun4AllInputManager.
Definition at line 18 of file Fun4AllDummyInputManager.h.
|
inlinevirtual |
Reimplemented from Fun4AllInputManager.
Definition at line 17 of file Fun4AllDummyInputManager.h.
|
inlinevirtual |
Reimplemented from Fun4AllInputManager.
Definition at line 21 of file Fun4AllDummyInputManager.h.
References Fun4AllReturnCodes::SYNC_NOOBJECT.
|
inlinevirtual |
Reimplemented from Fun4AllInputManager.
Definition at line 19 of file Fun4AllDummyInputManager.h.
|
inlinevirtual |
Reimplemented from Fun4AllInputManager.
Definition at line 24 of file Fun4AllDummyInputManager.h.
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 34 of file Fun4AllDummyInputManager.cc.
References Fun4AllReturnCodes::EVENT_OK, submit_bnl::nevents, numevents, and Fun4AllBase::verbosity.
|
virtual |
Reimplemented from Fun4AllInputManager.
Definition at line 18 of file Fun4AllDummyInputManager.cc.
References Fun4AllSyncManager::CurrentRun(), PHFlag::get_IntFlag(), recoConsts::instance(), Fun4AllInputManager::mySyncManager, and Fun4AllInputManager::setSyncManager().
|
inlinevirtual |
Reimplemented from Fun4AllInputManager.
Definition at line 22 of file Fun4AllDummyInputManager.h.
References Fun4AllReturnCodes::SYNC_OK.
|
protected |
Definition at line 28 of file Fun4AllDummyInputManager.h.
Referenced by run().