ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonDetDescr
MuonGeoModel
MuonGeoModel
Rpc.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 Rpc_H
6
#define Rpc_H
7
#include "
MuonGeoModel/DetectorElement.h
"
9
#include "GeoModelKernel/GeoFullPhysVol.h"
10
#include "
MuonGeoModel/RpcComponent.h
"
11
12
namespace
MuonGM
{
13
class
MYSQL
;
14
}
15
16
namespace
MuonGM
{
17
18
class
Cutout
;
19
20
class
Rpc
:
public
DetectorElement
{
21
22
public
:
23
double
width
{0.};
24
double
length
{0.};
25
double
thickness
{0.};
26
double
longWidth
{0.};
// for trapezoidal layers
27
double
idiv
{0.};
28
double
jdiv
{0.};
29
float
y_translation
{0.f};
30
float
z_translation
{0.f};
31
32
Rpc
(
const
MYSQL
& mysql,
Component
*s);
33
34
GeoIntrusivePtr<GeoFullPhysVol>
build
(
StoredMaterialManager
& matManager,
35
const
MYSQL
& mysql,
36
int
minimalgeo);
37
GeoIntrusivePtr<GeoFullPhysVol>
build
(
StoredMaterialManager
& matManager,
38
const
MYSQL
& mysql,
39
int
minimalgeo,
int
cutoutson,
40
const
std::vector<Cutout *>&);
41
virtual
void
print
()
const override
;
42
unsigned
int
nGasGaps
()
const
;
43
44
private
:
45
RpcComponent
*
m_component
{
nullptr
};
46
unsigned
int
m_nlayers
{0};
47
};
48
inline
unsigned
int
Rpc::nGasGaps
()
const
{
return
m_nlayers
; }
49
}
// namespace MuonGM
50
51
#endif
DetectorElement.h
RpcComponent.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::MYSQL
Definition
MYSQL.h:43
MuonGM::RpcComponent
Definition
RpcComponent.h:12
MuonGM::Rpc::nGasGaps
unsigned int nGasGaps() const
Definition
Rpc.h:48
MuonGM::Rpc::jdiv
double jdiv
Definition
Rpc.h:28
MuonGM::Rpc::length
double length
Definition
Rpc.h:24
MuonGM::Rpc::print
virtual void print() const override
Definition
Rpc.cxx:336
MuonGM::Rpc::y_translation
float y_translation
Definition
Rpc.h:29
MuonGM::Rpc::m_component
RpcComponent * m_component
Definition
Rpc.h:45
MuonGM::Rpc::m_nlayers
unsigned int m_nlayers
Definition
Rpc.h:46
MuonGM::Rpc::z_translation
float z_translation
Definition
Rpc.h:30
MuonGM::Rpc::build
GeoIntrusivePtr< GeoFullPhysVol > build(StoredMaterialManager &matManager, const MYSQL &mysql, int minimalgeo)
Definition
Rpc.cxx:59
MuonGM::Rpc::Rpc
Rpc(const MYSQL &mysql, Component *s)
Definition
Rpc.cxx:41
MuonGM::Rpc::thickness
double thickness
Definition
Rpc.h:25
MuonGM::Rpc::longWidth
double longWidth
Definition
Rpc.h:26
MuonGM::Rpc::width
double width
Definition
Rpc.h:23
MuonGM::Rpc::idiv
double idiv
Definition
Rpc.h:27
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
Generated on
for ATLAS Offline Software by
1.17.0