ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
MuonSpectrometer
MuonDetDescr
MuonGeoModel
MuonGeoModel
Micromegas.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef Micromegas_H
6
#define Micromegas_H
7
8
#include "
MuonGeoModel/DetectorElement.h
"
9
10
#include <vector>
11
12
class
GeoFullPhysVol;
13
14
namespace
MuonGM
{
15
16
class
Cutout
;
17
class
Component
;
18
class
MicromegasComponent
;
19
20
class
Micromegas
:
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
int
index
{0};
28
29
Micromegas
(
Component
*s);
30
GeoFullPhysVol *
build
(
StoredMaterialManager
& matManager,
31
int
minimalgeo);
32
GeoFullPhysVol *
build
(
StoredMaterialManager
& matManager,
33
int
minimalgeo,
int
cutoutson,
34
const
std::vector<Cutout *>&);
35
virtual
void
print
()
const override
;
36
37
private
:
38
MicromegasComponent
*
m_component
{
nullptr
};
39
};
40
41
}
// namespace MuonGM
42
43
#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::MicromegasComponent
Definition
MicromegasComponent.h:15
MuonGM::Micromegas::Micromegas
Micromegas(Component *s)
Definition
Micromegas.cxx:37
MuonGM::Micromegas::print
virtual void print() const override
Definition
Micromegas.cxx:149
MuonGM::Micromegas::m_component
MicromegasComponent * m_component
Definition
Micromegas.h:38
MuonGM::Micromegas::width
double width
Definition
Micromegas.h:23
MuonGM::Micromegas::longWidth
double longWidth
Definition
Micromegas.h:26
MuonGM::Micromegas::thickness
double thickness
Definition
Micromegas.h:25
MuonGM::Micromegas::build
GeoFullPhysVol * build(StoredMaterialManager &matManager, int minimalgeo)
Definition
Micromegas.cxx:47
MuonGM::Micromegas::length
double length
Definition
Micromegas.h:24
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