Namespaces | |
ecalcond | |
ecalped | |
idCategories | |
impl | |
RelationalAuthenticationService | |
rpcobgas | |
rpcobimon | |
rpcobtemp | |
rpcobvmon | |
service | |
time | |
XMLAuthenticationService | |
Typedefs | |
typedef edmplugin::PluginFactory < ora::IBlobStreamingService *() > | BlobStreamerPluginFactory |
typedef edmplugin::PluginFactory < ClassInfo *() > | ClassInfoFactory |
typedef edmplugin::PluginFactory < coral::Service *(const std::string &) > | CoralServicePluginFactory |
typedef std::vector < coral::monitor::Event::Record > | EventStream |
The raw stream of recorder monitoring events. More... | |
typedef std::set < cond::TagMetadata > | GlobalTag |
typedef ora::Guid | Guid |
typedef boost::transform_iterator < IterHelp, boost::counting_iterator< int > > | iov_range_iterator |
typedef edmplugin::PluginFactory < cond::DataProxyWrapperBase *() > | ProxyFactory |
typedef std::map< std::string, SessionMonitor > | Repository |
typedef edmplugin::PluginFactory < cond::TechnologyProxy *() > | TechnologyProxyFactory |
typedef unsigned long long | Time_t |
typedef unsigned long long | uint64_t |
typedef std::pair< unsigned int, unsigned int > | UnpackedTime |
typedef std::pair< Time_t, Time_t > | ValidityInterval |
Enumerations | |
enum | DbAuthenticationSystem { UndefinedAuthentication =0, CondDbKey, CoralXMLFile } |
enum | DbConfigurationDefaults { CoralDefaults, CmsDefaults, ProdDefaults, ToolDefaults, WebDefaults } |
enum | TimeType { runnumber =0, timestamp, lumiid, hash, userid } |
Functions | |
std::auto_ptr < cond::TechnologyProxy > | buildTechnologyProxy (const std::string &userconnect, const DbConnection &connection) |
char const * | className (const std::type_info &t) |
std::string | classNameForTypeId (const std::type_info &typeInfo) |
unsigned int | countslash (const std::string &input) |
void | draw (std::vector< TH2F > &graphData, std::string filename) |
const TimeTypeSpecs & | findSpecs (std::string const &name) |
cond::Time_t | fromIOVSyncValue (edm::IOVSyncValue const &time, cond::TimeType timetype) |
void * | genMD5 (void *buffer, unsigned long len, void *code) |
void | genMD5 (const std::string &s, void *code) |
void | genMD5 (const string &s, void *code) |
std::string | getLoginName () |
std::string | getTotalErrors (const std::vector< EcalChannelStatusCode > &vItems) |
unsigned long long | hash64 (unsigned char *k, unsigned long long length, unsigned long long level) |
std::string | insertIOV (cond::DbSession &dbSess, const boost::shared_ptr< IOVSequence > &data, bool swapOIds=false) |
const Time_t | invalidTime (0) |
const std::string | invalidToken (" ") |
edm::IOVSyncValue | limitedIOVSyncValue (cond::Time_t time, cond::TimeType timetype) |
edm::IOVSyncValue | limitedIOVSyncValue (edm::IOVSyncValue const &time, cond::TimeType timetype) |
Double_t | linearF (Double_t *x, Double_t *par) |
boost::shared_ptr < cond::IOVSequence > | loadIOV (cond::DbSession &dbSess, const std::string &iovToken) |
void | parseLineForNamedParams (const std::string &line, std::map< std::string, std::string > ¶ms) |
std::pair< std::string, int > | parseToken (const std::string &objectId) |
const char * | pluginCategory () |
std::string | QIEDataCounter (const int nr, unsigned int &formated_nr, int base=4) |
char | randomChar () |
std::string | schemaLabel (const std::string &serviceName, const std::string &userName) |
std::string | schemaLabelForCredentialStore (const std::string &connectionString) |
bool | selectAuthorization (coral::ISchema &schema, int principalId, const std::string &role, const std::string &connectionString, AuthorizationData &destination) |
bool | selectConnection (coral::ISchema &schema, const std::string &connectionLabel, CredentialData &destination) |
bool | selectPrincipal (coral::ISchema &schema, const std::string &principal, PrincipalData &destination) |
void | setErr (unsigned int const &statusCode, std::vector< std::pair< std::string, unsigned int > > &vTotalWithErr) |
std::string | StCodeToStr (unsigned int const &statusCode) |
const std::string | tagInventoryTable ("TAGINVENTORY_TABLE") |
const std::string | tagTreeTablePrefix ("TAGTREE_TABLE") |
void | throwException (std::string const &message, std::string const &methodName) |
const Time_t | TIMELIMIT (std::numeric_limits< Time_t >::max()) |
std::string const & | timeTypeNames (int) |
template<class T > | |
std::string | to_string (const T &t) |
edm::IOVSyncValue | toIOVSyncValue (cond::Time_t time, cond::TimeType timetype, bool startOrStop) |
static void | topinit () |
unsigned long long | toUNIX (int date, int time) |
void | updateIOV (cond::DbSession &dbSess, const boost::shared_ptr< IOVSequence > &data, const std::string &token) |
std::string | userInfo () |
std::string | writeToken (const std::string &containerName, int oid0, int oid1, const std::string &className) |
std::string | writeTokenContainerFragment (const std::string &containerName, const std::string &className) |
Variables | |
static const char * | fmt_oid = "[OID=%08X-%08X]" |
static const char * | fmt_tech = "[TECH=%08X]" |
const std::string | tagInventoryTable |
const std::string | tagTreeTablePrefix |
const unsigned int | TIMETYPE_LIST_MAX =5 |
const cond::TimeType | timeTypeList [TIMETYPE_LIST_MAX] |
const TimeTypeSpecs | timeTypeSpecs [] |
const cond::TimeType | timeTypeValues [] |
magic: works only if a file local registry exists in the file #define ELEM_CONSTR(xx_) \ cond::ClassInfo::ClassInfo(const std::type_info& t,int) : tinfo(t) {registry = registerMe(t);}
Definition at line 8 of file BlobStreamerPluginFactory.h.
typedef edmplugin::PluginFactory<ClassInfo*() > cond::ClassInfoFactory |
typedef edmplugin::PluginFactory< coral::Service*(const std::string&) > cond::CoralServicePluginFactory |
Definition at line 24 of file CoralServiceFactory.h.
typedef std::vector<coral::monitor::Event::Record> cond::EventStream |
The raw stream of recorder monitoring events.
Definition at line 24 of file SQLMonitoringService.h.
typedef std::set<cond::TagMetadata> cond::GlobalTag |
Definition at line 20 of file CondPyInterface.h.
typedef ora::Guid cond::Guid |
typedef boost::transform_iterator<IterHelp,boost::counting_iterator<int> > cond::iov_range_iterator |
Definition at line 109 of file IOVProxy.h.
typedef edmplugin::PluginFactory< cond::DataProxyWrapperBase* () > cond::ProxyFactory |
Definition at line 25 of file ProxyFactory.h.
typedef std::map< std::string, SessionMonitor > cond::Repository |
The repository of monitored events for all sessions where event streams are identified by session key
Definition at line 38 of file SQLMonitoringService.h.
Definition at line 10 of file TechnologyProxyFactory.h.
typedef unsigned long long cond::Time_t |
typedef unsigned long long cond::uint64_t |
typedef std::pair<unsigned int, unsigned int> cond::UnpackedTime |
typedef std::pair<Time_t, Time_t> cond::ValidityInterval |
Enumerator | |
---|---|
UndefinedAuthentication | |
CondDbKey | |
CoralXMLFile |
Definition at line 30 of file DbConnectionConfiguration.h.
Enumerator | |
---|---|
CoralDefaults | |
CmsDefaults | |
ProdDefaults | |
ToolDefaults | |
WebDefaults |
Definition at line 28 of file DbConnectionConfiguration.h.
enum cond::TimeType |
|
inline |
Definition at line 17 of file DbSession.cc.
References SurfaceDeformationFactory::create(), edm::hlt::Exception, reco::get(), AlCaHLTBitMon_ParallelJobs::p, and pos.
Referenced by cond::DbSession::importMapping(), cond::SessionImpl::open(), and cond::SessionImpl::openReadOnly().
char const * cond::className | ( | const std::type_info & | t | ) |
Definition at line 8 of file ClassID.cc.
References ntuplemaker::status.
Referenced by cond::service::GetTokenFromPointer< T >::operator()(), cond::ClassInfo::pluginName(), and cond::IOVSequence::swapTokens().
|
inline |
Definition at line 38 of file PoolDBOutputService.h.
Referenced by cond::service::GetTokenFromPointer< T >::classNameForPointer(), l1t::WriterProxyT< Record, Type >::save(), and l1t::DataWriter::writeKeyList().
unsigned int cond::countslash | ( | const std::string & | input | ) |
Definition at line 57 of file FrontierProxy.cc.
References prof2calltree::count.
Referenced by cond::FrontierProxy::makeRealConnectString().
void cond::draw | ( | std::vector< TH2F > & | graphData, |
std::string | filename | ||
) |
Definition at line 113 of file HcalGainsPyWrapper.cc.
References svgfig::canvas().
Referenced by cond::PayLoadInspector< DataT >::plot(), SiPixelRecHitQuality::Packing::setProbabilityQ(), SiPixelRecHitQuality::Packing::setProbabilityXY(), and examples::TrackAnalysisAlgorithm::terminate().
const TimeTypeSpecs & cond::findSpecs | ( | std::string const & | name | ) |
Definition at line 33 of file Time.cc.
References edm::hlt::Exception, i, TIMETYPE_LIST_MAX, and timeTypeSpecs.
Referenced by cond::service::PoolDBOutputService::fillRecord(), and cond::service::PoolDBOutputService::PoolDBOutputService().
cond::Time_t cond::fromIOVSyncValue | ( | edm::IOVSyncValue const & | time, |
cond::TimeType | timetype | ||
) |
Definition at line 29 of file ConvertIOVSyncValue.cc.
References edm::IOVSyncValue::eventID(), lumiid, edm::IOVSyncValue::luminosityBlockNumber(), edm::EventID::run(), runnumber, edm::IOVSyncValue::time(), timestamp, edm::LuminosityBlockID::value(), and edm::Timestamp::value().
Referenced by CondDBESSource::setIntervalFor().
void * cond::genMD5 | ( | void * | buffer, |
unsigned long | len, | ||
void * | code | ||
) |
Definition at line 358 of file GenMD5.cc.
Referenced by writeTokenContainerFragment().
void cond::genMD5 | ( | const std::string & | s, |
void * | code | ||
) |
std::string cond::getLoginName | ( | ) |
Definition at line 41 of file DecodingKey.cc.
References lumiQueryAPI::msg, and throwException().
Referenced by cond::DecodingKey::init().
std::string cond::getTotalErrors | ( | const std::vector< EcalChannelStatusCode > & | vItems | ) |
Definition at line 239 of file EcalChannelStatusPyWrapper.cc.
References bits, i, getHLTprescales::index, and setErr().
Referenced by cond::PayLoadInspector< DataT >::summary().
ub8 cond::hash64 | ( | unsigned char * | k, |
unsigned long long | length, | ||
unsigned long long | level | ||
) |
Definition at line 45 of file hash64.cc.
References a, b, trackerHits::c, testEve_cfg::level, and mix64.
Referenced by cond::KeyedElement::convert().
std::string cond::insertIOV | ( | cond::DbSession & | dbSess, |
const boost::shared_ptr< IOVSequence > & | data, | ||
bool | swapOIds = false |
||
) |
Definition at line 26 of file IOVEditor.cc.
References cond::IOVNames::container(), cond::DbSession::isOldSchema(), cond::DbSession::storage(), and cond::DbSession::storeObject().
Referenced by cond::IOVEditor::create().
const Time_t cond::invalidTime | ( | 0 | ) |
const std::string cond::invalidToken | ( | " " | ) |
edm::IOVSyncValue cond::limitedIOVSyncValue | ( | cond::Time_t | time, |
cond::TimeType | timetype | ||
) |
Definition at line 46 of file ConvertIOVSyncValue.cc.
References edm::IOVSyncValue::invalidIOVSyncValue(), prof2calltree::l, lumiid, edm::LuminosityBlockID::luminosityBlock(), edm::EventID::maxEventNumber(), edm::LuminosityBlockID::run(), runnumber, and timestamp.
Referenced by CondDBESSource::setIntervalFor().
edm::IOVSyncValue cond::limitedIOVSyncValue | ( | edm::IOVSyncValue const & | time, |
cond::TimeType | timetype | ||
) |
Definition at line 71 of file ConvertIOVSyncValue.cc.
References edm::IOVSyncValue::eventID(), edm::IOVSyncValue::invalidIOVSyncValue(), lumiid, edm::IOVSyncValue::luminosityBlockNumber(), edm::EventID::maxEventNumber(), edm::EventID::run(), runnumber, and timestamp.
Double_t cond::linearF | ( | Double_t * | x, |
Double_t * | par | ||
) |
Definition at line 260 of file RPCObGasPyWrapper.cc.
References detailsBasic3DVector::y.
Referenced by cond::PayLoadInspector< DataT >::plot().
boost::shared_ptr<cond::IOVSequence> cond::loadIOV | ( | cond::DbSession & | dbSess, |
const std::string & | iovToken | ||
) |
Definition at line 9 of file IOVEditor.cc.
References edm::hlt::Exception, cond::DbSession::getTypedObject(), o2o::iov, cond::DbSession::isOldSchema(), cond::IOVSequence::loadAll(), geometryXMLtoCSV::parser, and cond::DbSession::storage().
void cond::parseLineForNamedParams | ( | const std::string & | line, |
std::map< std::string, std::string > & | params | ||
) |
Definition at line 57 of file DecodingKey.cc.
References ItemSeparator.
Referenced by cond::DecodingKey::createFromInputFile().
std::pair< std::string, int > cond::parseToken | ( | const std::string & | objectId | ) |
Definition at line 15 of file PoolToken.cc.
References fmt_oid, p1, p2, p3, LaserTracksInput_cfi::source, ora::throwException(), and tmp.
Referenced by cond::PayLoadInspector< DataT >::dump(), ora::CondMetadataTable::getObjectByName(), and cond::PoolTokenParser::parse().
const char * cond::pluginCategory | ( | ) |
Definition at line 33 of file ProxyFactory.cc.
std::string cond::QIEDataCounter | ( | const int | nr, |
unsigned int & | formated_nr, | ||
int | base = 4 |
||
) |
Definition at line 102 of file HcalQIEDataPyWrapper.cc.
References newFWLiteAna::base.
Referenced by cond::PayLoadInspector< DataT >::plot().
char cond::randomChar | ( | ) |
Definition at line 36 of file DecodingKey.cc.
References b64str, and rand().
Referenced by cond::KeyGenerator::make().
std::string cond::schemaLabel | ( | const std::string & | serviceName, |
const std::string & | userName | ||
) |
std::string defaultConnectionString( const std::string& serviceConnectionString, const std::string& serviceName, const std::string& userName ){ size_t pos = serviceConnectionString.find( serviceName ); std::string technologyPrefix = serviceConnectionString.substr(0,pos); std::stringstream connStr; connStr << technologyPrefix; if( !userName.empty() ) connStr <<"/"<< userName; return connStr.str(); }
Definition at line 164 of file CredentialStore.cc.
References run_regression::ret, and serviceName.
Referenced by cond::CredentialStore::importForPrincipal(), and schemaLabelForCredentialStore().
std::string cond::schemaLabelForCredentialStore | ( | const std::string & | connectionString | ) |
Definition at line 172 of file CredentialStore.cc.
References geometryXMLtoCSV::parser, schemaLabel(), and serviceName.
Referenced by cond::CredentialStore::installAdmin(), and cond::CredentialStore::updatePrincipal().
bool cond::selectAuthorization | ( | coral::ISchema & | schema, |
int | principalId, | ||
const std::string & | role, | ||
const std::string & | connectionString, | ||
AuthorizationData & | destination | ||
) |
Definition at line 301 of file CredentialStore.cc.
References AUTH_ID_COL(), AUTH_KEY_COL(), C_ID_COL(), COND_AUTHORIZATION_TABLE(), cond::AuthorizationData::connectionId, newFWLiteAna::found, cond::AuthorizationData::id, cond::AuthorizationData::key, P_ID_COL(), o2o::query, ROLE_COL(), and SCHEMA_COL().
Referenced by cond::CredentialStore::setPermission().
bool cond::selectConnection | ( | coral::ISchema & | schema, |
const std::string & | connectionLabel, | ||
CredentialData & | destination | ||
) |
Definition at line 257 of file CredentialStore.cc.
References COND_CREDENTIAL_TABLE(), CONNECTION_ID_COL(), CONNECTION_KEY_COL(), CONNECTION_LABEL_COL(), cond::CredentialData::connectionKey, newFWLiteAna::found, cond::CredentialData::id, cond::CredentialData::password, PASSWORD_COL(), o2o::query, cond::CredentialData::userName, USERNAME_COL(), VERIFICATION_KEY_COL(), and cond::CredentialData::verificationKey.
Referenced by cond::CredentialStore::removeConnection(), cond::CredentialStore::setPermission(), cond::CredentialStore::updateConnection(), and cond::CredentialStore::updatePrincipal().
bool cond::selectPrincipal | ( | coral::ISchema & | schema, |
const std::string & | principal, | ||
PrincipalData & | destination | ||
) |
Definition at line 213 of file CredentialStore.cc.
References ADMIN_KEY_COL(), cond::PrincipalData::adminKey, COND_AUTHENTICATION_TABLE(), newFWLiteAna::found, cond::PrincipalData::id, PRINCIPAL_ID_COL(), PRINCIPAL_KEY_COL(), PRINCIPAL_NAME_COL(), cond::PrincipalData::principalKey, o2o::query, VERIFICATION_COL(), and cond::PrincipalData::verifKey.
Referenced by cond::CredentialStore::importForPrincipal(), cond::CredentialStore::installAdmin(), cond::CredentialStore::removePrincipal(), cond::CredentialStore::setPermission(), cond::CredentialStore::startSession(), cond::CredentialStore::unsetPermission(), and cond::CredentialStore::updatePrincipal().
void cond::setErr | ( | unsigned int const & | statusCode, |
std::vector< std::pair< std::string, unsigned int > > & | vTotalWithErr | ||
) |
Definition at line 199 of file EcalChannelStatusPyWrapper.cc.
References bits.
Referenced by getTotalErrors().
std::string cond::StCodeToStr | ( | unsigned int const & | statusCode | ) |
Definition at line 139 of file EcalChannelStatusPyWrapper.cc.
References bits.
const std::string cond::tagInventoryTable | ( | "TAGINVENTORY_TABLE" | ) |
const std::string cond::tagTreeTablePrefix | ( | "TAGTREE_TABLE" | ) |
void cond::throwException | ( | std::string const & | message, |
std::string const & | methodName | ||
) |
Definition at line 17 of file Exception.cc.
References edm::hlt::Exception.
Referenced by L1CondDBIOVWriter::analyze(), L1CondDBPayloadWriter::analyze(), cond::Cipher::b64decrypt(), cond::DecodingKey::createFromInputFile(), cond::CredentialStore::createSchema(), cond::DecodingKey::flush(), getLoginName(), cond::FrontierProxy::getRealConnectString(), cond::CredentialStore::importForPrincipal(), cond::DecodingKey::init(), cond::CredentialStore::installAdmin(), cond::PoolTokenParser::parse(), cond::CredentialStore::removeConnection(), cond::CredentialStore::removePrincipal(), cond::CredentialStore::setPermission(), cond::CredentialStore::setUpForService(), cond::CredentialStore::startSession(), cond::CredentialStore::unsetPermission(), cond::CredentialStore::updateConnection(), and cond::CredentialStore::updatePrincipal().
const Time_t cond::TIMELIMIT | ( | std::numeric_limits< Time_t >:: | max() | ) |
Referenced by CondDBESSource::setIntervalFor().
std::string const & cond::timeTypeNames | ( | int | i | ) |
Definition at line 15 of file Time.cc.
References i.
Referenced by CondDBESSource::setIntervalFor(), and cond::TimeTypeTraits< type >::specs().
std::string cond::to_string | ( | const T & | t | ) |
Definition at line 26 of file Logger.cc.
References lumiQTWidget::t.
Referenced by cond::Logger::logFailedOperationNow(), cond::Logger::logOperationNow(), popcon::EcalTPGWeightIdMapHandler::readFromFile(), popcon::EcalTPGLinConstHandler::readFromFile(), popcon::EcalTPGFineGrainEBIdMapHandler::readFromFile(), popcon::EcalTPGLutIdMapHandler::readFromFile(), popcon::EcalTPGPhysicsConstHandler::readFromFile(), popcon::EcalTPGBadXTHandler::readFromFile(), popcon::EcalTPGBadTTHandler::readFromFile(), popcon::EcalTPGFineGrainEBGroupHandler::readFromFile(), popcon::EcalTPGBadStripHandler::readFromFile(), popcon::EcalTPGWeightGroupHandler::readFromFile(), popcon::EcalTPGFineGrainTowerEEHandler::readFromFile(), popcon::EcalTPGSlidingWindowHandler::readFromFile(), popcon::EcalTPGFineGrainStripEEHandler::readFromFile(), popcon::EcalTPGPedestalsHandler::readFromFile(), popcon::EcalTPGSpikeThresholdHandler::readFromFile(), and popcon::EcalTPGLutGroupHandler::readFromFile().
edm::IOVSyncValue cond::toIOVSyncValue | ( | cond::Time_t | time, |
cond::TimeType | timetype, | ||
bool | startOrStop | ||
) |
Definition at line 7 of file ConvertIOVSyncValue.cc.
References edm::IOVSyncValue::invalidIOVSyncValue(), prof2calltree::l, lumiid, edm::LuminosityBlockID::luminosityBlock(), edm::EventID::maxEventNumber(), edm::LuminosityBlockID::run(), runnumber, and timestamp.
Referenced by CondDBESSource::setIntervalFor().
|
static |
Definition at line 41 of file CondPyInterface.cc.
References edmplugin::standard::config(), edmplugin::PluginManager::configure(), and edmplugin::PluginManager::isAvailable().
Referenced by cond::FWIncantation::FWIncantation().
unsigned long long cond::toUNIX | ( | int | date, |
int | time | ||
) |
Definition at line 240 of file RPCObImonPyWrapper.cc.
References cond::rpcobgas::day, min, LaserDQM_cfi::mon, and estimatePileup_makeJSON::trunc.
Referenced by cond::PayLoadInspector< DataT >::plot().
void cond::updateIOV | ( | cond::DbSession & | dbSess, |
const boost::shared_ptr< IOVSequence > & | data, | ||
const std::string & | token | ||
) |
Definition at line 38 of file IOVEditor.cc.
References cond::DbSession::isOldSchema(), cond::DbSession::storage(), and cond::DbSession::updateObject().
Referenced by cond::IOVEditor::append(), cond::IOVEditor::bulkAppend(), cond::IOVEditor::editMetadata(), cond::IOVEditor::freeInsert(), cond::IOVImportIterator::importMoreElements(), cond::IOVEditor::insert(), cond::IOVEditor::setScope(), cond::IOVEditor::stamp(), cond::IOVEditor::truncate(), and cond::IOVEditor::updateClosure().
std::string cond::userInfo | ( | ) |
Definition at line 9 of file IOVInfo.cc.
References alignCSCRings::pwd, and hcal_dqm_sourceclient-file_cfg::user.
Referenced by cond::service::PoolDBOutputService::appendIOV(), cond::service::PoolDBOutputService::closeIOV(), cond::service::PoolDBOutputService::createNewIOV(), cond::AlignSplitIOV::execute(), cond::IOVImportIterator::importMoreElements(), and popcon::PopCon::write().
std::string cond::writeToken | ( | const std::string & | containerName, |
int | oid0, | ||
int | oid1, | ||
const std::string & | className | ||
) |
Definition at line 44 of file PoolToken.cc.
References fmt_oid, runonSM::text, and writeTokenContainerFragment().
Referenced by ora::CondMetadataTable::getNamesForObject(), ora::CondMetadataTable::setObjectName(), and cond::PoolTokenWriter::write().
std::string cond::writeTokenContainerFragment | ( | const std::string & | containerName, |
const std::string & | className | ||
) |
Definition at line 55 of file PoolToken.cc.
References fmt_tech, genMD5(), ora::Guid::null(), runonSM::text, and ora::Guid::toString().
Referenced by ora::CondMetadataTable::getNamesForContainer(), and writeToken().
|
static |
Definition at line 13 of file PoolToken.cc.
Referenced by parseToken(), and writeToken().
|
static |
Definition at line 12 of file PoolToken.cc.
Referenced by writeTokenContainerFragment().
const std::string cond::tagInventoryTable |
Referenced by cond::TagCollectionRetriever::getTagCollection().
const std::string cond::tagTreeTablePrefix |
Referenced by cond::TagCollectionRetriever::getTagCollection().
const unsigned int cond::TIMETYPE_LIST_MAX =5 |
Definition at line 22 of file Time.h.
Referenced by findSpecs().
const cond::TimeType cond::timeTypeList |
const TimeTypeSpecs cond::timeTypeSpecs |
Definition at line 22 of file Time.cc.
Referenced by cond::IOVEditor::append(), cond::service::PoolDBOutputService::beginOfTime(), RunRangeDependentPedeLabeler::buildRunRangeDependencyMap(), cond::IOVEditor::debugInfo(), AlignmentProducer::endOfJob(), cond::service::PoolDBOutputService::endOfTime(), cond::ExportIOVUtilities::execute(), cond::AlignSplitIOV::execute(), findSpecs(), cond::IOVEditor::freeInsert(), MillePedeAlignmentAlgorithm::initialize(), AlignmentProducer::makeNonOverlappingRunRanges(), CondDBESSource::setIntervalFor(), cond::IOVSequence::timeType(), cond::service::PoolDBOutputService::Record::timetypestr(), and cond::IOVEditor::validTime().