Class Reference for E1039 Core & Analysis Software
Fun4AllInputManager Class Reference

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

+ Inheritance diagram for Fun4AllInputManager:
+ Collaboration diagram for Fun4AllInputManager:

Public Member Functions

virtual ~Fun4AllInputManager ()
 
virtual int fileopen (const std::string &)
 
virtual int fileclose ()
 
virtual int isOpen ()
 
virtual int run (const int)
 
virtual int ReadInRunNode (PHCompositeNode *)
 
virtual std::string Filename ()
 
virtual int GetSyncObject (SyncObject **)
 
virtual int SyncIt (const SyncObject *)
 
virtual int BranchSelect (const std::string &, const int)
 
virtual int setBranches ()
 
virtual void Print (const std::string &what="ALL") const
 
virtual int PushBackEvents (const int)
 
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
 
- 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...
 

Protected Member Functions

 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

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
 
Fun4AllSyncManagermySyncManager
 
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...
 

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 16 of file Fun4AllInputManager.h.

Constructor & Destructor Documentation

◆ ~Fun4AllInputManager()

Fun4AllInputManager::~Fun4AllInputManager ( )
virtual

Definition at line 25 of file Fun4AllInputManager.cc.

References Subsystems, and Fun4AllBase::verbosity.

◆ Fun4AllInputManager()

Fun4AllInputManager::Fun4AllInputManager ( const std::string &  name = "DUMMY",
const std::string &  nodename = "DST",
const std::string &  topnodename = "TOP" 
)
protected

Definition at line 13 of file Fun4AllInputManager.cc.

Member Function Documentation

◆ AddFile()

int Fun4AllInputManager::AddFile ( const std::string &  filename)

Definition at line 38 of file Fun4AllInputManager.cc.

References filelist, filelist_copy, filename, Fun4AllBase::Name(), and Fun4AllBase::verbosity.

Referenced by AddListFile().

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

◆ AddListFile()

int Fun4AllInputManager::AddListFile ( const std::string &  filename,
const int  do_it = 0 
)

Definition at line 50 of file Fun4AllInputManager.cc.

References AddFile(), filename, PHWHERE, and Fun4AllBase::verbosity.

+ Here is the call graph for this function:

◆ AddToFileOpened()

void Fun4AllInputManager::AddToFileOpened ( const std::string &  filename)
inline

◆ BranchSelect()

virtual int Fun4AllInputManager::BranchSelect ( const std::string &  ,
const int   
)
inlinevirtual

Reimplemented in Fun4AllDstInputManager.

Definition at line 28 of file Fun4AllInputManager.h.

Referenced by Fun4AllSyncManager::BranchSelect().

+ Here is the caller graph for this function:

◆ fileclose()

virtual int Fun4AllInputManager::fileclose ( )
inlinevirtual

Reimplemented in Fun4AllRUSInputManager, Fun4AllSRawEventInputManager, Fun4AllEVIOInputManager, Fun4AllOscarInputManager, Fun4AllHepMCInputManager, Fun4AllPrdfInputManager, Fun4AllDummyInputManager, Fun4AllDstInputManager, Fun4AllVectEventInputManager, Fun4AllTrackQAv1InputManager, and Fun4AllHitMatrixInputManager.

Definition at line 21 of file Fun4AllInputManager.h.

Referenced by Fun4AllSyncManager::fileclose().

+ Here is the caller graph for this function:

◆ Filename()

virtual std::string Fun4AllInputManager::Filename ( )
inlinevirtual

Definition at line 25 of file Fun4AllInputManager.h.

References filename.

◆ fileopen()

virtual int Fun4AllInputManager::fileopen ( const std::string &  )
inlinevirtual

Reimplemented in Fun4AllRUSInputManager, Fun4AllVectEventInputManager, Fun4AllSRawEventInputManager, Fun4AllEVIOInputManager, Fun4AllOscarInputManager, Fun4AllHepMCInputManager, Fun4AllPrdfInputManager, Fun4AllDstInputManager, Fun4AllTrackQAv1InputManager, Fun4AllHitMatrixInputManager, and Fun4AllDummyInputManager.

Definition at line 20 of file Fun4AllInputManager.h.

Referenced by Fun4AllSyncManager::fileopen().

+ Here is the caller graph for this function:

◆ GetFileList()

const std::list<std::string> Fun4AllInputManager::GetFileList ( ) const
inline

Definition at line 47 of file Fun4AllInputManager.h.

References filelist_copy.

◆ GetFileOpenedList()

const std::list<std::string> Fun4AllInputManager::GetFileOpenedList ( ) const
inline

Definition at line 48 of file Fun4AllInputManager.h.

References filelist_opened.

◆ GetSyncObject()

◆ isOpen()

◆ NoSyncPushBackEvents()

virtual int Fun4AllInputManager::NoSyncPushBackEvents ( const int  )
inlinevirtual

◆ Print()

void Fun4AllInputManager::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.

Reimplemented in Fun4AllRUSInputManager, Fun4AllSRawEventInputManager, Fun4AllEVIOInputManager, Fun4AllOscarInputManager, Fun4AllHepMCInputManager, Fun4AllPrdfInputManager, Fun4AllDstInputManager, Fun4AllVectEventInputManager, Fun4AllTrackQAv1InputManager, and Fun4AllHitMatrixInputManager.

Definition at line 109 of file Fun4AllInputManager.cc.

References filelist, Fun4AllBase::Name(), and Subsystems.

Referenced by Fun4AllHitMatrixInputManager::Print(), Fun4AllTrackQAv1InputManager::Print(), Fun4AllVectEventInputManager::Print(), Fun4AllDstInputManager::Print(), Fun4AllPrdfInputManager::Print(), Fun4AllHepMCInputManager::Print(), Fun4AllOscarInputManager::Print(), Fun4AllEVIOInputManager::Print(), Fun4AllSRawEventInputManager::Print(), and Fun4AllRUSInputManager::Print().

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

◆ PushBackEvents()

virtual int Fun4AllInputManager::PushBackEvents ( const int  )
inlinevirtual

Reimplemented in Fun4AllDummyInputManager, Fun4AllRUSInputManager, Fun4AllSRawEventInputManager, Fun4AllEVIOInputManager, Fun4AllOscarInputManager, Fun4AllHepMCInputManager, Fun4AllPrdfInputManager, Fun4AllDstInputManager, Fun4AllVectEventInputManager, Fun4AllTrackQAv1InputManager, and Fun4AllHitMatrixInputManager.

Definition at line 31 of file Fun4AllInputManager.h.

Referenced by Fun4AllSyncManager::PushBackInputMgrsEvents(), and skip().

+ Here is the caller graph for this function:

◆ ReadInRunNode()

virtual int Fun4AllInputManager::ReadInRunNode ( PHCompositeNode )
inlinevirtual

Definition at line 24 of file Fun4AllInputManager.h.

◆ registerSubsystem()

int Fun4AllInputManager::registerSubsystem ( SubsysReco subsystem)

Definition at line 140 of file Fun4AllInputManager.cc.

References SubsysReco::Init(), Fun4AllServer::instance(), Fun4AllBase::Name(), PHWHERE, Subsystems, Fun4AllServer::topNode(), topNodeName, and Fun4AllBase::verbosity.

+ Here is the call graph for this function:

◆ RejectEvent()

int Fun4AllInputManager::RejectEvent ( )
virtual

Definition at line 158 of file Fun4AllInputManager.cc.

References Fun4AllReturnCodes::DISCARDEVENT, Fun4AllReturnCodes::EVENT_OK, initrun, Fun4AllServer::instance(), Fun4AllBase::Name(), Subsystems, Fun4AllServer::topNode(), topNodeName, and Fun4AllBase::verbosity.

Referenced by Fun4AllHitMatrixInputManager::run(), Fun4AllTrackQAv1InputManager::run(), Fun4AllVectEventInputManager::run(), Fun4AllDstInputManager::run(), Fun4AllPrdfInputManager::run(), Fun4AllHepMCInputManager::run(), Fun4AllHepMCPileupInputManager::run(), Fun4AllOscarInputManager::run(), Fun4AllEVIOInputManager::run(), Fun4AllSRawEventInputManager::run(), and Fun4AllRUSInputManager::run().

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

◆ Repeat()

void Fun4AllInputManager::Repeat ( const int  i = -1)
inline

Definition at line 40 of file Fun4AllInputManager.h.

References repeat.

Referenced by Fun4AllHepMCPileupInputManager::Fun4AllHepMCPileupInputManager().

+ Here is the caller graph for this function:

◆ ResetEvent()

virtual int Fun4AllInputManager::ResetEvent ( )
inlinevirtual

Reimplemented in Fun4AllRUSInputManager, Fun4AllSRawEventInputManager, Fun4AllEVIOInputManager, Fun4AllOscarInputManager, Fun4AllPrdfInputManager, Fun4AllVectEventInputManager, Fun4AllTrackQAv1InputManager, and Fun4AllHitMatrixInputManager.

Definition at line 43 of file Fun4AllInputManager.h.

Referenced by Fun4AllSyncManager::ResetEvent(), Fun4AllHepMCInputManager::run(), and Fun4AllHepMCPileupInputManager::run().

+ Here is the caller graph for this function:

◆ ResetFileList()

int Fun4AllInputManager::ResetFileList ( )

Definition at line 184 of file Fun4AllInputManager.cc.

References filelist, filelist_copy, and Fun4AllBase::Name().

+ Here is the call graph for this function:

◆ run()

◆ RunNumber()

virtual int Fun4AllInputManager::RunNumber ( ) const
inlinevirtual

Definition at line 45 of file Fun4AllInputManager.h.

References myrunnumber.

Referenced by Fun4AllSyncManager::run().

+ Here is the caller graph for this function:

◆ setBranches()

virtual int Fun4AllInputManager::setBranches ( )
inlinevirtual

Reimplemented in Fun4AllDstInputManager.

Definition at line 29 of file Fun4AllInputManager.h.

Referenced by Fun4AllSyncManager::setBranches().

+ Here is the caller graph for this function:

◆ SetRunNumber()

virtual void Fun4AllInputManager::SetRunNumber ( const int  runno)
inlinevirtual

Definition at line 44 of file Fun4AllInputManager.h.

References myrunnumber.

Referenced by Fun4AllDstInputManager::fileopen(), Fun4AllHitMatrixInputManager::run(), Fun4AllTrackQAv1InputManager::run(), Fun4AllVectEventInputManager::run(), Fun4AllPrdfInputManager::run(), Fun4AllEVIOInputManager::run(), Fun4AllSRawEventInputManager::run(), and Fun4AllRUSInputManager::run().

+ Here is the caller graph for this function:

◆ setSyncManager()

virtual void Fun4AllInputManager::setSyncManager ( Fun4AllSyncManager master)
inlinevirtual

Reimplemented in Fun4AllDummyInputManager.

Definition at line 41 of file Fun4AllInputManager.h.

References mySyncManager.

Referenced by Fun4AllSyncManager::registerInputManager(), and Fun4AllDummyInputManager::setSyncManager().

+ Here is the caller graph for this function:

◆ skip()

virtual int Fun4AllInputManager::skip ( const int  nevt)
inlinevirtual

Reimplemented in Fun4AllOscarInputManager.

Definition at line 34 of file Fun4AllInputManager.h.

References PushBackEvents().

+ Here is the call graph for this function:

◆ SyncIt()

Member Data Documentation

◆ filelist

◆ filelist_copy

std::list<std::string> Fun4AllInputManager::filelist_copy
protected

Definition at line 56 of file Fun4AllInputManager.h.

Referenced by AddFile(), GetFileList(), and ResetFileList().

◆ filelist_opened

std::list<std::string> Fun4AllInputManager::filelist_opened
protected

Definition at line 57 of file Fun4AllInputManager.h.

Referenced by AddToFileOpened(), and GetFileOpenedList().

◆ filename

◆ initrun

int Fun4AllInputManager::initrun
protected

Definition at line 61 of file Fun4AllInputManager.h.

Referenced by RejectEvent().

◆ InputNode

std::string Fun4AllInputManager::InputNode
protected

◆ myrunnumber

int Fun4AllInputManager::myrunnumber
protected

Definition at line 60 of file Fun4AllInputManager.h.

Referenced by RunNumber(), and SetRunNumber().

◆ mySyncManager

◆ repeat

◆ Subsystems

std::vector<SubsysReco *> Fun4AllInputManager::Subsystems
protected

Definition at line 51 of file Fun4AllInputManager.h.

Referenced by Print(), registerSubsystem(), RejectEvent(), and ~Fun4AllInputManager().

◆ topNodeName

std::string Fun4AllInputManager::topNodeName
protected

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