1 #ifndef _DO_EMBEDDING__H_
2 #define _DO_EMBEDDING__H_
14 bool m_overwrite_rf_info;
29 std::vector<std::string> m_list_emb_file;
32 bool m_emb_data_has_sim_evt;
33 bool m_emb_data_has_sim_trk;
34 bool m_emb_data_has_sim_dim;
An example class to analyze the simulated uDST file.
int process_event(PHCompositeNode *topNode)
void SetTrackIdShift(const int id_shift)
void AddEmbDataFiles(const char *fn_list)
int End(PHCompositeNode *topNode)
Called at the end of all processing.
int GetHitIdShift() const
void SetDimuonIdShift(const int id_shift)
void SetHitIdShift(const int id_shift)
void DoOverwriteRfInfo(const bool overwrite)
void OpenEmbDataFile(const char *fn_root)
int GetDimuonIdShift() const
int Init(PHCompositeNode *topNode)
int InitRun(PHCompositeNode *topNode)
void AddEmbDataFile(const char *fn_root)
bool DoOverwriteRfInfo() const
int GetTrackIdShift() const
DoEmbedding(const std::string name="DoEmbedding")
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.