CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions | Variables
Time.cc File Reference
#include "CondCore/CondDB/interface/Time.h"
#include "CondCore/CondDB/interface/Exception.h"
#include "CondCore/CondDB/interface/Types.h"
#include "DataFormats/Provenance/interface/LuminosityBlockID.h"
#include <initializer_list>
#include <vector>
#include <map>

Go to the source code of this file.

Namespaces

 cond
 
 cond::time
 

Functions

Time_t cond::time::fromIOVSyncValue (edm::IOVSyncValue const &time, TimeType timetype)
 
edm::IOVSyncValue cond::time::limitedIOVSyncValue (Time_t time, TimeType timetype)
 
edm::IOVSyncValue cond::time::limitedIOVSyncValue (edm::IOVSyncValue const &time, TimeType timetype)
 
Time_t cond::time::tillTimeFromNextSince (Time_t nextSince, TimeType timeType)
 
TimeType cond::time::timeTypeFromName (const std::string &name)
 
std::string cond::time::timeTypeName (TimeType type)
 
edm::IOVSyncValue cond::time::toIOVSyncValue (cond::Time_t time, TimeType timetype, bool startOrStop)
 

Variables

static const std::pair< const
char *, TimeType > 
cond::time::s_timeTypeMap []