CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Enumerations | Functions
CondDBTools.h File Reference
#include "CondCore/CondDB/interface/Time.h"
#include <string>

Go to the source code of this file.

Namespaces

 cond
 
 cond::persistency
 

Enumerations

enum  cond::persistency::UpdatePolicy { cond::persistency::NEW =0, cond::persistency::UPDATE, cond::persistency::REPLACE }
 

Functions

bool cond::persistency::copyIov (Session &session, const std::string &sourceTag, const std::string &destTag, cond::Time_t souceSince, cond::Time_t destSince, const std::string &description, bool log)
 
size_t cond::persistency::copyTag (const std::string &sourceTag, Session &sourceSession, const std::string &destTag, Session &destSession, UpdatePolicy policy, bool log)
 
size_t cond::persistency::importIovs (const std::string &sourceTag, Session &sourceSession, const std::string &destTag, Session &destSession, cond::Time_t begin, cond::Time_t end, const std::string &description, bool log)