CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CondDBSetup_cfi.py
Go to the documentation of this file.
1 from __future__ import print_function
2 print(" ##################################################################### ")
3 print(" # WARNING: the module CondCore.DBCommon.CondDBSetup is deprecated. # ")
4 print(" # Please import CondCore.CondDB.CondDB_cfi # ")
5 print(" ##################################################################### ")
6 
7 from CondCore.CondDB.CondDB_cfi import *
8 CondDBSetup = CondDB.clone()
9 CondDBSetup.__delattr__('connect')
10 
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)
Definition: Utilities.cc:47