Class Reference for E1039 Core & Analysis Software
Fun4AllPrdfInputManager Class Reference

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

+ Inheritance diagram for Fun4AllPrdfInputManager:
+ Collaboration diagram for Fun4AllPrdfInputManager:

Public Member Functions

 Fun4AllPrdfInputManager (const std::string &name="DUMMY", const std::string &topnodename="TOP")
 
virtual ~Fun4AllPrdfInputManager ()
 
int fileopen (const std::string &filenam)
 
int fileclose ()
 
int run (const int nevents=0)
 
int isOpen ()
 
void Print (const std::string &what="ALL") const
 
int ResetEvent ()
 
int PushBackEvents (const int i)
 
int GetSyncObject (SyncObject **mastersync)
 
int SyncIt (const SyncObject *mastersync)
 
- Public Member Functions inherited from Fun4AllInputManager
virtual ~Fun4AllInputManager ()
 
virtual int ReadInRunNode (PHCompositeNode *)
 
virtual std::string Filename ()
 
virtual int BranchSelect (const std::string &, const int)
 
virtual int setBranches ()
 
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 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

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

int segment
 
int isopen
 
int events_total
 
int events_thisfile
 
std::string topNodeName
 
PHCompositeNodetopNode
 
Eventevt
 
Eventsave_evt
 
Eventiterator * eventiterator
 
SyncObjectsyncobject
 
- 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
 
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 14 of file Fun4AllPrdfInputManager.h.

Constructor & Destructor Documentation

◆ Fun4AllPrdfInputManager()

Fun4AllPrdfInputManager::Fun4AllPrdfInputManager ( const std::string &  name = "DUMMY",
const std::string &  topnodename = "TOP" 
)

Definition at line 28 of file Fun4AllPrdfInputManager.cc.

References PHCompositeNode::addNode(), evt, PHNodeIterator::findFirst(), Fun4AllServer::instance(), syncobject, topNode, Fun4AllServer::topNode(), and topNodeName.

+ Here is the call graph for this function:

◆ ~Fun4AllPrdfInputManager()

Fun4AllPrdfInputManager::~Fun4AllPrdfInputManager ( )
virtual

Definition at line 52 of file Fun4AllPrdfInputManager.cc.

References fileclose(), isopen, and syncobject.

+ Here is the call graph for this function:

Member Function Documentation

◆ fileclose()

int Fun4AllPrdfInputManager::fileclose ( )
virtual

Reimplemented from Fun4AllInputManager.

Definition at line 165 of file Fun4AllPrdfInputManager.cc.

References eventiterator, Fun4AllInputManager::filelist, isopen, Fun4AllBase::Name(), NULL, and Fun4AllInputManager::repeat.

Referenced by fileopen(), PushBackEvents(), run(), and ~Fun4AllPrdfInputManager().

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

◆ fileopen()

int Fun4AllPrdfInputManager::fileopen ( const std::string &  filenam)
virtual

Reimplemented from Fun4AllInputManager.

Definition at line 61 of file Fun4AllPrdfInputManager.cc.

References Fun4AllInputManager::AddToFileOpened(), eventiterator, events_thisfile, fileclose(), Fun4AllInputManager::filename, Fun4AllUtils::GetRunSegment(), isopen, NULL, PHWHERE, segment, Fun4AllBase::ThisName, and Fun4AllBase::verbosity.

Referenced by OpenNextFile().

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

◆ GetSyncObject()

int Fun4AllPrdfInputManager::GetSyncObject ( SyncObject **  mastersync)
virtual

Reimplemented from Fun4AllInputManager.

Definition at line 292 of file Fun4AllPrdfInputManager.cc.

References SyncObject::clone(), Fun4AllReturnCodes::SYNC_OK, and syncobject.

+ Here is the call graph for this function:

◆ isOpen()

int Fun4AllPrdfInputManager::isOpen ( )
inlinevirtual

Reimplemented from Fun4AllInputManager.

Definition at line 22 of file Fun4AllPrdfInputManager.h.

References isopen.

◆ OpenNextFile()

int Fun4AllPrdfInputManager::OpenNextFile ( )
protected

Definition at line 202 of file Fun4AllPrdfInputManager.cc.

References Fun4AllInputManager::filelist, fileopen(), PHWHERE, and Fun4AllBase::verbosity.

Referenced by run().

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

◆ Print()

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

Definition at line 195 of file Fun4AllPrdfInputManager.cc.

References Fun4AllInputManager::Print().

+ Here is the call graph for this function:

◆ PushBackEvents()

int Fun4AllPrdfInputManager::PushBackEvents ( const int  i)
virtual

Reimplemented from Fun4AllInputManager.

Definition at line 238 of file Fun4AllPrdfInputManager.cc.

References eventiterator, evt, fileclose(), submit_bnl::nevents, PHWHERE, save_evt, Fun4AllBase::ThisName, and Fun4AllBase::verbosity.

+ Here is the call graph for this function:

◆ ResetEvent()

int Fun4AllPrdfInputManager::ResetEvent ( )
virtual

Reimplemented from Fun4AllInputManager.

Definition at line 226 of file Fun4AllPrdfInputManager.cc.

References evt, PHNodeIterator::findFirst(), NULL, SyncObject::Reset(), PHDataNode< T >::setData(), syncobject, and topNode.

Referenced by run().

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

◆ run()

◆ SyncIt()

int Fun4AllPrdfInputManager::SyncIt ( const SyncObject mastersync)
virtual

Reimplemented from Fun4AllInputManager.

Definition at line 310 of file Fun4AllPrdfInputManager.cc.

References SyncObject::Different(), Fun4AllBase::Name(), PHWHERE, Fun4AllReturnCodes::SYNC_FAIL, Fun4AllReturnCodes::SYNC_OK, and syncobject.

+ Here is the call graph for this function:

Member Data Documentation

◆ eventiterator

Eventiterator* Fun4AllPrdfInputManager::eventiterator
protected

Definition at line 40 of file Fun4AllPrdfInputManager.h.

Referenced by fileclose(), fileopen(), PushBackEvents(), and run().

◆ events_thisfile

int Fun4AllPrdfInputManager::events_thisfile
protected

Definition at line 35 of file Fun4AllPrdfInputManager.h.

Referenced by fileopen(), and run().

◆ events_total

int Fun4AllPrdfInputManager::events_total
protected

Definition at line 34 of file Fun4AllPrdfInputManager.h.

Referenced by run().

◆ evt

Event* Fun4AllPrdfInputManager::evt
protected

Definition at line 38 of file Fun4AllPrdfInputManager.h.

Referenced by Fun4AllPrdfInputManager(), PushBackEvents(), ResetEvent(), and run().

◆ isopen

int Fun4AllPrdfInputManager::isopen
protected

Definition at line 33 of file Fun4AllPrdfInputManager.h.

Referenced by fileclose(), fileopen(), isOpen(), run(), and ~Fun4AllPrdfInputManager().

◆ save_evt

Event* Fun4AllPrdfInputManager::save_evt
protected

Definition at line 39 of file Fun4AllPrdfInputManager.h.

Referenced by PushBackEvents(), and run().

◆ segment

int Fun4AllPrdfInputManager::segment
protected

Definition at line 32 of file Fun4AllPrdfInputManager.h.

Referenced by fileopen(), and run().

◆ syncobject

SyncObject* Fun4AllPrdfInputManager::syncobject
protected

◆ topNode

PHCompositeNode* Fun4AllPrdfInputManager::topNode
protected

Definition at line 37 of file Fun4AllPrdfInputManager.h.

Referenced by Fun4AllPrdfInputManager(), ResetEvent(), and run().

◆ topNodeName

std::string Fun4AllPrdfInputManager::topNodeName
protected

Definition at line 36 of file Fun4AllPrdfInputManager.h.

Referenced by Fun4AllPrdfInputManager().


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