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 Member Functions | Private Attributes | Friends
HcalL1TriggerObjects Class Reference

#include <HcalL1TriggerObjects.h>

Inheritance diagram for HcalL1TriggerObjects:
HcalCondObjectContainer< HcalL1TriggerObject > HcalCondObjectContainerBase

Public Member Functions

std::string getAlgoString () const
 
std::string getTagString () const
 
 HcalL1TriggerObjects ()
 
 HcalL1TriggerObjects (const HcalTopology *topo)
 
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)
 
const bool exists (DetId fId) const
 
std::vector< DetIdgetAllChannels () const
 
const tAllContWithNames getAllContainers () const
 
const HcalL1TriggerObjectgetValues (DetId fId, bool throwOnFail=true) const
 
 HcalCondObjectContainer (const HcalTopology *topo)
 
virtual ~HcalCondObjectContainer ()
 
- Public Member Functions inherited from HcalCondObjectContainerBase
int getCreatorPackedIndexVersion () const
 
void setTopo (const HcalTopology *topo)
 
const HcalTopologytopo () const
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Private Attributes

char mAlgo [128]
 
char mTag [128]
 

Friends

class boost::serialization::access
 
template<typename CondSerializationT , typename Enabled >
struct cond::serialization::access
 

Additional Inherited Members

- Public Types inherited from HcalCondObjectContainer< HcalL1TriggerObject >
typedef std::vector< tHcalConttAllContWithNames
 
typedef std::pair< std::string,
std::vector
< HcalL1TriggerObject > > 
tHcalCont
 
- Protected Member Functions inherited from HcalCondObjectContainerBase
HcalOtherSubdetector extractOther (const DetId &id) const
 
 HcalCondObjectContainerBase (HcalCondObjectContainerBase const &o)
 
 HcalCondObjectContainerBase (HcalCondObjectContainerBase &&)=default
 
 HcalCondObjectContainerBase (const HcalTopology *)
 
unsigned int indexFor (DetId) const
 
HcalCondObjectContainerBaseoperator= (HcalCondObjectContainerBase const &o)
 
HcalCondObjectContainerBaseoperator= (HcalCondObjectContainerBase &&)=default
 
unsigned int sizeFor (DetId) const
 
std::string textForId (const DetId &id) const
 
- Protected Attributes inherited from HcalCondObjectContainerBase
int packedIndexVersion_
 

Detailed Description

Definition at line 14 of file HcalL1TriggerObjects.h.

Constructor & Destructor Documentation

HcalL1TriggerObjects::HcalL1TriggerObjects ( )
inline
HcalL1TriggerObjects::HcalL1TriggerObjects ( const HcalTopology topo)
inline

Member Function Documentation

std::string HcalL1TriggerObjects::getAlgoString ( ) const
inline
std::string HcalL1TriggerObjects::getTagString ( ) const
inline
std::string HcalL1TriggerObjects::myname ( ) const
inlinevirtual

Reimplemented from HcalCondObjectContainer< HcalL1TriggerObject >.

Definition at line 29 of file HcalL1TriggerObjects.h.

References AlCaHLTBitMon_QueryRunRegistry::string.

29 {return (std::string)"HcalL1TriggerObjects";}
template<class Archive >
void HcalL1TriggerObjects::serialize ( Archive &  ar,
const unsigned int  version 
)
private
void HcalL1TriggerObjects::setAlgoString ( std::string  fAlgo)
inline

Definition at line 24 of file HcalL1TriggerObjects.h.

References mAlgo.

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

Definition at line 23 of file HcalL1TriggerObjects.h.

References mTag.

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

Friends And Related Function Documentation

friend class boost::serialization::access
friend

Definition at line 36 of file HcalL1TriggerObjects.h.

template<typename CondSerializationT , typename Enabled >
friend struct cond::serialization::access
friend

Definition at line 36 of file HcalL1TriggerObjects.h.

Member Data Documentation

char HcalL1TriggerObjects::mAlgo[128]
private

Definition at line 33 of file HcalL1TriggerObjects.h.

Referenced by getAlgoString(), and setAlgoString().

char HcalL1TriggerObjects::mTag[128]
private

Definition at line 32 of file HcalL1TriggerObjects.h.

Referenced by getTagString(), and setTagString().