Skip to content
Snippets Groups Projects
Commit cb189bc9 authored by Jochen Meyer's avatar Jochen Meyer Committed by Graeme Stewart
Browse files

coverity fixes (TgcOverlay-00-03-06)

	* addressing coverity defect 12983
	* TgcOverlay-00-03-06

2014-10-08  Vakho Tsulaia  <tsulaia@cern.ch>

	* Dropping redundant dependency on the EventInfo
	* TgcOverlay-00-03-05
parent 3095507b
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ use MuonOverlayBase MuonOverlayBase-* MuonSpectrometer/MuonOverlay
private
use AthenaKernel AthenaKernel-* Control
use EventInfo EventInfo-* Event
use GeneratorObjects GeneratorObjects-* Generators
use MuonDigToolInterfaces MuonDigToolInterfaces-* MuonSpectrometer/MuonDigitization
use MuonIdHelpers MuonIdHelpers-* MuonSpectrometer
......
......@@ -13,9 +13,6 @@
#include "StoreGate/StoreGateSvc.h"
#include "StoreGate/DataHandle.h"
#include "EventInfo/EventInfo.h"
#include "EventInfo/EventID.h"
#include "GeneratorObjects/McEventCollection.h"
#include "MuonSimData/MuonSimDataCollection.h"
......@@ -34,6 +31,7 @@ TgcOverlay::TgcOverlay(const std::string &name, ISvcLocator *pSvcLocator) :
IDC_MultiHitOverlayBase(name, pSvcLocator),
m_storeGateTemp("StoreGateSvc/BkgEvent_1_SG", name),
m_storeGateTempBkg("StoreGateSvc/BkgEvent_2_SG", name),
m_tgcHelper(0),
m_digTool("MdtDigitizationTool", this ),
m_rdoTool("MuonRdoToMuonDigitTool", this )
{
......
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