ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetDetDescr
TRT_ReadoutGeometry
src
TRT_BarrelDescriptor.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
TRT_ReadoutGeometry/TRT_BarrelDescriptor.h
"
6
7
#include "
TrkSurfaces/CylinderBounds.h
"
8
9
#include "CLHEP/Units/SystemOfUnits.h"
10
11
namespace
InDetDD
{
12
13
TRT_BarrelDescriptor::TRT_BarrelDescriptor
()
14
:
m_length
(0),
15
m_zDead
(0),
16
m_zPos
(0),
17
m_innerTubeRadius
(2*
CLHEP
::mm),
// FIXME: Hardwired for now!!
18
m_f
(nullptr),
19
m_o
(0),
20
m_bounds
()
21
{
22
}
23
24
25
void
TRT_BarrelDescriptor::addStraw
(
double
xPos,
double
yPos) {
26
27
m_x
.push_back(xPos);
28
m_y
.push_back(yPos);
29
30
}
31
32
33
void
TRT_BarrelDescriptor::setStrawTransformField
(
const
GeoXF::Function *xf,
size_t
offsetInto) {
34
m_f
=xf;
35
m_o
=offsetInto;
36
}
37
38
const
Trk::SurfaceBounds
&
39
TRT_BarrelDescriptor::strawBounds
()
const
40
{
41
if
(not
m_bounds
)
m_bounds
.set(std::make_unique<Trk::CylinderBounds>(
m_innerTubeRadius
, 0.5*
m_length
));
42
return
*
m_bounds
;
43
}
44
45
46
}
CylinderBounds.h
TRT_BarrelDescriptor.h
InDetDD::TRT_BarrelDescriptor::TRT_BarrelDescriptor
TRT_BarrelDescriptor()
Constructor:
Definition
TRT_BarrelDescriptor.cxx:13
InDetDD::TRT_BarrelDescriptor::setStrawTransformField
void setStrawTransformField(const GeoXF::Function *xf, size_t offsetInto)
Sets the transform field for straws and offset.
Definition
TRT_BarrelDescriptor.cxx:33
InDetDD::TRT_BarrelDescriptor::m_length
double m_length
Definition
TRT_BarrelDescriptor.h:105
InDetDD::TRT_BarrelDescriptor::m_y
std::vector< double > m_y
Definition
TRT_BarrelDescriptor.h:104
InDetDD::TRT_BarrelDescriptor::m_o
size_t m_o
Definition
TRT_BarrelDescriptor.h:110
InDetDD::TRT_BarrelDescriptor::m_x
std::vector< double > m_x
Definition
TRT_BarrelDescriptor.h:103
InDetDD::TRT_BarrelDescriptor::m_f
const GeoXF::Function * m_f
Definition
TRT_BarrelDescriptor.h:109
InDetDD::TRT_BarrelDescriptor::m_zDead
double m_zDead
Definition
TRT_BarrelDescriptor.h:106
InDetDD::TRT_BarrelDescriptor::addStraw
void addStraw(double xPos, double yPos)
Add a new straw at position x, y:
Definition
TRT_BarrelDescriptor.cxx:25
InDetDD::TRT_BarrelDescriptor::m_bounds
CxxUtils::CachedUniquePtr< Trk::CylinderBounds > m_bounds
Definition
TRT_BarrelDescriptor.h:112
InDetDD::TRT_BarrelDescriptor::m_innerTubeRadius
double m_innerTubeRadius
Definition
TRT_BarrelDescriptor.h:108
InDetDD::TRT_BarrelDescriptor::m_zPos
double m_zPos
Definition
TRT_BarrelDescriptor.h:107
InDetDD::TRT_BarrelDescriptor::strawBounds
const Trk::SurfaceBounds & strawBounds() const
Get Bounds.
Definition
TRT_BarrelDescriptor.cxx:39
Trk::SurfaceBounds
Abstract base class for surface bounds to be specified.
Definition
SurfaceBounds.h:47
CLHEP
STD'S.
Definition
CaloNoiseCompCondAlg.h:57
InDetDD
Message Stream Member.
Definition
FakeTrackBuilder.h:8
Generated on
for ATLAS Offline Software by
1.17.0