8 : _coda_event_id (INT_MAX)
10 , _flag_v1495 (SHRT_MAX)
11 , _n_board_qie (SHRT_MAX)
12 , _n_board_v1495 (SHRT_MAX)
13 , _n_board_taiwan(SHRT_MAX)
14 , _n_board_trig_b(SHRT_MAX)
15 , _n_board_trig_c(SHRT_MAX)
17 memset(_raw_matrix , 0,
sizeof(_raw_matrix));
18 memset(_after_inh_matrix, 0,
sizeof(_after_inh_matrix));
28 _coda_event_id = INT_MAX;
30 _flag_v1495 = SHRT_MAX;
31 _n_board_qie = SHRT_MAX;
32 _n_board_v1495 = SHRT_MAX;
33 _n_board_taiwan = SHRT_MAX;
34 _n_board_trig_b = SHRT_MAX;
35 _n_board_trig_c = SHRT_MAX;
36 memset(_raw_matrix , 0,
sizeof(_raw_matrix));
37 memset(_after_inh_matrix, 0,
sizeof(_after_inh_matrix));
42 if (i < 5)
return _raw_matrix[i];
48 if (i < 5) _raw_matrix[i] = a;
49 else cout <<
"SQHardEvent_v1::set_raw_matrix: i>=5" << endl;
54 if (i < 5)
return _after_inh_matrix[i];
60 if (i < 5) _after_inh_matrix[i] = a;
61 else cout <<
"SQHardEvent_v1::set_after_inh_matrix: i>=5" << endl;
66 os <<
"---SQHardEvent_v1::identify:--------------------------\n"
67 <<
"codaEventID: " << _coda_event_id <<
"\n"
69 for (
int i = 0; i < 5; ++i) os <<
" " << _raw_matrix[i];
71 <<
"after_inh_matrix: ";
72 for (
int i = 0; i < 5; ++i) os <<
" " << _after_inh_matrix[i];
ClassImp(SQHardEvent_v1) SQHardEvent_v1
virtual void set_after_inh_matrix(const unsigned short i, const bool a)
virtual ~SQHardEvent_v1()
virtual int get_raw_matrix(const unsigned short i) const
Return the raw count of the selected trigger channel.
virtual void Reset()
Clear Event.
virtual int get_after_inh_matrix(const unsigned short i) const
Return the after-inhibited count of the selected trigger channel.
virtual void set_raw_matrix(const unsigned short i, const bool a)
virtual void identify(std::ostream &os=std::cout) const