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