Class Reference for E1039 Core & Analysis Software
|
An SQ interface class to hold the data of one slow-control channel. More...
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQSlowCont.h>
Public Member Functions | |
virtual | ~SQSlowCont () |
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 SQSlowCont * | Clone () const |
virtual PHObject * | clone () const |
Virtual copy constructor. More... | |
virtual std::string | get_time_stamp () const |
Return the time when this channel was read out. More... | |
virtual void | set_time_stamp (const std::string a) |
virtual std::string | get_name () const |
Return the name of this channel. More... | |
virtual void | set_name (const std::string a) |
virtual std::string | get_value () const |
Return the value of this channel. More... | |
virtual void | set_value (const std::string a) |
virtual std::string | get_type () const |
Return the type (i.e. caterogy name) of this channel. More... | |
virtual void | set_type (const std::string 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 | |
SQSlowCont () | |
An SQ interface class to hold the data of one slow-control channel.
A list of this objects is held by SQSpill.
Definition at line 15 of file SQSlowCont.h.
|
inlinevirtual |
Definition at line 17 of file SQSlowCont.h.
|
inlineprotected |
Definition at line 42 of file SQSlowCont.h.
|
inlinevirtual |
|
inlinevirtual |
Virtual copy constructor.
Reimplemented from PHObject.
Reimplemented in SQSlowCont_v1.
Definition at line 27 of file SQSlowCont.h.
References NULL.
|
inlinevirtual |
Return the name of this channel.
Reimplemented in SQSlowCont_v1.
Definition at line 32 of file SQSlowCont.h.
|
inlinevirtual |
Return the time when this channel was read out.
Reimplemented in SQSlowCont_v1.
Definition at line 29 of file SQSlowCont.h.
|
inlinevirtual |
Return the type (i.e. caterogy name) of this channel.
Reimplemented in SQSlowCont_v1.
Definition at line 38 of file SQSlowCont.h.
|
inlinevirtual |
Return the value of this channel.
Reimplemented in SQSlowCont_v1.
Definition at line 35 of file SQSlowCont.h.
|
inlinevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Reimplemented in SQSlowCont_v1.
Definition at line 21 of file SQSlowCont.h.
|
inlinevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Reimplemented in SQSlowCont_v1.
Definition at line 25 of file SQSlowCont.h.
|
inlinevirtual |
Clear Event.
Reimplemented from PHObject.
Reimplemented in SQSlowCont_v1.
Definition at line 24 of file SQSlowCont.h.
|
inlinevirtual |
Reimplemented in SQSlowCont_v1.
Definition at line 33 of file SQSlowCont.h.
|
inlinevirtual |
Reimplemented in SQSlowCont_v1.
Definition at line 30 of file SQSlowCont.h.
|
inlinevirtual |
Reimplemented in SQSlowCont_v1.
Definition at line 39 of file SQSlowCont.h.
|
inlinevirtual |
Reimplemented in SQSlowCont_v1.
Definition at line 36 of file SQSlowCont.h.