Skip to content
Snippets Groups Projects

Draft: Removing BKee Triggers from CPS Group (ATR-19501)

Closed Dvij Mankad requested to merge dmankad/athena:BeeXTMCPS into 24.0
809 files
+ 13743
15325
Compare changes
  • Side-by-side
  • Inline
Files
809
/*
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
*/
#include "CavernInfraDetectorFactory.h"
@@ -27,15 +27,10 @@
#include <string>
#include <map>
CavernInfraDetectorFactory::CavernInfraDetectorFactory(StoreGateSvc *detStore,
IRDBAccessSvc *pAccess)
:m_detectorManager(NULL),
m_detectorStore(detStore),
m_access(pAccess)
{
}
CavernInfraDetectorFactory::~CavernInfraDetectorFactory()
CavernInfraDetectorFactory::CavernInfraDetectorFactory(ServiceHandle<StoreGateSvc> detStore,
ServiceHandle<IRDBAccessSvc> pAccess)
: m_detectorStore(detStore)
, m_access(pAccess)
{
}
Loading