ATLAS Offline Software
TRT_ServMatFactory.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef INDETSERVMATGEOMODEL_TRT_SERVMATFACTORY_H
6 #define INDETSERVMATGEOMODEL_TRT_SERVMATFACTORY_H
7 
9 
10 class GeoPhysVol;
12 
13 #include <string>
14 
16 
17  public:
18 
19  // Constructor:
21 
22  // Destructor:
24 
25  // Creation of geometry:
26  void create(GeoPhysVol *mother);
27 
28  private:
29 
30  // Illegal operations:
33 
34 };
35 
36 #endif // INDETSERVMATGEOMODEL_TRT_SERVMATFACTORY_H
TRT_ServMatFactory::operator=
const TRT_ServMatFactory & operator=(const TRT_ServMatFactory &right)
InDetDD::AthenaComps
Class to hold various Athena components.
Definition: InDetDDAthenaComps.h:21
TRT_ServMatFactory::~TRT_ServMatFactory
~TRT_ServMatFactory()
Definition: TRT_ServMatFactory.cxx:42
TRT_ServMatFactory::TRT_ServMatFactory
TRT_ServMatFactory(const TRT_ServMatFactory &right)
InDetSubDetectorFactoryBase.h
TRT_ServMatFactory
Definition: TRT_ServMatFactory.h:15
InDetMaterialManager
InDetMaterialManager.
Definition: InDetMaterialManager.h:34
InDetDD::SubDetectorFactoryBase
Definition: InDetSubDetectorFactoryBase.h:25
TRT_ServMatFactory::create
void create(GeoPhysVol *mother)
Definition: TRT_ServMatFactory.cxx:49
TRT_ServMatFactory::TRT_ServMatFactory
TRT_ServMatFactory(InDetDD::AthenaComps *athenaComps)
Definition: TRT_ServMatFactory.cxx:36