Skip to content
Snippets Groups Projects
Commit afa523dd authored by Susumu Oda's avatar Susumu Oda
Browse files

Change default value of m_sctDefaults from true to false to fix ATLASRECTS-4293.

Former-commit-id: d7f866038ee98b9f9df7a5468e04edc2855bf333
parent 50d2172e
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
SiLorentzAngleSvc::SiLorentzAngleSvc( const std::string& name, ISvcLocator* pSvcLocator ) :
AthService(name, pSvcLocator),
m_pixelDefaults(false),
m_sctDefaults(true),
m_sctDefaults(false),
m_siConditionsSvc("PixelSiliconConditionsSvc", name),
m_magFieldSvc("AtlasFieldSvc", name),
m_detStore("StoreGateSvc/DetectorStore", name),
......
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