From 362488eb21b9875ed1e3b4190fae4909483ed14f Mon Sep 17 00:00:00 2001 From: Hass AbouZeid <hass.abouzeid@cern.ch> Date: Tue, 8 Aug 2017 18:17:00 +0000 Subject: [PATCH] Merge branch 'patch-7' into '21.0' Remove use of DiskUtils from AthHistogramSequencerExample.py See merge request !3850 --- .../HistogramUtils/share/AthHistogramSequencerExample.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/PhysicsAnalysis/AnalysisCommon/HistogramUtils/share/AthHistogramSequencerExample.py b/PhysicsAnalysis/AnalysisCommon/HistogramUtils/share/AthHistogramSequencerExample.py index 02257e24ac4..16d50d35898 100644 --- a/PhysicsAnalysis/AnalysisCommon/HistogramUtils/share/AthHistogramSequencerExample.py +++ b/PhysicsAnalysis/AnalysisCommon/HistogramUtils/share/AthHistogramSequencerExample.py @@ -17,9 +17,6 @@ rec.doFileMetaData = False # the aruments are: stream name, file name, TTree name in file myPath = "/afs/cern.ch/atlas/project/PAT/xAODs/r5534/valid2.117050.PowhegPythia_P2011C_ttbar.digit.AOD.e2657_s1933_s1964_r5534/AOD.01482225._000107.pool.root.1" -from InDetBeamSpotExample import DiskUtils -inFileList = DiskUtils.filelist( myPath, "" ) -#jp.AthenaCommonFlags.FilesInput = inFileList jp.AthenaCommonFlags.FilesInput = [myPath] #from AthenaCommon.AlgSequence import AlgSequence -- GitLab