25 cout <<
PHWHERE <<
"Could not open " << fname <<
". Exit." << endl;
42 string newnode = nodename;
43 vector<string>::const_iterator iter;
46 if ( *iter == newnode)
48 cout <<
"Node " << newnode <<
" allready in list" << endl;
59 string newnode = nodename;
60 vector<string>::const_iterator iter;
63 if ( *iter == newnode)
65 cout <<
"Node " << newnode <<
" allready in list" << endl;
81 cout <<
PHWHERE <<
" Could not open " << fname << endl;
92 string node = nodename;
93 vector<string>::iterator iter;
97 cout <<
"Removing " << node <<
" from list" << endl;
101 cout <<
"Could not find " << node <<
" in list" << endl;
110 if (what ==
"ALL" || what ==
"WRITENODES")
112 vector<string>::const_iterator iter;
118 cout <<
ThisName <<
": All Nodes will be written out" << endl;
124 cout <<
ThisName <<
": Node " << *iter <<
" will be stripped" << endl;
132 cout <<
ThisName <<
": Node " << *iter <<
" is written out" << endl;
155 vector<string>::iterator iter;
165 ChosenNode = nodeiter.
findFirst(
"PHIODataNode", iter->c_str());
175 <<
" does not exist" << endl;
186 ChosenNode = nodeiter.
findFirst(
"PHIODataNode", iter->c_str());
196 <<
" does not exist" << endl;
213 ChosenNode = nodeiter.
findFirst(
"PHIODataNode", iter->c_str());
int verbosity
The verbosity level. 0 means not verbose at all.
void Print(const std::string &what="ALL") const
print method (dump event selector)
std::vector< std::string > savenodes
virtual ~Fun4AllDstOutputManager()
int StripNode(const std::string &nodename)
not write a node in outputmanager
virtual int Write(PHCompositeNode *startNode)
write starting from given node
Fun4AllDstOutputManager(const std::string &myname="DSTOUT", const std::string &filename="dstout.root")
void EnableRealTimeSave()
virtual int WriteNode(PHCompositeNode *thisNode)
write specified node
std::vector< std::string > stripnodes
int AddNode(const std::string &nodename)
add a node in outputmanager
int outfileopen(const std::string &fname)
opens output file
int RemoveNode(const std::string &nodename)
removes a node from outputmanager
virtual void Print(const std::string &what="ALL") const
print method (dump event selector)
std::string outfilename
output file name
static Fun4AllServer * instance()
int MakeNodesTransient(PHCompositeNode *startNode)
int MakeNodesPersistent(PHCompositeNode *startNode)
void SetRealTimeSave(const bool onoff)
PHBoolean SetCompressionLevel(const int level)
virtual PHBoolean write(PHCompositeNode *)
PHNode * findFirst(const std::string &, const std::string &)