#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 54 of file es_Label.h.
|
default |
|
inline |
Definition at line 56 of file es_Label.h.
|
inline |
Definition at line 57 of file es_Label.h.
|
inline |
Definition at line 58 of file es_Label.h.
|
inlinestatic |
Definition at line 82 of file es_Label.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by edm::ESProducer::registerProduct().
|
inline |
Definition at line 62 of file es_Label.h.
References edm::errors::Configuration, edm::copy_all(), def, MillePedeFileConverter_cfg::e, cms::Exception::raise(), and groupFilesInBlocks::temp.
|
inline |
Definition at line 80 of file es_Label.h.
std::string edm::es::Label::default_ {} |
Definition at line 88 of file es_Label.h.
Referenced by edm::ESProducer::registerProduct().
std::vector<std::string> edm::es::Label::labels_ {} |
Definition at line 87 of file es_Label.h.
Referenced by edm::ESProducer::registerProduct().