Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQEvent_v1.h>
Public Member Functions | |
SQEvent_v1 () | |
virtual | ~SQEvent_v1 () |
void | Reset () |
Clear Event. More... | |
virtual void | identify (std::ostream &os=std::cout) const |
int | isValid () const |
isValid returns non zero if object contains vailid data More... | |
SQEvent * | Clone () const |
virtual int | get_run_id () const |
Return the run ID. More... | |
virtual void | set_run_id (const int a) |
virtual int | get_spill_id () const |
Return the spill ID. More... | |
virtual void | set_spill_id (const int a) |
virtual int | get_event_id () const |
Return the event ID, which is unique per run. More... | |
virtual void | set_event_id (const int a) |
virtual int | get_coda_event_id () const |
[Obsolete] Use SQHardEvent instead. More... | |
virtual void | set_coda_event_id (const int a) |
virtual int | get_data_quality () const |
Return the data-quality bits. More... | |
virtual void | set_data_quality (const int a) |
virtual int | get_vme_time () const |
[Obsolete] Use SQHardEvent instead. More... | |
virtual void | set_vme_time (const int a) |
virtual bool | get_trigger (const SQEvent::TriggerMask i) const |
Return the trigger bit (fired or not) of the selected trigger channel. More... | |
virtual void | set_trigger (const SQEvent::TriggerMask i, const bool a) |
virtual unsigned short | get_trigger () const |
Return the full trigger bits. More... | |
virtual void | set_trigger (const unsigned short a) |
virtual int | get_raw_matrix (const unsigned short i) const |
[Obsolete] Use SQHardEvent instead. More... | |
virtual void | set_raw_matrix (const unsigned short i, const bool a) |
virtual int | get_after_inh_matrix (const unsigned short i) const |
[Obsolete] Use SQHardEvent instead. More... | |
virtual void | set_after_inh_matrix (const unsigned short i, const bool a) |
virtual int | get_qie_presum (const unsigned short i) const |
Return the i-th QIE presum, where i=0...3. More... | |
virtual void | set_qie_presum (const unsigned short i, const int a) |
virtual int | get_qie_trigger_count () const |
Return the QIE trigger counts. More... | |
virtual void | set_qie_trigger_count (const int a) |
virtual int | get_qie_turn_id () const |
Return the QIE turn ID. More... | |
virtual void | set_qie_turn_id (const int a) |
virtual int | get_qie_rf_id () const |
Return the QIE RF ID. More... | |
virtual void | set_qie_rf_id (const int a) |
virtual int | get_qie_rf_intensity (const short i) const |
Return the i-th QIE RF intensity, where i=-16...+16. More... | |
virtual void | set_qie_rf_intensity (const short i, const int a) |
virtual short | get_flag_v1495 () const |
[Obsolete] Use SQHardEvent instead. More... | |
virtual void | set_flag_v1495 (const short a) |
virtual short | get_n_board_qie () const |
[Obsolete] Use SQHardEvent instead. More... | |
virtual void | set_n_board_qie (const short a) |
virtual short | get_n_board_v1495 () const |
[Obsolete] Use SQHardEvent instead. More... | |
virtual void | set_n_board_v1495 (const short a) |
virtual short | get_n_board_taiwan () const |
[Obsolete] Use SQHardEvent instead. More... | |
virtual void | set_n_board_taiwan (const short a) |
virtual short | get_n_board_trig_bit () const |
[Obsolete] Use SQHardEvent instead. More... | |
virtual void | set_n_board_trig_bit (const short a) |
virtual short | get_n_board_trig_count () const |
[Obsolete] Use SQHardEvent instead. More... | |
virtual void | set_n_board_trig_count (const short a) |
![]() | |
virtual | ~SQEvent () |
![]() | |
PHObject () | |
ctor More... | |
virtual | ~PHObject () |
dtor More... | |
virtual PHObject * | clone () const |
Virtual copy constructor. More... | |
virtual int | isValid (const float) const |
virtual int | isValid (const double) const |
virtual int | isValid (const int) const |
virtual int | isValid (const unsigned int) const |
virtual int | isImplemented (const float f) const |
virtual int | isImplemented (const double f) const |
virtual int | isImplemented (const int i) const |
virtual int | isImplemented (const unsigned int i) const |
void | SplitLevel (const int i) |
int | SplitLevel () const |
void | BufferSize (const int i) |
int | BufferSize () const |
Protected Member Functions | |
ClassDef (SQEvent_v1, 1) | |
![]() | |
SQEvent () | |
ClassDef (SQEvent, 1) | |
Protected Attributes | |
int | _run_id |
int | _spill_id |
int | _event_id |
int | _coda_event_id |
unsigned short | _trigger |
int | _raw_matrix [5] |
int | _after_inh_matrix [5] |
int | _data_quality |
int | _vme_time |
int | _qie_presums [4] |
int | _qie_trig_cnt |
int | _qie_turn_id |
int | _qie_rf_id |
int | _qie_rf_inte [33] |
short | _flag_v1495 |
short | _n_board_qie |
short | _n_board_v1495 |
short | _n_board_taiwan |
short | _n_board_trig_b |
short | _n_board_trig_c |
Additional Inherited Members | |
![]() | |
enum | TriggerMask { NIM1 = 0 , NIM2 = 1 , NIM3 = 2 , NIM4 = 3 , NIM5 = 4 , MATRIX1 = 5 , MATRIX2 = 6 , MATRIX3 = 7 , MATRIX4 = 8 , MATRIX5 = 9 } |
Definition at line 20 of file SQEvent_v1.h.
SQEvent_v1::SQEvent_v1 | ( | ) |
|
virtual |
Definition at line 40 of file SQEvent_v1.cxx.
References Reset().
|
protected |
|
inline |
Definition at line 31 of file SQEvent_v1.h.
References SQEvent_v1().
|
inlinevirtual |
[Obsolete] Use SQHardEvent
instead.
Reimplemented from SQEvent.
Definition at line 67 of file SQEvent_v1.h.
References _after_inh_matrix.
|
inlinevirtual |
[Obsolete] Use SQHardEvent
instead.
Reimplemented from SQEvent.
Definition at line 42 of file SQEvent_v1.h.
References _coda_event_id.
|
inlinevirtual |
Return the data-quality bits.
Implements SQEvent.
Definition at line 46 of file SQEvent_v1.h.
References _data_quality.
|
inlinevirtual |
Return the event ID, which is unique per run.
Implements SQEvent.
Definition at line 39 of file SQEvent_v1.h.
References _event_id.
|
inlinevirtual |
[Obsolete] Use SQHardEvent
instead.
Reimplemented from SQEvent.
Definition at line 103 of file SQEvent_v1.h.
References _flag_v1495.
|
inlinevirtual |
[Obsolete] Use SQHardEvent
instead.
Reimplemented from SQEvent.
Definition at line 106 of file SQEvent_v1.h.
References _n_board_qie.
|
inlinevirtual |
[Obsolete] Use SQHardEvent
instead.
Reimplemented from SQEvent.
Definition at line 112 of file SQEvent_v1.h.
References _n_board_taiwan.
|
inlinevirtual |
[Obsolete] Use SQHardEvent
instead.
Reimplemented from SQEvent.
Definition at line 115 of file SQEvent_v1.h.
References _n_board_trig_b.
|
inlinevirtual |
[Obsolete] Use SQHardEvent
instead.
Reimplemented from SQEvent.
Definition at line 118 of file SQEvent_v1.h.
References _n_board_trig_c.
|
inlinevirtual |
[Obsolete] Use SQHardEvent
instead.
Reimplemented from SQEvent.
Definition at line 109 of file SQEvent_v1.h.
References _n_board_v1495.
|
inlinevirtual |
Return the i-th QIE presum, where i=0...3.
Implements SQEvent.
Definition at line 76 of file SQEvent_v1.h.
References _qie_presums.
|
inlinevirtual |
Return the QIE RF ID.
Implements SQEvent.
Definition at line 91 of file SQEvent_v1.h.
References _qie_rf_id.
|
inlinevirtual |
Return the i-th QIE RF intensity, where i=-16...+16.
Implements SQEvent.
Definition at line 94 of file SQEvent_v1.h.
References _qie_rf_inte.
|
inlinevirtual |
Return the QIE trigger counts.
Implements SQEvent.
Definition at line 85 of file SQEvent_v1.h.
References _qie_trig_cnt.
|
inlinevirtual |
Return the QIE turn ID.
Implements SQEvent.
Definition at line 88 of file SQEvent_v1.h.
References _qie_turn_id.
|
inlinevirtual |
[Obsolete] Use SQHardEvent
instead.
Reimplemented from SQEvent.
Definition at line 58 of file SQEvent_v1.h.
References _raw_matrix.
|
inlinevirtual |
Return the run ID.
Implements SQEvent.
Definition at line 33 of file SQEvent_v1.h.
References _run_id.
|
inlinevirtual |
Return the spill ID.
Implements SQEvent.
Definition at line 36 of file SQEvent_v1.h.
References _spill_id.
|
inlinevirtual |
Return the full trigger bits.
Implements SQEvent.
Definition at line 55 of file SQEvent_v1.h.
References _trigger.
Referenced by identify().
|
inlinevirtual |
Return the trigger bit (fired or not) of the selected trigger channel.
Implements SQEvent.
Definition at line 52 of file SQEvent_v1.h.
References _trigger.
|
inlinevirtual |
[Obsolete] Use SQHardEvent
instead.
Reimplemented from SQEvent.
Definition at line 49 of file SQEvent_v1.h.
References _vme_time.
|
virtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from SQEvent.
Definition at line 68 of file SQEvent_v1.cxx.
References _coda_event_id, _event_id, _run_id, _spill_id, get_trigger(), SQEvent::MATRIX1, SQEvent::MATRIX5, SQEvent::NIM1, and SQEvent::NIM5.
|
inlinevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Definition at line 30 of file SQEvent_v1.h.
|
virtual |
Clear Event.
Reimplemented from SQEvent.
Definition at line 44 of file SQEvent_v1.cxx.
References _after_inh_matrix, _coda_event_id, _data_quality, _event_id, _flag_v1495, _n_board_qie, _n_board_taiwan, _n_board_trig_b, _n_board_trig_c, _n_board_v1495, _qie_presums, _qie_rf_id, _qie_rf_inte, _qie_trig_cnt, _qie_turn_id, _raw_matrix, _run_id, _spill_id, _trigger, and _vme_time.
Referenced by ~SQEvent_v1().
|
inlinevirtual |
Reimplemented from SQEvent.
Definition at line 71 of file SQEvent_v1.h.
References _after_inh_matrix.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from SQEvent.
Definition at line 113 of file SQEvent_v1.h.
References _n_board_taiwan.
|
inlinevirtual |
Reimplemented from SQEvent.
Definition at line 116 of file SQEvent_v1.h.
References _n_board_trig_b.
|
inlinevirtual |
Reimplemented from SQEvent.
Definition at line 119 of file SQEvent_v1.h.
References _n_board_trig_c.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
protected |
Definition at line 133 of file SQEvent_v1.h.
Referenced by get_after_inh_matrix(), Reset(), and set_after_inh_matrix().
|
protected |
Definition at line 127 of file SQEvent_v1.h.
Referenced by get_coda_event_id(), identify(), Reset(), and set_coda_event_id().
|
protected |
Definition at line 135 of file SQEvent_v1.h.
Referenced by get_data_quality(), Reset(), and set_data_quality().
|
protected |
Definition at line 126 of file SQEvent_v1.h.
Referenced by get_event_id(), identify(), Reset(), and set_event_id().
|
protected |
Definition at line 145 of file SQEvent_v1.h.
Referenced by get_flag_v1495(), Reset(), and set_flag_v1495().
|
protected |
Definition at line 146 of file SQEvent_v1.h.
Referenced by get_n_board_qie(), Reset(), and set_n_board_qie().
|
protected |
Definition at line 148 of file SQEvent_v1.h.
Referenced by get_n_board_taiwan(), Reset(), and set_n_board_taiwan().
|
protected |
Definition at line 149 of file SQEvent_v1.h.
Referenced by get_n_board_trig_bit(), Reset(), and set_n_board_trig_bit().
|
protected |
Definition at line 150 of file SQEvent_v1.h.
Referenced by get_n_board_trig_count(), Reset(), and set_n_board_trig_count().
|
protected |
Definition at line 147 of file SQEvent_v1.h.
Referenced by get_n_board_v1495(), Reset(), and set_n_board_v1495().
|
protected |
Definition at line 139 of file SQEvent_v1.h.
Referenced by get_qie_presum(), Reset(), and set_qie_presum().
|
protected |
Definition at line 142 of file SQEvent_v1.h.
Referenced by get_qie_rf_id(), Reset(), and set_qie_rf_id().
|
protected |
Definition at line 143 of file SQEvent_v1.h.
Referenced by get_qie_rf_intensity(), Reset(), and set_qie_rf_intensity().
|
protected |
Definition at line 140 of file SQEvent_v1.h.
Referenced by get_qie_trigger_count(), Reset(), and set_qie_trigger_count().
|
protected |
Definition at line 141 of file SQEvent_v1.h.
Referenced by get_qie_turn_id(), Reset(), and set_qie_turn_id().
|
protected |
Definition at line 131 of file SQEvent_v1.h.
Referenced by get_raw_matrix(), Reset(), and set_raw_matrix().
|
protected |
Definition at line 124 of file SQEvent_v1.h.
Referenced by get_run_id(), identify(), Reset(), and set_run_id().
|
protected |
Definition at line 125 of file SQEvent_v1.h.
Referenced by get_spill_id(), identify(), Reset(), and set_spill_id().
|
protected |
Definition at line 129 of file SQEvent_v1.h.
Referenced by get_trigger(), Reset(), and set_trigger().
|
protected |
Definition at line 137 of file SQEvent_v1.h.
Referenced by get_vme_time(), Reset(), and set_vme_time().