Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQParamDeco.h>
Public Types | |
typedef std::map< std::string, std::string > | ParamMap |
typedef ParamMap::const_iterator | ParamConstIter |
typedef ParamMap::iterator | ParamIter |
Public Member Functions | |
virtual | ~SQParamDeco () |
virtual void | identify (std::ostream &os=std::cout) const =0 |
virtual int | isValid () const =0 |
isValid returns non zero if object contains vailid data More... | |
virtual SQParamDeco * | Clone () const =0 |
virtual void | Reset ()=0 |
Clear Event. More... | |
virtual bool | has_variable (const std::string name) const =0 |
Return 'true' if a variable having 'name' exists. More... | |
virtual std::string | get_variable (const std::string name) const =0 |
Return the value of a variable having 'name'. Return "" if no variable exists. More... | |
virtual void | set_variable (const std::string name, const std::string value)=0 |
virtual ParamConstIter | begin () const =0 |
Return the begin iterator. More... | |
virtual ParamConstIter | end () const =0 |
Return the end iterator. More... | |
virtual unsigned int | size () const =0 |
Return the number of variables held. More... | |
![]() | |
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 | |
SQParamDeco () | |
A container class to hold a set of decoding parameters. An SQ interface class to hold a set of decoding parameters. Available only for real data.
Definition at line 16 of file SQParamDeco.h.
typedef ParamMap::const_iterator SQParamDeco::ParamConstIter |
Definition at line 19 of file SQParamDeco.h.
typedef ParamMap::iterator SQParamDeco::ParamIter |
Definition at line 20 of file SQParamDeco.h.
typedef std::map<std::string, std::string> SQParamDeco::ParamMap |
Definition at line 18 of file SQParamDeco.h.
|
inlinevirtual |
Definition at line 22 of file SQParamDeco.h.
|
inlineprotected |
Definition at line 38 of file SQParamDeco.h.
|
pure virtual |
Return the begin iterator.
Implemented in SQParamDeco_v1.
|
pure virtual |
Implemented in SQParamDeco_v1.
|
pure virtual |
Return the end iterator.
Implemented in SQParamDeco_v1.
|
pure virtual |
Return the value of a variable having 'name'. Return "" if no variable exists.
Implemented in SQParamDeco_v1.
|
pure virtual |
Return 'true' if a variable having 'name' exists.
Implemented in SQParamDeco_v1.
|
pure virtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Implemented in SQParamDeco_v1.
|
pure virtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Implemented in SQParamDeco_v1.
|
pure virtual |
|
pure virtual |
Implemented in SQParamDeco_v1.
Referenced by CalibDriftDistMod::InitRun(), CalibDriftDist::InitRun(), CalibHodoInTime::InitRun(), and Fun4AllEVIOInputManager::run().
|
pure virtual |
Return the number of variables held.
Implemented in SQParamDeco_v1.