ATLAS Offline Software
Loading...
Searching...
No Matches
InnerDetector
InDetDetDescr
SCT_GeoModel
src
SCT_SkiPowerTape.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef SCT_GEOMODEL_SCT_SKIPOWERTAPE_H
6
#define SCT_GEOMODEL_SCT_SKIPOWERTAPE_H
7
8
#include "
SCT_ComponentFactory.h
"
9
10
#include <string>
11
12
class
SCT_Ski
;
13
14
class
SCT_SkiPowerTape
:
public
SCT_SharedComponentFactory
15
{
16
17
public
:
18
19
SCT_SkiPowerTape
(
const
std::string & name,
20
const
SCT_Ski
* ski,
21
double
length
,
22
InDetDD::SCT_DetectorManager
* detectorManager,
23
SCT_GeometryManager
* geometryManager,
24
SCT_MaterialManager
* materials);
25
26
//
27
// Methods to return basic and derived parameters.
28
//
29
double
thickness
()
const
{
return
m_thickness
;}
30
double
width
()
const
{
return
m_width
;}
31
double
length
()
const
{
return
m_length
;}
32
double
powerTapeThickness
()
const
{
return
m_powerTapeThickness
;}
33
34
private
:
35
void
getParameters
();
36
virtual
GeoVPhysVol *
build
();
37
38
// Basic and Derived parameters
39
double
m_length
;
40
double
m_width
= 0.0;
41
double
m_thickness
= 0.0;
42
double
m_powerTapeThickness
= 0.0;
43
44
// Child detector elements
45
const
SCT_Ski
*
m_ski
;
46
47
// 15th Aug 2005 S.Mima modified.
48
// Power Tape Z Offset from Bracket
49
double
m_powerTapeStartPointOffset
= 0.0;
50
};
51
52
#endif
// SCT_GEOMODEL_SCT_SKIPOWERTAPE_H
53
SCT_ComponentFactory.h
InDetDD::SCT_DetectorManager
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated SCT in...
Definition
SCT_DetectorManager.h:49
SCT_GeometryManager
Definition
SCT_GeometryManager.h:25
SCT_MaterialManager
Definition
SCT_MaterialManager.h:21
SCT_SharedComponentFactory::SCT_SharedComponentFactory
SCT_SharedComponentFactory(const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials=nullptr)
Definition
SCT_ComponentFactory.h:59
SCT_SkiPowerTape::SCT_SkiPowerTape
SCT_SkiPowerTape(const std::string &name, const SCT_Ski *ski, double length, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials)
Definition
SCT_SkiPowerTape.cxx:34
SCT_SkiPowerTape::width
double width() const
Definition
SCT_SkiPowerTape.h:30
SCT_SkiPowerTape::build
virtual GeoVPhysVol * build()
Definition
SCT_SkiPowerTape.cxx:60
SCT_SkiPowerTape::m_width
double m_width
Definition
SCT_SkiPowerTape.h:40
SCT_SkiPowerTape::m_ski
const SCT_Ski * m_ski
Definition
SCT_SkiPowerTape.h:45
SCT_SkiPowerTape::m_powerTapeStartPointOffset
double m_powerTapeStartPointOffset
Definition
SCT_SkiPowerTape.h:49
SCT_SkiPowerTape::powerTapeThickness
double powerTapeThickness() const
Definition
SCT_SkiPowerTape.h:32
SCT_SkiPowerTape::thickness
double thickness() const
Definition
SCT_SkiPowerTape.h:29
SCT_SkiPowerTape::m_length
double m_length
Definition
SCT_SkiPowerTape.h:39
SCT_SkiPowerTape::length
double length() const
Definition
SCT_SkiPowerTape.h:31
SCT_SkiPowerTape::m_thickness
double m_thickness
Definition
SCT_SkiPowerTape.h:41
SCT_SkiPowerTape::getParameters
void getParameters()
Definition
SCT_SkiPowerTape.cxx:48
SCT_SkiPowerTape::m_powerTapeThickness
double m_powerTapeThickness
Definition
SCT_SkiPowerTape.h:42
SCT_Ski
Definition
SCT_Ski.h:30
Generated on
for ATLAS Offline Software by
1.14.0