ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonDetDescr
MuonGeoModel
MuonGeoModel
MMSpacer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MMSpacer_H
6
#define MMSpacer_H
7
8
#include "
MuonGeoModel/DetectorElement.h
"
9
10
#include <vector>
11
12
class
GeoPhysVol;
13
14
namespace
MuonGM
{
15
16
class
Cutout
;
17
class
Component
;
18
class
MMSpacerComponent
;
19
class
MYSQL
;
20
21
class
MMSpacer
:
public
DetectorElement
{
22
23
public
:
24
double
width
{0.};
25
double
length
{0.};
26
double
thickness
{0.};
27
double
longWidth
{0.};
// for trapezoidal layers
28
int
index
{0};
29
30
MMSpacer
(
const
MYSQL
& mysql,
Component
*s);
31
GeoPhysVol *
build
(
StoredMaterialManager
& matManager,
32
const
MYSQL
& mysql,
33
int
minimalgeo);
34
GeoPhysVol *
build
(
StoredMaterialManager
& matManager,
35
const
MYSQL
& mysql,
36
int
minimalgeo,
int
cutoutson,
37
const
std::vector<Cutout *>&);
38
virtual
void
print
()
const override
;
39
40
private
:
41
MMSpacerComponent
*
m_component
{
nullptr
};
42
};
43
44
}
// namespace MuonGM
45
46
#endif
DetectorElement.h
MuonGM::Component
Definition
Component.h:11
MuonGM::Cutout
Definition
Cutout.h:14
MuonGM::DetectorElement::DetectorElement
DetectorElement(const std::string &n)
Definition
DetectorElement.h:20
MuonGM::MMSpacerComponent
Definition
MMSpacerComponent.h:14
MuonGM::MMSpacer::build
GeoPhysVol * build(StoredMaterialManager &matManager, const MYSQL &mysql, int minimalgeo)
Definition
MMSpacer.cxx:41
MuonGM::MMSpacer::MMSpacer
MMSpacer(const MYSQL &mysql, Component *s)
Definition
MMSpacer.cxx:30
MuonGM::MMSpacer::thickness
double thickness
Definition
MMSpacer.h:26
MuonGM::MMSpacer::width
double width
Definition
MMSpacer.h:24
MuonGM::MMSpacer::m_component
MMSpacerComponent * m_component
Definition
MMSpacer.h:41
MuonGM::MMSpacer::longWidth
double longWidth
Definition
MMSpacer.h:27
MuonGM::MMSpacer::print
virtual void print() const override
Definition
MMSpacer.cxx:91
MuonGM::MMSpacer::length
double length
Definition
MMSpacer.h:25
MuonGM::MYSQL
Definition
MYSQL.h:43
StoredMaterialManager
This class holds one or more material managers and makes them storeable, under StoreGate.
Definition
StoredMaterialManager.h:30
MuonGM
Ensure that the Athena extensions are properly loaded.
Definition
GeoMuonHits.h:27
index
Definition
index.py:1
Generated on
for ATLAS Offline Software by
1.17.0