CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
HcalL1TriggerObjects Class Reference

#include <HcalL1TriggerObjects.h>

Inheritance diagram for HcalL1TriggerObjects:
HcalCondObjectContainer< HcalL1TriggerObject >

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)
 
- Public Member Functions inherited from HcalCondObjectContainer< HcalL1TriggerObject >
bool addValues (const HcalL1TriggerObject &myItem, bool h2mode_=false)
 
const bool exists (DetId fId) const
 
std::vector< DetIdgetAllChannels () const
 
const tAllContWithNames getAllContainers () const
 
const HcalL1TriggerObjectgetValues (DetId fId) const
 
 HcalCondObjectContainer ()
 
virtual ~HcalCondObjectContainer ()
 

Private Attributes

char mAlgo [128]
 
char mTag [128]
 

Additional Inherited Members

- Public Types inherited from HcalCondObjectContainer< HcalL1TriggerObject >
typedef std::vector< tHcalConttAllContWithNames
 
typedef std::pair< std::string,
std::vector
< HcalL1TriggerObject > > 
tHcalCont
 

Detailed Description

Definition at line 12 of file HcalL1TriggerObjects.h.

Constructor & Destructor Documentation

HcalL1TriggerObjects::HcalL1TriggerObjects ( )
inline

Member Function Documentation

std::string HcalL1TriggerObjects::getAlgoString ( ) const
inline

Definition at line 22 of file HcalL1TriggerObjects.h.

References mAlgo.

22 {return (std::string)mAlgo;}
std::string HcalL1TriggerObjects::getTagString ( ) const
inline

Definition at line 21 of file HcalL1TriggerObjects.h.

References mTag.

21 {return (std::string)mTag;}
std::string HcalL1TriggerObjects::myname ( ) const
inlinevirtual

Reimplemented from HcalCondObjectContainer< HcalL1TriggerObject >.

Definition at line 24 of file HcalL1TriggerObjects.h.

24 {return (std::string)"HcalL1TriggerObjects";}
void HcalL1TriggerObjects::setAlgoString ( std::string  fAlgo)
inline

Definition at line 19 of file HcalL1TriggerObjects.h.

References mAlgo.

19 {strncpy(mAlgo,fAlgo.c_str(),128);}
void HcalL1TriggerObjects::setTagString ( std::string  fTag)
inline

Definition at line 18 of file HcalL1TriggerObjects.h.

References mTag.

18 {strncpy(mTag,fTag.c_str(),128);}

Member Data Documentation

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().