12 if not os.path.isfile(DQMfile):
14 thefile = TFile( DQMfile )
15 globalTagDir =
'DQMData/Run ' + RunNumber +
'/Info/Run summary/CMSSWInfo'
16 if not gDirectory.GetDirectory( globalTagDir ):
19 keys = gDirectory.GetDirectory( globalTagDir ).GetListOfKeys()
24 if globalTagVar
in obj.GetName():
25 globalTag = obj.GetName()[len(
"<"+globalTagVar+
">s="):-len(
"</"+globalTagVar+
">")]
28 if len(globalTag) > 1:
29 if globalTag.find(
'::') >= 0:
30 print(globalTag[0:globalTag.find(
'::')])
void print(TMatrixD &m, const char *label=nullptr, bool mathematicaFormat=false)