1 #ifndef _GEN_EMBEDDING_DATA__H_
2 #define _GEN_EMBEDDING_DATA__H_
22 std::string m_name_file;
23 std::string m_name_tree;
35 void SetFileName(
const std::string name) { m_name_file = name; }
36 void SetTreeName(
const std::string name) { m_name_tree = name; }
An example class to analyze the simulated uDST file.
int Init(PHCompositeNode *topNode)
int process_event(PHCompositeNode *topNode)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
void SetTreeName(const std::string name)
GenEmbeddingData(const std::string name="GenEmbeddingData")
std::string GetFileName() const
int InitRun(PHCompositeNode *topNode)
std::string GetTreeName() const
void SetFileName(const std::string name)
virtual ~GenEmbeddingData()
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 SQTrack objects.