CMS 3D CMS Logo

CondDBCommon_cfi.py
Go to the documentation of this file.
1 from __future__ import print_function
2 print(" ##################################################################### ")
3 print(" # WARNING: the module CondCore.DBCommon.CondDBCommon is deprecated. # ")
4 print(" # Please import CondCore.CondDB.CondDB_cfi # ")
5 print(" ##################################################################### ")
6 
7 from CondCore.CondDB.CondDB_cfi import *
8 CondDBCommon = CondDB.clone()
9 
print
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:46
CondDB_cfi