Class Reference for E1039 Core & Analysis Software
Fun4AllPrdfOutputManager.h
Go to the documentation of this file.
1 #ifndef __FUN4ALLPRDFOUTPUTMANAGER_H__
2 #define __FUN4ALLPRDFOUTPUTMANAGER_H__
3 
4 #include "Fun4AllOutputManager.h"
5 #include <string>
6 
7 class PHRawOManager;
8 class PHCompositeNode;
9 
11 {
12  public:
13 
15  Fun4AllPrdfOutputManager(const std::string &myname = "PRDFOUT" , const std::string &filename = "data_out.prdf");
16 
18  virtual ~Fun4AllPrdfOutputManager( void );
19 
21  int InitPrdfNode( PHCompositeNode* top_node, const std::string &nodeName="SIMPRDF" );
22 
24  int outfileopen(const std::string &fname);
25 
27  int Write(PHCompositeNode *startNode);
28 
29  protected:
30 
35  int InitPrdfManager( void );
36 
39 
41  PHRawOManager *prdfOut;
42 };
43 
44 #endif /* __FUN4ALLPRDFOUTPUTMANAGER_H__ */
45 
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].
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