ATLAS Offline Software
InnerDetector
InDetDetDescr
SCT_GeoModel
SCT_GeoModel
SCT_FSIFibreMask.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef SCT_GEOMODEL_SCT_FSIFIBREMASK_H
6
#define SCT_GEOMODEL_SCT_FSIFIBREMASK_H
7
8
#include "
SCT_GeoModel/SCT_ComponentFactory.h
"
9
10
#include <string>
11
12
class
GeoMaterial;
13
14
class
SCT_FSIFibreMask
:
public
SCT_SharedComponentFactory
15
{
16
17
public
:
18
SCT_FSIFibreMask
(
const
std::string &
name
,
int
iLayer,
double
length
,
19
InDetDD::SCT_DetectorManager
* detectorManager,
20
SCT_GeometryManager
* geometryManager,
21
SCT_MaterialManager
* materials);
22
23
public
:
24
const
GeoMaterial *
material
()
const
{
return
m_material
;}
25
double
innerRadius
()
const
{
return
m_innerRadius
;}
26
double
outerRadius
()
const
{
return
m_outerRadius
;}
27
double
length
()
const
{
return
m_length
;}
28
29
30
private
:
31
void
getParameters
();
32
virtual
GeoVPhysVol *
build
();
33
34
int
m_iLayer
;
35
36
const
GeoMaterial *
m_material
=
nullptr
;
37
std::string
m_materialName
;
38
double
m_innerRadius
= 0.0;
39
double
m_outerRadius
= 0.0;
40
double
m_length
;
41
};
42
43
#endif // SCT_GEOMODEL_SCT_FSIFIBREMASK_H
44
SCT_MaterialManager
Definition:
SCT_MaterialManager.h:21
SCT_FSIFibreMask::m_materialName
std::string m_materialName
Definition:
SCT_FSIFibreMask.h:37
InDetDD::SCT_DetectorManager
Definition:
SCT_DetectorManager.h:49
SCT_FSIFibreMask::getParameters
void getParameters()
Definition:
SCT_FSIFibreMask.cxx:31
SCT_FSIFibreMask::length
double length() const
Definition:
SCT_FSIFibreMask.h:27
SCT_ComponentFactory.h
SCT_FSIFibreMask::innerRadius
double innerRadius() const
Definition:
SCT_FSIFibreMask.h:25
SCT_FSIFibreMask::m_material
const GeoMaterial * m_material
Definition:
SCT_FSIFibreMask.h:36
SCT_FSIFibreMask::build
virtual GeoVPhysVol * build()
Definition:
SCT_FSIFibreMask.cxx:42
SCT_FSIFibreMask::outerRadius
double outerRadius() const
Definition:
SCT_FSIFibreMask.h:26
SCT_FSIFibreMask::m_length
double m_length
Definition:
SCT_FSIFibreMask.h:40
SCT_FSIFibreMask::SCT_FSIFibreMask
SCT_FSIFibreMask(const std::string &name, int iLayer, double length, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials)
Definition:
SCT_FSIFibreMask.cxx:18
SCT_FSIFibreMask::m_iLayer
int m_iLayer
Definition:
SCT_FSIFibreMask.h:34
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
SCT_FSIFibreMask::m_outerRadius
double m_outerRadius
Definition:
SCT_FSIFibreMask.h:39
SCT_FSIFibreMask::material
const GeoMaterial * material() const
Definition:
SCT_FSIFibreMask.h:24
SCT_SharedComponentFactory
Definition:
SCT_ComponentFactory.h:56
SCT_FSIFibreMask::m_innerRadius
double m_innerRadius
Definition:
SCT_FSIFibreMask.h:38
SCT_FSIFibreMask
Definition:
SCT_FSIFibreMask.h:15
SCT_GeometryManager
Definition:
SCT_GeometryManager.h:25
Generated on Thu Nov 7 2024 21:25:29 for ATLAS Offline Software by
1.8.18