Class Reference for E1039 Core & Analysis Software
|
An SQ interface class to hold the data of one scaler channel. More...
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQScaler.h>
Public Types | |
enum | ScalerType_t { UNDEF = -1 , BOS = 0 , EOS = 1 } |
Public Member Functions | |
virtual | ~SQScaler () |
virtual void | identify (std::ostream &os=std::cout) const |
virtual void | Reset () |
Clear Event. More... | |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data More... | |
virtual SQScaler * | Clone () const |
virtual PHObject * | clone () const |
Virtual copy constructor. More... | |
virtual ScalerType_t | get_type () const |
Return 'BOS' or 'EOS' according to the timing when this channel was read out. More... | |
virtual void | set_type (const ScalerType_t a) |
virtual std::string | get_name () const |
Return the name of this scaler channel. More... | |
virtual void | set_name (const std::string a) |
virtual int | get_count () const |
Return the count of this scaler channel. More... | |
virtual void | set_count (const int a) |
![]() | |
PHObject () | |
ctor More... | |
virtual | ~PHObject () |
dtor 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 | |
SQScaler () | |
An SQ interface class to hold the data of one scaler channel.
A list of this objects is held by SQSpill.
Definition at line 15 of file SQScaler.h.
Enumerator | |
---|---|
UNDEF | |
BOS | |
EOS |
Definition at line 17 of file SQScaler.h.
|
inlinevirtual |
Definition at line 23 of file SQScaler.h.
|
inlineprotected |
Definition at line 43 of file SQScaler.h.
|
inlinevirtual |
|
inlinevirtual |
Virtual copy constructor.
Reimplemented from PHObject.
Reimplemented in SQScaler_v1.
Definition at line 33 of file SQScaler.h.
References NULL.
|
inlinevirtual |
Return the count of this scaler channel.
Reimplemented in SQScaler_v1.
Definition at line 39 of file SQScaler.h.
|
inlinevirtual |
Return the name of this scaler channel.
Reimplemented in SQScaler_v1.
Definition at line 37 of file SQScaler.h.
|
inlinevirtual |
Return 'BOS' or 'EOS' according to the timing when this channel was read out.
Reimplemented in SQScaler_v1.
Definition at line 35 of file SQScaler.h.
References UNDEF.
|
inlinevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Reimplemented in SQScaler_v1.
Definition at line 27 of file SQScaler.h.
|
inlinevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Reimplemented in SQScaler_v1.
Definition at line 31 of file SQScaler.h.
|
inlinevirtual |
Clear Event.
Reimplemented from PHObject.
Reimplemented in SQScaler_v1.
Definition at line 30 of file SQScaler.h.
|
inlinevirtual |
Reimplemented in SQScaler_v1.
Definition at line 40 of file SQScaler.h.
|
inlinevirtual |
Reimplemented in SQScaler_v1.
Definition at line 38 of file SQScaler.h.
|
inlinevirtual |
Reimplemented in SQScaler_v1.
Definition at line 36 of file SQScaler.h.