Skip to content

Commit

Permalink
Merge pull request #43974 from iarspider-cmssw/rootmaster-fix
Browse files Browse the repository at this point in the history
Fix wildcard imports from ROOT (they are forbidden now)
  • Loading branch information
cmsbuild authored Feb 23, 2024
2 parents 2a41008 + cb0a09f commit 4437a69
Show file tree
Hide file tree
Showing 29 changed files with 257 additions and 256 deletions.
2 changes: 1 addition & 1 deletion Calibration/EcalAlCaRecoProducers/test/nPU_mc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import math
import ROOT
from ROOT import *
from ROOT import gSystem, TH1F
from DataFormats.FWLite import Events, Handle
from PhysicsTools.PythonAnalysis import *
#import print_options
Expand Down
2 changes: 1 addition & 1 deletion Calibration/EcalAlCaRecoProducers/test/reRecoValidation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import math
import ROOT
from ROOT import *
from ROOT import gSystem, TH2F, gStyle
from DataFormats.FWLite import Events, Handle
from PhysicsTools.PythonAnalysis import *
#import print_options
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import math
import ROOT
from ROOT import *
from ROOT import gSystem, TH2F
from DataFormats.FWLite import Events, Handle
from PhysicsTools.PythonAnalysis import *
#import print_options
Expand Down
1 change: 0 additions & 1 deletion CondCore/PopCon/test/fetchCronLogTail.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import os, sys, re
import string
import math
from ROOT import *
import cx_Oracle
import time

Expand Down
2 changes: 1 addition & 1 deletion DQM/SiStripMonitorClient/scripts/DeadROC_duringRun.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from __future__ import print_function
import sys
import string
from ROOT import *
from ROOT import TFile
from array import array

def getFileInPath(rfile):
Expand Down
Loading

0 comments on commit 4437a69

Please sign in to comment.