Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/Full2018_v9/samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def makeMCDirectory(var=''):

redirector = 'root://eoscms.cern.ch/'
redirector = ''
useXROOTD = False

def nanoGetSampleFiles(path, name):
_files = s.searchFiles(path, name, redirector=redirector)
Expand Down
2 changes: 1 addition & 1 deletion mkShapesRDF/shapeAnalysis/latinos/PlotFactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ def makePlot(
else:
histoVar = fileIn.Get(shapeNameVar)

if histoVar is not None:
if histoVar != None:
nuisanceHistos[ivar][nuisanceName] = histoVar
if np.isnan(
rnp_hist2array(histoVar, copy=True)
Expand Down