Class Reference for E1039 Core & Analysis Software
Fun4AllDstInputManager Class Reference

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

+ Inheritance diagram for Fun4AllDstInputManager:
+ Collaboration diagram for Fun4AllDstInputManager:

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)
 
- Public Member Functions inherited from Fun4AllInputManager
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
 
- 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 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

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
 
PHCompositeNodedstNode
 
PHCompositeNoderunNode
 
PHNodeIOManagerIManager
 
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 12 of file Fun4AllDstInputManager.h.

Constructor & Destructor Documentation

◆ Fun4AllDstInputManager()

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.

◆ ~Fun4AllDstInputManager()

Fun4AllDstInputManager::~Fun4AllDstInputManager ( )
virtual

Definition at line 43 of file Fun4AllDstInputManager.cc.

References IManager.

Member Function Documentation

◆ BranchSelect()

int Fun4AllDstInputManager::BranchSelect ( const std::string &  branch,
const int  iflag 
)
virtual

Reimplemented from Fun4AllInputManager.

Definition at line 474 of file Fun4AllDstInputManager.cc.

References branchread, and Fun4AllBase::verbosity.

◆ fileclose()

int Fun4AllDstInputManager::fileclose ( )
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().

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

◆ fileopen()

int Fun4AllDstInputManager::fileopen ( const std::string &  filenam)
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().

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

◆ GetSyncObject()

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

Reimplemented from Fun4AllInputManager.

Reimplemented in Fun4AllNoSyncDstInputManager.

Definition at line 210 of file Fun4AllDstInputManager.cc.

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

+ Here is the call graph for this function:

◆ isOpen()

int Fun4AllDstInputManager::isOpen ( )
inlinevirtual

Reimplemented from Fun4AllInputManager.

Definition at line 20 of file Fun4AllDstInputManager.h.

References isopen.

◆ OpenNextFile()

int Fun4AllDstInputManager::OpenNextFile ( )
protected

Definition at line 588 of file Fun4AllDstInputManager.cc.

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

Referenced by ReadNextEventSyncObject(), and run().

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

◆ Print()

void Fun4AllDstInputManager::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 553 of file Fun4AllDstInputManager.cc.

References branchread, IManager, Fun4AllBase::Name(), PHNodeIOManager::print(), and Fun4AllInputManager::Print().

+ Here is the call graph for this function:

◆ PushBackEvents()

int Fun4AllDstInputManager::PushBackEvents ( const int  i)
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().

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

◆ ReadNextEventSyncObject()

int Fun4AllDstInputManager::ReadNextEventSyncObject ( )
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().

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

◆ run()

int Fun4AllDstInputManager::run ( const int  nevents = 0)
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.

+ Here is the call graph for this function:

◆ setBranches()

int Fun4AllDstInputManager::setBranches ( )
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().

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

◆ setSyncBranches()

int Fun4AllDstInputManager::setSyncBranches ( PHNodeIOManager IManager)
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().

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

◆ SyncIt()

int Fun4AllDstInputManager::SyncIt ( const SyncObject mastersync)
virtual

Member Data Documentation

◆ branchread

std::map<const std::string, int> Fun4AllDstInputManager::branchread
protected

Definition at line 39 of file Fun4AllDstInputManager.h.

Referenced by BranchSelect(), Print(), and setBranches().

◆ dstNode

PHCompositeNode* Fun4AllDstInputManager::dstNode
protected

Definition at line 41 of file Fun4AllDstInputManager.h.

Referenced by fileopen(), ReadNextEventSyncObject(), run(), and SyncIt().

◆ events_skipped_during_sync

int Fun4AllDstInputManager::events_skipped_during_sync
protected

Definition at line 36 of file Fun4AllDstInputManager.h.

Referenced by SyncIt().

◆ events_thisfile

int Fun4AllDstInputManager::events_thisfile
protected

Definition at line 35 of file Fun4AllDstInputManager.h.

Referenced by fileopen(), and run().

◆ events_total

int Fun4AllDstInputManager::events_total
protected

Definition at line 34 of file Fun4AllDstInputManager.h.

Referenced by run().

◆ fname

const char* Fun4AllDstInputManager::fname
protected

Definition at line 37 of file Fun4AllDstInputManager.h.

Referenced by fileopen().

◆ IManager

◆ isopen

int Fun4AllDstInputManager::isopen
protected

◆ readrunttree

int Fun4AllDstInputManager::readrunttree
protected

Definition at line 32 of file Fun4AllDstInputManager.h.

Referenced by fileopen(), and Fun4AllNoSyncDstInputManager::NoRunTTree().

◆ RunNode

std::string Fun4AllDstInputManager::RunNode
protected

Definition at line 38 of file Fun4AllDstInputManager.h.

Referenced by fileopen().

◆ runNode

PHCompositeNode* Fun4AllDstInputManager::runNode
protected

Definition at line 42 of file Fun4AllDstInputManager.h.

Referenced by fileopen().

◆ syncbranchname

std::string Fun4AllDstInputManager::syncbranchname
protected

Definition at line 40 of file Fun4AllDstInputManager.h.

Referenced by ReadNextEventSyncObject().

◆ syncobject

SyncObject* Fun4AllDstInputManager::syncobject
protected

Definition at line 44 of file Fun4AllDstInputManager.h.

Referenced by GetSyncObject(), run(), and SyncIt().


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