ATLAS Offline Software
Loading...
Searching...
No Matches
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
10class 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
Class to hold various Athena components.
InDetMaterialManager.
SupportRailFactory(const SupportRailFactory &right)
SupportRailFactory(InDetDD::AthenaComps *athenaComps, InDetMaterialManager *matManager)
const SupportRailFactory & operator=(const SupportRailFactory &right)
void create(GeoPhysVol *mother)