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