Class Reference for E1039 Core & Analysis Software
PHNodeIOManager Class Reference

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

+ Inheritance diagram for PHNodeIOManager:
+ Collaboration diagram for PHNodeIOManager:

Public Member Functions

 PHNodeIOManager ()
 
 PHNodeIOManager (const std::string &, const PHAccessType=PHReadOnly)
 
 PHNodeIOManager (const std::string &, const std::string &, const PHAccessType=PHReadOnly)
 
 PHNodeIOManager (const std::string &, const PHAccessType, const PHTreeType)
 
virtual ~PHNodeIOManager ()
 
virtual void closeFile ()
 
virtual PHBoolean write (PHCompositeNode *)
 
virtual void print () const
 
PHBoolean setFile (const std::string &, const std::string &, const PHAccessType=PHReadOnly)
 
PHCompositeNoderead (PHCompositeNode *=0, size_t=0)
 
PHBoolean read (size_t requestedEvent)
 
int readSpecific (size_t requestedEvent, const char *objectName)
 
void selectObjectToRead (const char *objectName, PHBoolean readit)
 
PHBoolean isSelected (const char *objectName)
 
int isFunctional () const
 
PHBoolean SetCompressionLevel (const int level)
 
double GetBytesWritten ()
 
std::map< std::string, TBranch * > * GetBranchMap ()
 
void SetRealTimeSave (const bool onoff)
 
PHBoolean write (TObject **, const std::string &)
 
- Public Member Functions inherited from PHIOManager
virtual ~PHIOManager ()
 
std::string getFilename () const
 
size_t getEventNumber () const
 
void setEventNumber (const size_t evno)
 

Additional Inherited Members

- Protected Member Functions inherited from PHIOManager
 PHIOManager ()
 
- Protected Attributes inherited from PHIOManager
std::string filename
 
size_t eventNumber
 

Detailed Description

Definition at line 18 of file PHNodeIOManager.h.

Constructor & Destructor Documentation

◆ PHNodeIOManager() [1/4]

PHNodeIOManager::PHNodeIOManager ( )

Definition at line 36 of file PHNodeIOManager.cc.

◆ PHNodeIOManager() [2/4]

PHNodeIOManager::PHNodeIOManager ( const std::string &  f,
const PHAccessType  a = PHReadOnly 
)

Definition at line 48 of file PHNodeIOManager.cc.

References setFile().

+ Here is the call graph for this function:

◆ PHNodeIOManager() [3/4]

PHNodeIOManager::PHNodeIOManager ( const std::string &  f,
const std::string &  title,
const PHAccessType  a = PHReadOnly 
)

Definition at line 59 of file PHNodeIOManager.cc.

References setFile().

+ Here is the call graph for this function:

◆ PHNodeIOManager() [4/4]

PHNodeIOManager::PHNodeIOManager ( const std::string &  f,
const PHAccessType  a,
const PHTreeType  treeindex 
)

Definition at line 70 of file PHNodeIOManager.cc.

References PHEventTree, and setFile().

+ Here is the call graph for this function:

◆ ~PHNodeIOManager()

PHNodeIOManager::~PHNodeIOManager ( )
virtual

Definition at line 87 of file PHNodeIOManager.cc.

References closeFile().

+ Here is the call graph for this function:

Member Function Documentation

◆ closeFile()

void PHNodeIOManager::closeFile ( )
virtual

Implements PHIOManager.

Definition at line 98 of file PHNodeIOManager.cc.

References PHUpdate, and PHWrite.

Referenced by setFile(), and ~PHNodeIOManager().

+ Here is the caller graph for this function:

◆ GetBranchMap()

map< string, TBranch * > * PHNodeIOManager::GetBranchMap ( )

Definition at line 616 of file PHNodeIOManager.cc.

Referenced by Fun4AllDstInputManager::ReadNextEventSyncObject().

+ Here is the caller graph for this function:

◆ GetBytesWritten()

double PHNodeIOManager::GetBytesWritten ( )

Definition at line 609 of file PHNodeIOManager.cc.

◆ isFunctional()

int PHNodeIOManager::isFunctional ( ) const
inline

Definition at line 37 of file PHNodeIOManager.h.

Referenced by Fun4AllDstInputManager::fileopen(), Fun4AllDstOutputManager::Fun4AllDstOutputManager(), Fun4AllDstOutputManager::outfileopen(), and Fun4AllSpillDstOutputManager::Write().

+ Here is the caller graph for this function:

◆ isSelected()

PHBoolean PHNodeIOManager::isSelected ( const char *  objectName)

Definition at line 579 of file PHNodeIOManager.cc.

References False, and True.

◆ print()

void PHNodeIOManager::print ( ) const
virtual

Implements PHIOManager.

Definition at line 268 of file PHNodeIOManager.cc.

References PHIOManager::filename, and PHReadOnly.

Referenced by Fun4AllDstInputManager::fileopen(), and Fun4AllDstInputManager::Print().

+ Here is the caller graph for this function:

◆ read() [1/2]

PHCompositeNode * PHNodeIOManager::read ( PHCompositeNode topNode = 0,
size_t  requestedEvent = 0 
)

Definition at line 245 of file PHNodeIOManager.cc.

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

+ Here is the caller graph for this function:

◆ read() [2/2]

PHBoolean PHNodeIOManager::read ( size_t  requestedEvent)

Definition at line 232 of file PHNodeIOManager.cc.

References False, and True.

◆ readSpecific()

int PHNodeIOManager::readSpecific ( size_t  requestedEvent,
const char *  objectName 
)

Definition at line 379 of file PHNodeIOManager.cc.

References PHError, and PHMessage().

Referenced by Fun4AllDstInputManager::ReadNextEventSyncObject().

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

◆ selectObjectToRead()

void PHNodeIOManager::selectObjectToRead ( const char *  objectName,
PHBoolean  readit 
)

Definition at line 559 of file PHNodeIOManager.cc.

Referenced by Fun4AllDstInputManager::setBranches(), setFile(), and Fun4AllDstInputManager::setSyncBranches().

+ Here is the caller graph for this function:

◆ SetCompressionLevel()

PHBoolean PHNodeIOManager::SetCompressionLevel ( const int  level)

Definition at line 593 of file PHNodeIOManager.cc.

References False, and True.

Referenced by Fun4AllDstOutputManager::Fun4AllDstOutputManager(), Fun4AllDstOutputManager::outfileopen(), and Fun4AllSpillDstOutputManager::Write().

+ Here is the caller graph for this function:

◆ setFile()

PHBoolean PHNodeIOManager::setFile ( const std::string &  f,
const std::string &  title,
const PHAccessType  a = PHReadOnly 
)

Definition at line 111 of file PHNodeIOManager.cc.

References closeFile(), False, PHIOManager::filename, PHReadOnly, PHUpdate, PHWrite, selectObjectToRead(), and True.

Referenced by PHNodeIOManager().

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

◆ SetRealTimeSave()

void PHNodeIOManager::SetRealTimeSave ( const bool  onoff)
inline

Definition at line 41 of file PHNodeIOManager.h.

Referenced by Fun4AllDstOutputManager::EnableRealTimeSave().

+ Here is the caller graph for this function:

◆ write() [1/2]

PHBoolean PHNodeIOManager::write ( PHCompositeNode topNode)
virtual

Implements PHIOManager.

Definition at line 171 of file PHNodeIOManager.cc.

References PHIOManager::eventNumber, False, True, and PHCompositeNode::write().

Referenced by Fun4AllDstOutputManager::Write(), PHIODataNode< T >::write(), and Fun4AllDstOutputManager::WriteNode().

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

◆ write() [2/2]

PHBoolean PHNodeIOManager::write ( TObject **  data,
const std::string &  path 
)

Definition at line 195 of file PHNodeIOManager.cc.

References PHObject::BufferSize(), False, PHObject::SplitLevel(), and True.

+ Here is the call graph for this function:

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