1 #ifndef _ONL_MON_HODO__H_
2 #define _ONL_MON_HODO__H_
7 typedef enum {
H1X,
H2X,
H3X,
H4X,
H1Y,
H2Y,
H4Y1,
H4Y2,
DP1T,
DP1B,
DP2T,
DP2B }
HodoType_t;
12 std::string list_det_name[
N_DET];
13 int list_det_id [
N_DET];
16 TH1* h1_ele_in [
N_DET];
18 TH1* h1_time_in [
N_DET];
19 TH2* h2_time_ele[
N_DET];
34 void SetDet(
const char* det0,
const char* det1);
int ProcessEventOnlMon(PHCompositeNode *topNode)
int InitOnlMon(PHCompositeNode *topNode)
int EndOnlMon(PHCompositeNode *topNode)
int InitRunOnlMon(PHCompositeNode *topNode)
OnlMonHodo(const HodoType_t type)
Base class for the OnlMon subsystem module.