#include <HcalL1TriggerObjects.h>
Public Member Functions | |
std::string | getAlgoString () const |
std::string | getTagString () const |
HcalL1TriggerObjects () | |
std::string | myname () const |
void | setAlgoString (std::string fAlgo) |
void | setTagString (std::string fTag) |
Private Attributes | |
char | mAlgo [128] |
char | mTag [128] |
Definition at line 12 of file HcalL1TriggerObjects.h.
HcalL1TriggerObjects::HcalL1TriggerObjects | ( | ) | [inline] |
Definition at line 15 of file HcalL1TriggerObjects.h.
std::string HcalL1TriggerObjects::getAlgoString | ( | ) | const [inline] |
Definition at line 22 of file HcalL1TriggerObjects.h.
References mAlgo.
{return (std::string)mAlgo;}
std::string HcalL1TriggerObjects::getTagString | ( | ) | const [inline] |
std::string HcalL1TriggerObjects::myname | ( | ) | const [inline, virtual] |
Reimplemented from HcalCondObjectContainer< HcalL1TriggerObject >.
Definition at line 24 of file HcalL1TriggerObjects.h.
{return (std::string)"HcalL1TriggerObjects";}
void HcalL1TriggerObjects::setAlgoString | ( | std::string | fAlgo | ) | [inline] |
Definition at line 19 of file HcalL1TriggerObjects.h.
References mAlgo.
{strncpy(mAlgo,fAlgo.c_str(),128);}
void HcalL1TriggerObjects::setTagString | ( | std::string | fTag | ) | [inline] |
Definition at line 18 of file HcalL1TriggerObjects.h.
References mTag.
{strncpy(mTag,fTag.c_str(),128);}
char HcalL1TriggerObjects::mAlgo[128] [private] |
Definition at line 28 of file HcalL1TriggerObjects.h.
Referenced by getAlgoString(), and setAlgoString().
char HcalL1TriggerObjects::mTag[128] [private] |
Definition at line 27 of file HcalL1TriggerObjects.h.
Referenced by getTagString(), and setTagString().