ATLAS Offline Software
Loading...
Searching...
No Matches
CavernInfraDetectorFactory.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef CAVERNINFRAGEOMODEL_CAVERNINFRADETECTORFACTORY_H
6#define CAVERNINFRAGEOMODEL_CAVERNINFRADETECTORFACTORY_H
7
9#include "GeoModelKernel/GeoVDetectorFactory.h"
12
13#include <string>
14
15class CavernInfraDetectorFactory : public GeoVDetectorFactory
16{
17 public:
18 // Constructor:
20 const ServiceHandle<IRDBAccessSvc>& pAccess);
21
22 // Illegal operations:
25
26 // Destructor:
28
29 // Creation of geometry:
30 virtual void create(GeoPhysVol *world) override;
31
32 // Access to the results:
33 virtual const CavernInfraDetectorManager* getDetectorManager() const override;
34
35 // Set version Tag and Node
36 void setTagNode(const std::string& tag, const std::string& node);
37
38 private:
39 // The manager:
41
44 std::string m_versionTag;
45 std::string m_versionNode;
46};
47
48// Class CavernInfraDetectorFactory
49#endif
50
Definition of the abstract IRDBAccessSvc interface.
void setTagNode(const std::string &tag, const std::string &node)
CavernInfraDetectorFactory(const ServiceHandle< StoreGateSvc > &pDetStore, const ServiceHandle< IRDBAccessSvc > &pAccess)
~CavernInfraDetectorFactory()=default
ServiceHandle< IRDBAccessSvc > m_access
ServiceHandle< StoreGateSvc > m_detectorStore
const CavernInfraDetectorFactory & operator=(const CavernInfraDetectorFactory &right)=delete
virtual const CavernInfraDetectorManager * getDetectorManager() const override
CavernInfraDetectorManager * m_detectorManager
virtual void create(GeoPhysVol *world) override
CavernInfraDetectorFactory(const CavernInfraDetectorFactory &right)=delete
Definition node.h:24