ATLAS Offline Software
SupportRailFactory.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_SUPPORTRAILFACTORY_H
6 #define INDETSERVMATGEOMODEL_SUPPORTRAILFACTORY_H
7 
9 
10 class GeoPhysVol;
11 
13 
14  public:
15 
16  // Constructor:
18  InDetMaterialManager * matManager);
19 
20  // Destructor:
22 
23  // Creation of geometry:
24  void create(GeoPhysVol *mother );
25 
26  private:
27 
28  // Illegal operations:
31 
32 };
33 
34 #endif
InDetDD::AthenaComps
Class to hold various Athena components.
Definition: InDetDDAthenaComps.h:21
SupportRailFactory::~SupportRailFactory
~SupportRailFactory()
Definition: SupportRailFactory.cxx:41
SupportRailFactory::SupportRailFactory
SupportRailFactory(const SupportRailFactory &right)
SupportRailFactory::create
void create(GeoPhysVol *mother)
Definition: SupportRailFactory.cxx:48
SupportRailFactory
Definition: SupportRailFactory.h:12
InDetSubDetectorFactoryBase.h
SupportRailFactory::SupportRailFactory
SupportRailFactory(InDetDD::AthenaComps *athenaComps, InDetMaterialManager *matManager)
Definition: SupportRailFactory.cxx:35
SupportRailFactory::operator=
const SupportRailFactory & operator=(const SupportRailFactory &right)
InDetMaterialManager
InDetMaterialManager.
Definition: InDetMaterialManager.h:34
InDetDD::SubDetectorFactoryBase
Definition: InDetSubDetectorFactoryBase.h:25