1 #ifndef _FUN4ALL_UNIVERSAL_OUTPUT_MANAGER__H_
2 #define _FUN4ALL_UNIVERSAL_OUTPUT_MANAGER__H_
7 #include <TStopwatch.h>
22 void SetTreeName(
const std::string& name) { m_tree_name = name; }
23 void SetFileName(
const std::string& name) { m_file_name = name; }
35 std::string m_tree_name;
36 std::string m_file_name;
37 std::string m_dir_base;
50 int m_compression_level;
58 int fpgaTrigger[5] = {0};
59 int nimTrigger[5] = {0};
61 std::vector<int> hitID;
62 std::vector<int> detectorID;
63 std::vector<int> elementID;
64 std::vector<double> tdcTime;
65 std::vector<double> driftDistance;
void SetFileName(const std::string &name)
Fun4AllRUSOutputManager(const std::string &myname="UNIVERSALOUT")
virtual ~Fun4AllRUSOutputManager()
void SetBasketSize(int size)
void SetCompressionLevel(int level)
int OpenFile(PHCompositeNode *startNode)
void SetAutoFlush(int flush)
void SetTreeName(const std::string &name)
virtual int Write(PHCompositeNode *startNode)
write starting from given node
An SQ interface class to hold one event header.
An SQ interface class to hold a list of SQHit objects.
An SQ interface class to hold the run-level info.
An SQ interface class to hold a list of SQSpill objects.