1 #ifndef _FUN4ALL_UNIVERSAL_OUTPUT_MANAGER__H_
2 #define _FUN4ALL_UNIVERSAL_OUTPUT_MANAGER__H_
8 #include <TStopwatch.h>
23 void SetTreeName(
const std::string& name) { m_tree_name = name; }
24 void SetFileName(
const std::string& name) { m_file_name = name; }
32 std::string m_tree_name;
33 std::string m_file_name;
34 std::string m_dir_base;
50 int rfIntensities[33];
51 int fpgaTriggers[5] = {0};
52 int nimTriggers[5] = {0};
54 std::vector<int> detectorIDs;
55 std::vector<int> elementIDs;
56 std::vector<double> tdcTimes;
57 std::vector<double> driftDistances;
58 std::vector<bool> hitsInTime;
60 std::vector<int> triggerDetectorIDs;
61 std::vector<int> triggerElementIDs;
62 std::vector<double> triggerTdcTimes;
63 std::vector<double> triggerDriftDistances;
64 std::vector<bool> triggerHitsInTime;
virtual int Write(PHCompositeNode *startNode)
write starting from given node
virtual ~Fun4AllVectEventOutputManager()
void SetTreeName(const std::string &name)
Fun4AllVectEventOutputManager(const std::string &myname="UNIVERSALOUT")
void SetFileName(const std::string &name)
int OpenFile(PHCompositeNode *startNode)
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 a list of SQSpill objects.