#include <Entry.h>
Public Member Functions | |
Entry (std::string const &name, bool val, bool is_tracked) | |
Entry (std::string const &name, int val, bool is_tracked) | |
Entry (std::string const &name, std::vector< int > const &val, bool is_tracked) | |
Entry (std::string const &name, unsigned val, bool is_tracked) | |
Entry (std::string const &name, std::vector< unsigned > const &val, bool is_tracked) | |
Entry (std::string const &name, long long val, bool is_tracked) | |
Entry (std::string const &name, std::vector< long long > const &val, bool is_tracked) | |
Entry (std::string const &name, unsigned long long val, bool is_tracked) | |
Entry (std::string const &name, std::vector< unsigned long long > const &val, bool is_tracked) | |
Entry (std::string const &name, double val, bool is_tracked) | |
Entry (std::string const &name, std::vector< double > const &val, bool is_tracked) | |
Entry (std::string const &name, std::string const &val, bool is_tracked) | |
Entry (std::string const &name, std::vector< std::string > const &val, bool is_tracked) | |
Entry (std::string const &name, FileInPath const &val, bool is_tracked) | |
Entry (std::string const &name, InputTag const &tag, bool is_tracked) | |
Entry (std::string const &name, std::vector< InputTag > const &vtag, bool is_tracked) | |
Entry (std::string const &name, ESInputTag const &tag, bool is_tracked) | |
Entry (std::string const &name, std::vector< ESInputTag > const &vtag, bool is_tracked) | |
Entry (std::string const &name, EventID const &tag, bool is_tracked) | |
Entry (std::string const &name, std::vector< EventID > const &vtag, bool is_tracked) | |
Entry (std::string const &name, LuminosityBlockID const &tag, bool is_tracked) | |
Entry (std::string const &name, std::vector< LuminosityBlockID > const &vtag, bool is_tracked) | |
Entry (std::string const &name, LuminosityBlockRange const &tag, bool is_tracked) | |
Entry (std::string const &name, std::vector< LuminosityBlockRange > const &vtag, bool is_tracked) | |
Entry (std::string const &name, EventRange const &tag, bool is_tracked) | |
Entry (std::string const &name, std::vector< EventRange > const &vtag, bool is_tracked) | |
Entry (std::string const &name, ParameterSet const &val, bool is_tracked) | |
Entry (std::string const &name, std::vector< ParameterSet > const &val, bool is_tracked) | |
Entry (std::string const &name, std::string const &) | |
Entry (std::string const &name, std::string const &type, std::string const &value, bool is_tracked) | |
Entry (std::string const &name, std::string const &type, std::vector< std::string > const &value, bool is_tracked) | |
Entry (Entry const &)=default | |
Entry (Entry &&)=default | |
bool | getBool () const |
double | getDouble () const |
ESInputTag | getESInputTag () const |
EventID | getEventID () const |
EventRange | getEventRange () const |
FileInPath | getFileInPath () const |
InputTag | getInputTag () const |
int | getInt32 () const |
long long | getInt64 () const |
LuminosityBlockID | getLuminosityBlockID () const |
LuminosityBlockRange | getLuminosityBlockRange () const |
ParameterSet | getPSet () const |
std::string | getString () const |
unsigned | getUInt32 () const |
unsigned long long | getUInt64 () const |
std::vector< double > | getVDouble () const |
std::vector< ESInputTag > | getVESInputTag () const |
std::vector< EventID > | getVEventID () const |
std::vector< EventRange > | getVEventRange () const |
std::vector< InputTag > | getVInputTag () const |
std::vector< int > | getVInt32 () const |
std::vector< long long > | getVInt64 () const |
std::vector< LuminosityBlockID > | getVLuminosityBlockID () const |
std::vector< LuminosityBlockRange > | getVLuminosityBlockRange () const |
std::vector< ParameterSet > | getVPSet () const |
std::vector< std::string > | getVString () const |
std::vector< unsigned > | getVUInt32 () const |
std::vector< unsigned long long > | getVUInt64 () const |
bool | isTracked () const |
Entry & | operator= (Entry const &)=default |
Entry & | operator= (Entry &&)=default |
size_t | sizeOfString () const |
void | toDigest (cms::Digest &digest) const |
std::string | toString () const |
void | toString (std::string &result) const |
char | typeCode () const |
~Entry ()=default | |
Private Member Functions | |
bool | fromString (std::string::const_iterator b, std::string::const_iterator e) |
void | throwEncodeError (char const *type) const |
void | throwEntryError (char const *expectedType, std::string const &badRep) const |
void | throwValueError (char const *expectedType) const |
void | validate () const |
Private Attributes | |
std::string | name_ |
std::string | rep |
char | tracked |
char | type |
Friends | |
std::ostream & | operator<< (std::ostream &ost, Entry const &entry) |
Entry::Entry | ( | std::string const & | name, |
bool | val, | ||
bool | is_tracked | ||
) |
Definition at line 255 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
int | val, | ||
bool | is_tracked | ||
) |
Definition at line 264 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
std::vector< int > const & | val, | ||
bool | is_tracked | ||
) |
Definition at line 273 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
unsigned | val, | ||
bool | is_tracked | ||
) |
Definition at line 282 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
std::vector< unsigned > const & | val, | ||
bool | is_tracked | ||
) |
Definition at line 291 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
long long | val, | ||
bool | is_tracked | ||
) |
Definition at line 300 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
std::vector< long long > const & | val, | ||
bool | is_tracked | ||
) |
Definition at line 309 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
unsigned long long | val, | ||
bool | is_tracked | ||
) |
Definition at line 318 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
std::vector< unsigned long long > const & | val, | ||
bool | is_tracked | ||
) |
Definition at line 327 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
double | val, | ||
bool | is_tracked | ||
) |
Definition at line 336 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
std::vector< double > const & | val, | ||
bool | is_tracked | ||
) |
Definition at line 345 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
std::string const & | val, | ||
bool | is_tracked | ||
) |
Definition at line 354 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
std::vector< std::string > const & | val, | ||
bool | is_tracked | ||
) |
Definition at line 363 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
FileInPath const & | val, | ||
bool | is_tracked | ||
) |
Definition at line 372 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
InputTag const & | tag, | ||
bool | is_tracked | ||
) |
Definition at line 381 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
std::vector< InputTag > const & | vtag, | ||
bool | is_tracked | ||
) |
Definition at line 391 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
ESInputTag const & | tag, | ||
bool | is_tracked | ||
) |
Definition at line 401 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
std::vector< ESInputTag > const & | vtag, | ||
bool | is_tracked | ||
) |
Definition at line 410 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
EventID const & | tag, | ||
bool | is_tracked | ||
) |
Definition at line 420 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
std::vector< EventID > const & | vtag, | ||
bool | is_tracked | ||
) |
Definition at line 430 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
LuminosityBlockID const & | tag, | ||
bool | is_tracked | ||
) |
Definition at line 441 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
std::vector< LuminosityBlockID > const & | vtag, | ||
bool | is_tracked | ||
) |
Definition at line 451 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
LuminosityBlockRange const & | tag, | ||
bool | is_tracked | ||
) |
Definition at line 460 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
std::vector< LuminosityBlockRange > const & | vtag, | ||
bool | is_tracked | ||
) |
Definition at line 470 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
EventRange const & | tag, | ||
bool | is_tracked | ||
) |
Definition at line 479 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
std::vector< EventRange > const & | vtag, | ||
bool | is_tracked | ||
) |
Definition at line 488 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
ParameterSet const & | val, | ||
bool | is_tracked | ||
) |
Definition at line 498 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
std::vector< ParameterSet > const & | val, | ||
bool | is_tracked | ||
) |
Definition at line 507 of file Entry.cc.
References edm::encode(), rep, throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
std::string const & | code | ||
) |
Definition at line 516 of file Entry.cc.
References fromString(), throwEncodeError(), and validate().
Entry::Entry | ( | std::string const & | name, |
std::string const & | type, | ||
std::string const & | value, | ||
bool | is_tracked | ||
) |
Definition at line 524 of file Entry.cc.
References edm::errors::Configuration, Exception, fromString(), AlCaHLTBitMon_QueryRunRegistry::string, type, edm::pset::TypeTrans::type2Code_, validate(), and relativeConstraints::value.
Entry::Entry | ( | std::string const & | name, |
std::string const & | type, | ||
std::vector< std::string > const & | value, | ||
bool | is_tracked | ||
) |
Definition at line 547 of file Entry.cc.
References edm::errors::Configuration, MillePedeFileConverter_cfg::e, Exception, fromString(), mps_fire::i, AlCaHLTBitMon_QueryRunRegistry::string, type, edm::pset::TypeTrans::type2Code_, and validate().
|
default |
|
default |
|
default |
|
private |
bool Entry::getBool | ( | ) | const |
Definition at line 636 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and FWPSetTableManager::handleEntry().
double Entry::getDouble | ( | ) | const |
Definition at line 740 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and FWPSetTableManager::handleEntry().
ESInputTag Entry::getESInputTag | ( | ) | const |
Definition at line 820 of file Entry.cc.
References edm::decode(), kTESInputTag, rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and FWPSetTableManager::handleEntry().
EventID Entry::getEventID | ( | ) | const |
Definition at line 843 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and FWPSetTableManager::handleEntry().
EventRange Entry::getEventRange | ( | ) | const |
Definition at line 909 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and FWPSetTableManager::handleEntry().
FileInPath Entry::getFileInPath | ( | ) | const |
Definition at line 785 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::ParameterSet::getAllFileInPaths(), edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), FWPSetTableManager::handleEntry(), PhysicsTools::MVAComputerESSourceBase::MVAComputerESSourceBase(), and PhysicsTools::MVATrainerLooper::Trainer::Trainer().
InputTag Entry::getInputTag | ( | ) | const |
Definition at line 796 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and FWPSetTableManager::handleEntry().
int Entry::getInt32 | ( | ) | const |
Definition at line 648 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::ParameterSet::getParameter(), edm::pdtentry::getPdtEntry(), edm::ParameterSet::getUntrackedParameter(), FWPSetTableManager::handleEntry(), and edm::operator<<().
long long Entry::getInt64 | ( | ) | const |
Definition at line 671 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::ParameterSet::getParameter(), and edm::ParameterSet::getUntrackedParameter().
LuminosityBlockID Entry::getLuminosityBlockID | ( | ) | const |
Definition at line 866 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and FWPSetTableManager::handleEntry().
LuminosityBlockRange Entry::getLuminosityBlockRange | ( | ) | const |
Definition at line 887 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and FWPSetTableManager::handleEntry().
ParameterSet Entry::getPSet | ( | ) | const |
Definition at line 932 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::ParameterSet::fromString(), and edm::operator<<().
std::string Entry::getString | ( | void | ) | const |
Definition at line 762 of file Entry.cc.
References edm::decode(), rep, AlCaHLTBitMon_QueryRunRegistry::string, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::ParameterSet::getParameter(), edm::pdtentry::getPdtEntry(), FWPSetTableManager::handleEntry(), PhysicsTools::MVAComputerESSourceBase::MVAComputerESSourceBase(), edm::operator<<(), edm::ParameterSet::getParameter< std::string >(), edm::ParameterSet::getUntrackedParameter< std::string >(), and PhysicsTools::MVATrainerLooper::Trainer::Trainer().
unsigned Entry::getUInt32 | ( | ) | const |
Definition at line 695 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), FWPSetTableManager::handleEntry(), and edm::operator<<().
unsigned long long Entry::getUInt64 | ( | ) | const |
Definition at line 718 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), and FWPSetTableManager::handleEntry().
std::vector< double > Entry::getVDouble | ( | ) | const |
Definition at line 751 of file Entry.cc.
References edm::decode(), rep, AlCaHLTBitMon_QueryRunRegistry::string, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by FWPSetTableManager::handleEntry(), edm::ParameterSet::getParameter< std::vector< double > >(), and edm::ParameterSet::getUntrackedParameter< std::vector< double > >().
std::vector< ESInputTag > Entry::getVESInputTag | ( | ) | const |
Definition at line 832 of file Entry.cc.
References edm::decode(), kTVESInputTag, rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by FWPSetTableManager::handleEntry(), edm::operator<<(), edm::ParameterSet::getParameter< std::vector< ESInputTag > >(), and edm::ParameterSet::getUntrackedParameter< std::vector< ESInputTag > >().
std::vector< EventID > Entry::getVEventID | ( | ) | const |
Definition at line 854 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by FWPSetTableManager::handleEntry(), edm::ParameterSet::getParameter< std::vector< EventID > >(), and edm::ParameterSet::getUntrackedParameter< std::vector< EventID > >().
std::vector< EventRange > Entry::getVEventRange | ( | ) | const |
Definition at line 920 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by FWPSetTableManager::handleEntry(), edm::ParameterSet::getParameter< std::vector< EventRange > >(), and edm::ParameterSet::getUntrackedParameter< std::vector< EventRange > >().
std::vector< InputTag > Entry::getVInputTag | ( | ) | const |
Definition at line 808 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by FWPSetTableManager::handleEntry(), edm::operator<<(), edm::ParameterSet::getParameter< std::vector< InputTag > >(), and edm::ParameterSet::getUntrackedParameter< std::vector< InputTag > >().
std::vector< int > Entry::getVInt32 | ( | ) | const |
Definition at line 659 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::pdtentry::getPdtEntryVector(), FWPSetTableManager::handleEntry(), edm::ParameterSet::getParameter< std::vector< int > >(), and edm::ParameterSet::getUntrackedParameter< std::vector< int > >().
std::vector< long long > Entry::getVInt64 | ( | ) | const |
Definition at line 682 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by FWPSetTableManager::handleEntry(), edm::ParameterSet::getParameter< std::vector< long long > >(), and edm::ParameterSet::getUntrackedParameter< std::vector< long long > >().
std::vector< LuminosityBlockID > Entry::getVLuminosityBlockID | ( | ) | const |
Definition at line 877 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by FWPSetTableManager::handleEntry(), edm::ParameterSet::getParameter< std::vector< LuminosityBlockID > >(), and edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockID > >().
std::vector< LuminosityBlockRange > Entry::getVLuminosityBlockRange | ( | ) | const |
Definition at line 898 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by FWPSetTableManager::handleEntry(), edm::ParameterSet::getParameter< std::vector< LuminosityBlockRange > >(), and edm::ParameterSet::getUntrackedParameter< std::vector< LuminosityBlockRange > >().
std::vector< ParameterSet > Entry::getVPSet | ( | ) | const |
Definition at line 943 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::ParameterSet::fromString(), and edm::operator<<().
std::vector< std::string > Entry::getVString | ( | ) | const |
Definition at line 773 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by edm::pdtentry::getPdtEntryVector(), FWPSetTableManager::handleEntry(), edm::operator<<(), edm::ParameterSet::getParameter< std::vector< std::string > >(), and edm::ParameterSet::getUntrackedParameter< std::vector< std::string > >().
std::vector< unsigned > Entry::getVUInt32 | ( | ) | const |
Definition at line 706 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by FWPSetTableManager::handleEntry(), edm::ParameterSet::getParameter< std::vector< unsigned int > >(), and edm::ParameterSet::getUntrackedParameter< std::vector< unsigned int > >().
std::vector< unsigned long long > Entry::getVUInt64 | ( | ) | const |
Definition at line 729 of file Entry.cc.
References edm::decode(), rep, throwEntryError(), throwValueError(), and heppy_batch::val.
Referenced by FWPSetTableManager::handleEntry(), edm::ParameterSet::getParameter< std::vector< unsigned long long > >(), and edm::ParameterSet::getUntrackedParameter< std::vector< unsigned long long > >().
|
inline |
Definition at line 177 of file Entry.h.
Referenced by Types.PSet::clone(), Mixins._ParameterTypeBase::configTypeName(), edm::ParameterSet::fromString(), edm::ParameterSet::getNamesByCode_(), FWPSetTableManager::handleEntry(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Types.double::insertInto(), Mixins.UsingBlock::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.EventID::insertInto(), Types.LuminosityBlockID::insertInto(), Types.LuminosityBlockRange::insertInto(), Types.EventRange::insertInto(), Types.InputTag::insertInto(), Types.ESInputTag::insertInto(), Types.FileInPath::insertInto(), Types.PSet::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), Types.vstring::insertInto(), Types.VLuminosityBlockID::insertInto(), Types.VInputTag::insertInto(), Types.VESInputTag::insertInto(), Types.VEventID::insertInto(), Types.VLuminosityBlockRange::insertInto(), Types.VEventRange::insertInto(), Types.VPSet::insertInto(), edm::operator<<(), and Mixins._ParameterTypeBase::pythonTypeName().
|
inline |
|
private |
Definition at line 1074 of file Entry.cc.
References edm::errors::Configuration, Exception, name_, and type.
Referenced by Entry().
|
private |
Definition at line 1066 of file Entry.cc.
References edm::errors::Configuration, Exception, and name_.
Referenced by getBool(), getDouble(), getESInputTag(), getEventID(), getEventRange(), getFileInPath(), getInputTag(), getInt32(), getInt64(), getLuminosityBlockID(), getLuminosityBlockRange(), getPSet(), getString(), getUInt32(), getUInt64(), getVDouble(), getVESInputTag(), getVEventID(), getVEventRange(), getVInputTag(), getVInt32(), getVInt64(), getVLuminosityBlockID(), getVLuminosityBlockRange(), getVPSet(), getVString(), getVUInt32(), and getVUInt64().
|
private |
Definition at line 1060 of file Entry.cc.
References edm::errors::Configuration, Exception, name_, edm::pset::TypeTrans::table_, and type.
Referenced by getBool(), getDouble(), getESInputTag(), getEventID(), getEventRange(), getFileInPath(), getInputTag(), getInt32(), getInt64(), getLuminosityBlockID(), getLuminosityBlockRange(), getPSet(), getString(), getUInt32(), getUInt64(), getVDouble(), getVESInputTag(), getVEventID(), getVEventRange(), getVInputTag(), getVInt32(), getVInt64(), getVLuminosityBlockID(), getVLuminosityBlockRange(), getVPSet(), getVString(), getVUInt32(), and getVUInt64().
void Entry::toDigest | ( | cms::Digest & | digest | ) | const |
Definition at line 597 of file Entry.cc.
References cms::Digest::append(), rep, AlCaHLTBitMon_QueryRunRegistry::string, and tracked.
std::string Entry::toString | ( | ) | const |
Definition at line 606 of file Entry.cc.
References mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by egHLT::trigTools::getMinNrObjsRequiredByFilter(), edm::ParameterSet::getParameterAsString(), and edm::operator==().
void Entry::toString | ( | std::string & | result | ) | const |
|
inline |
Definition at line 179 of file Entry.h.
References mps_splice::entry, and cms::operator<<().
Referenced by MuonScenarioBuilder::extractParameters(), edm::ParameterSet::getAllFileInPaths(), edm::ParameterSet::getNamesByCode_(), edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterNamesForType(), edm::pdtentry::getPdtEntry(), edm::pdtentry::getPdtEntryVector(), FWPSetTableManager::handleEntry(), PhysicsTools::MVAComputerESSourceBase::MVAComputerESSourceBase(), edm::operator<<(), InputTagDistributorService::retrieve(), and PhysicsTools::MVATrainerLooper::Trainer::Trainer().
|
private |
Definition at line 86 of file Entry.cc.
References edm::decode(), kTESInputTag, kTVESInputTag, cuy::rep, AlCaHLTBitMon_QueryRunRegistry::string, and heppy_batch::val.
Referenced by Entry().
|
friend |
Definition at line 952 of file Entry.cc.
|
private |
Definition at line 184 of file Entry.h.
Referenced by throwEncodeError(), throwEntryError(), and throwValueError().
|
private |
Definition at line 185 of file Entry.h.
Referenced by Entry(), fromString(), getBool(), getDouble(), getESInputTag(), getEventID(), getEventRange(), getFileInPath(), getInputTag(), getInt32(), getInt64(), getLuminosityBlockID(), getLuminosityBlockRange(), getPSet(), getString(), getUInt32(), getUInt64(), getVDouble(), getVESInputTag(), getVEventID(), getVEventRange(), getVInputTag(), getVInt32(), getVInt64(), getVLuminosityBlockID(), getVLuminosityBlockRange(), getVPSet(), getVString(), getVUInt32(), getVUInt64(), edm::operator<<(), toDigest(), and toString().
|
private |
Definition at line 187 of file Entry.h.
Referenced by fromString(), toDigest(), and toString().
|
private |
Definition at line 186 of file Entry.h.
Referenced by Entry(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::inputCommands(), core.autovars.NTupleVariable::makeBranch(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputCommands(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::outputEventContent(), Vispa.Plugins.ConfigEditor.ConfigDataAccessor.ConfigDataAccessor::properties(), core.AutoHandle.AutoHandle::ReallyLoad(), throwEncodeError(), throwValueError(), and toString().