ATLAS Offline Software
Loading...
Searching...
No Matches
PixelServMatFactory.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_PIXELSERVMATFACTORY_H
6#define INDETSERVMATGEOMODEL_PIXELSERVMATFACTORY_H
7
9
10class GeoPhysVol;
12
14
15 public:
16
17 // Constructor:
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 // INDETSERVMATGEOMODEL_PIXELSERVMATFACTORY_H
Class to hold various Athena components.
InDetMaterialManager.
void create(GeoPhysVol *mother)
PixelServMatFactory(const PixelServMatFactory &right)
PixelServMatFactory(InDetDD::AthenaComps *athenaComps)
const PixelServMatFactory & operator=(const PixelServMatFactory &right)