1 #ifndef _MAKE_MY_TREE__H_
2 #define _MAKE_MY_TREE__H_
25 std::string m_file_name;
26 std::string m_tree_name;
53 void SetFileName(
const std::string name) { m_file_name = name; }
54 void SetTreeName(
const std::string name) { m_tree_name = name; }
std::vector< SQTrack_v1 > SQTrackVec
std::vector< SQDimuon_v1 > SQDimuonVec
An example class to output a tree file in your own data structure.
int InitRun(PHCompositeNode *topNode)
void SetFileName(const std::string name)
void SetTreeName(const std::string name)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int process_event(PHCompositeNode *topNode)
int Init(PHCompositeNode *topNode)
An SQ interface class to hold a list of SQDimuon objects.
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 one simulated-event header.
An SQ interface class to hold a list of SQSpill objects.
An SQ interface class to hold a list of SQTrack objects.