1 #ifndef _GEN_EMBEDDING_DATA_NIM4__H_
2 #define _GEN_EMBEDDING_DATA_NIM4__H_
12 std::string m_list_name;
13 std::vector<int> m_list_spill_id;
20 std::string m_name_file;
21 std::string m_name_tree;
27 GenEmbeddingDataNim4(
const std::string list_name,
const std::string name=
"GenEmbeddingDataNim4");
34 void SetFileName (
const std::string name) { m_name_file = name; }
35 void SetTreeName (
const std::string name) { m_name_tree = name; }
An example class to analyze the simulated uDST file.
std::string GetTreeName() const
int Init(PHCompositeNode *topNode)
void SetTreeName(const std::string name)
void ReadSpillList(const int run_id)
void SetFileName(const std::string name)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
virtual ~GenEmbeddingDataNim4()
GenEmbeddingDataNim4(const std::string list_name, const std::string name="GenEmbeddingDataNim4")
int InitRun(PHCompositeNode *topNode)
int process_event(PHCompositeNode *topNode)
std::string GetFileName() const
An SQ interface class to hold one event header.
An SQ interface class to hold a list of SQHit objects.