Skip to content
Snippets Groups Projects
Commit 666c4bdb authored by Susumu Oda's avatar Susumu Oda Committed by Graeme Stewart
Browse files

ServiceMgr.PixelOfflineCalibSvc.HDCFromCOOL = False if RAWtoESD. (InDetSLHC_Example-00-01-25-03)

	* share/postInclude.SLHC_Setup.py - fix
	  https://its.cern.ch/jira/browse/ATLASRECTS-2321 by enabling
	  ServiceMgr.PixelOfflineCalibSvc.HDCFromCOOL = False
	  only for RAWtoESD step.
	* Tagged as InDetSLHC_Example-00-01-25-03

2015-08-10 Susumu Oda <Susumu.Oda@cern.ch>
	* share/postInclude.SLHC_Setup.py - fix
	  https://its.cern.ch/jira/browse/ATLASRECTS-2321 by adding
	  ServiceMgr.PixelOfflineCalibSvc.HDCFromCOOL = False
	* Tagged as InDetSLHC_Example-00-01-25-02
parent f3bebfc2
No related branches found
No related tags found
No related merge requests found
......@@ -4,3 +4,7 @@
# set the path variables consistently
from InDetSLHC_Example.SLHC_Setup import SLHC_Setup
SLHC_Setup = SLHC_Setup()
# https://its.cern.ch/jira/browse/ATLASRECTS-2321
if rec.OutputFileNameForRecoStep() == 'RAWtoESD':
ServiceMgr.PixelOfflineCalibSvc.HDCFromCOOL = False
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment