6 #include <phool/PHRawOManager.h>
43 if ( nodeName !=
"SIMPRDF" )
44 cout <<
"Fun4AllPrdfOutputManager::InitPrdfNode - WARNING: nodeName is \"" << nodeName <<
"\". most systems expect \"SIMPRDF\" and this is most likely not going to work" << endl;
57 if(
verbosity ) cout <<
"Fun4AllPrdfOutputManager::outfileopen - closing file \"" <<
outfilename <<
"\"" << endl;
63 if(
verbosity ) cout <<
"Fun4AllPrdfOutputManager::outfileopen - writing to file \"" <<
outfilename <<
"\"" << endl;
75 cout <<
"Fun4AllPrdfOutputManager::Write - prdfNode not initialized" << endl;
82 cout <<
"Fun4AllPrdfOutputManager::Write - prdf manager not initialized" << endl;
88 return prdf_status ? 0:-1;
108 static const int buffer_length( 8*1024*1024/4 );
int verbosity
The verbosity level. 0 means not verbose at all.
std::string outfilename
output file name
Fun4AllPrdfOutputManager(const std::string &myname="PRDFOUT", const std::string &filename="data_out.prdf")
constructor
PHCompositeNode * prdfNode
prdf node
int InitPrdfNode(PHCompositeNode *top_node, const std::string &nodeName="SIMPRDF")
PRDF node initialization [class specific method].
int InitPrdfManager(void)
virtual ~Fun4AllPrdfOutputManager(void)
destructor
PHRawOManager * prdfOut
output manager
int Write(PHCompositeNode *startNode)
event write method (startNode argument is ignored. prdfNode is always used)
int outfileopen(const std::string &fname)
reinitialize raw output manager to write to new filename. Close old one if any
PHBoolean addNode(PHNode *)
virtual int FlagExist(const std::string &name) const
virtual int get_IntFlag(const std::string &name) const
PHNode * findFirst(const std::string &, const std::string &)
static recoConsts * instance()