Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/interface_main/SQParamDeco_v1.h>
Public Member Functions | |
SQParamDeco_v1 () | |
virtual | ~SQParamDeco_v1 () |
void | identify (std::ostream &os=std::cout) const |
int | isValid () const |
isValid returns non zero if object contains vailid data More... | |
SQParamDeco * | Clone () const |
void | Reset () |
Clear Event. More... | |
bool | has_variable (const std::string name) const |
Return 'true' if a variable having 'name' exists. More... | |
std::string | get_variable (const std::string name) const |
Return the value of a variable having 'name'. Return "" if no variable exists. More... | |
void | set_variable (const std::string name, const std::string value) |
ParamConstIter | begin () const |
Return the begin iterator. More... | |
ParamConstIter | end () const |
Return the end iterator. More... | |
unsigned int | size () const |
Return the number of variables held. More... | |
![]() | |
virtual | ~SQParamDeco () |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
typedef std::map< std::string, std::string > | ParamMap |
typedef ParamMap::const_iterator | ParamConstIter |
typedef ParamMap::iterator | ParamIter |
![]() | |
SQParamDeco () | |
Definition at line 6 of file SQParamDeco_v1.h.
SQParamDeco_v1::SQParamDeco_v1 | ( | ) |
Definition at line 8 of file SQParamDeco_v1.cxx.
|
virtual |
Definition at line 13 of file SQParamDeco_v1.cxx.
|
inlinevirtual |
|
virtual |
Implements SQParamDeco.
Definition at line 28 of file SQParamDeco_v1.cxx.
|
inlinevirtual |
|
virtual |
Return the value of a variable having 'name'. Return "" if no variable exists.
Implements SQParamDeco.
Definition at line 43 of file SQParamDeco_v1.cxx.
|
virtual |
Return 'true' if a variable having 'name' exists.
Implements SQParamDeco.
Definition at line 38 of file SQParamDeco_v1.cxx.
|
virtual |
identify Function from PHObject
os | Output Stream |
Implements SQParamDeco.
Definition at line 18 of file SQParamDeco_v1.cxx.
|
virtual |
isValid returns non zero if object contains vailid data
Implements SQParamDeco.
Definition at line 23 of file SQParamDeco_v1.cxx.
|
virtual |
|
virtual |
Implements SQParamDeco.
Definition at line 48 of file SQParamDeco_v1.cxx.
|
inlinevirtual |
Return the number of variables held.
Implements SQParamDeco.
Definition at line 22 of file SQParamDeco_v1.h.