ATLAS Offline Software
InnerDetector
InDetDetDescr
InDetServMatGeoModel
src
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
8
#include "
InDetGeoModelUtils/InDetSubDetectorFactoryBase.h
"
9
10
class
GeoPhysVol;
11
12
class
EndPlateFactory
:
public
InDetDD::SubDetectorFactoryBase
{
13
14
public
:
15
16
// Constructor:
17
EndPlateFactory
(
InDetDD::AthenaComps
* athenaComps,
18
InDetMaterialManager
* matManager);
19
20
// Destructor:
21
~EndPlateFactory
();
22
23
// Creation of geometry:
24
void
create
(GeoPhysVol *mother );
25
26
private
:
27
28
// Illegal operations:
29
const
EndPlateFactory
&
operator=
(
const
EndPlateFactory
&right);
30
EndPlateFactory
(
const
EndPlateFactory
&right);
31
32
};
33
34
#endif
EndPlateFactory::operator=
const EndPlateFactory & operator=(const EndPlateFactory &right)
InDetDD::AthenaComps
Class to hold various Athena components.
Definition:
InDetDDAthenaComps.h:21
EndPlateFactory
Definition:
EndPlateFactory.h:12
EndPlateFactory::EndPlateFactory
EndPlateFactory(InDetDD::AthenaComps *athenaComps, InDetMaterialManager *matManager)
Definition:
EndPlateFactory.cxx:33
EndPlateFactory::create
void create(GeoPhysVol *mother)
Definition:
EndPlateFactory.cxx:46
InDetSubDetectorFactoryBase.h
EndPlateFactory::~EndPlateFactory
~EndPlateFactory()
Definition:
EndPlateFactory.cxx:39
InDetMaterialManager
InDetMaterialManager.
Definition:
InDetMaterialManager.h:34
EndPlateFactory::EndPlateFactory
EndPlateFactory(const EndPlateFactory &right)
InDetDD::SubDetectorFactoryBase
Definition:
InDetSubDetectorFactoryBase.h:25
Generated on Tue Dec 24 2024 21:10:09 for ATLAS Offline Software by
1.8.18