ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_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_SCT_SERVMATFACTORY_H
6#define INDETSERVMATGEOMODEL_SCT_SERVMATFACTORY_H
7
9
10class 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_SCT_SERVMATFACTORY_H
Class to hold various Athena components.
InDetMaterialManager.
const SCT_ServMatFactory & operator=(const SCT_ServMatFactory &right)
void create(GeoPhysVol *mother)
SCT_ServMatFactory(InDetDD::AthenaComps *athenaComps)
SCT_ServMatFactory(const SCT_ServMatFactory &right)