#include <es_Label.h>
Public Member Functions | |
Label ()=default | |
Label (const char *iLabel) | |
Label (const std::string &iString) | |
Label (const std::string &iString, unsigned int const iIndex) | |
Label & | operator() (const std::string &iString, unsigned int const 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 56 of file es_Label.h.
|
default |
|
inline |
Definition at line 58 of file es_Label.h.
|
inline |
Definition at line 59 of file es_Label.h.
|
inline |
|
inlinestatic |
Definition at line 84 of file es_Label.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by operator()(), and edm::ESProducer::registerProduct().
|
inline |
Definition at line 64 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 82 of file es_Label.h.
std::string edm::es::Label::default_ {} |
Definition at line 90 of file es_Label.h.
Referenced by edm::ESProducer::registerProduct().
std::vector<std::string> edm::es::Label::labels_ {} |
Definition at line 89 of file es_Label.h.
Referenced by Label(), operator()(), and edm::ESProducer::registerProduct().