Skip to content
Snippets Groups Projects

RootCoreUtils+TileD3PDMaker: Fix clang warnings.

Merged Scott Snyder requested to merge ssnyder/athena:clang.RootCoreUtils-20191213 into master
7 files
+ 7
104
Compare changes
  • Side-by-side
  • Inline
Files
7
/*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
*/
/*
@@ -34,7 +34,6 @@ StatusCode TileClusterFillerTool::initialize(){
ATH_MSG_DEBUG("TileClusterFillerTool::initialize");
CHECK( D3PD::BlockFillerTool<xAOD::CaloCluster>::initialize() );
//CHECK( service("StoreGateSvc",m_storeGate));
return StatusCode::SUCCESS;
} // TileClusterFillerTool::initialize
Loading