#include <es_Label.h>
Public Member Functions | |
Label () | |
Label (const char *iLabel) | |
Label (const std::string &iString) | |
Label (const std::string &iString, unsigned int iIndex) | |
Label & | operator() (const std::string &iString, unsigned int iIndex) |
Label & | operator() (int iIndex, const std::string &iString) |
Static Public Member Functions | |
static const std::string & | def () |
Public Attributes | |
std::string | default_ |
std::vector< std::string > | labels_ |
Definition at line 51 of file es_Label.h.
|
inline |
Definition at line 52 of file es_Label.h.
|
inline |
Definition at line 53 of file es_Label.h.
|
inline |
Definition at line 54 of file es_Label.h.
|
inline |
|
inlinestatic |
Definition at line 81 of file es_Label.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by operator()(), and edm::ESProducer::registerProduct().
|
inline |
Definition at line 58 of file es_Label.h.
References edm::errors::Configuration, edm::copy_all(), def(), alignCSCRings::e, labels_, cms::Exception::raise(), and groupFilesInBlocks::temp.
|
inline |
Definition at line 77 of file es_Label.h.
std::string edm::es::Label::default_ |
Definition at line 86 of file es_Label.h.
Referenced by edm::ESProducer::registerProduct().
std::vector<std::string> edm::es::Label::labels_ |
Definition at line 85 of file es_Label.h.
Referenced by Label(), operator()(), and edm::ESProducer::registerProduct().