Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
MuonSpectrometer
MuonDetDescr
MuonAGDDBase
MuonAGDDBase
AGDDMicromegas.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 AGDDMicromegas_H
6
#define AGDDMicromegas_H
7
8
#include "
GeoPrimitives/GeoPrimitives.h
"
10
#include "
MuonAGDDDescription/MMDetectorDescription.h
"
11
#include "
AGDDKernel/AGDDVolume.h
"
12
#include <string>
13
#include <vector>
14
#include <iostream>
15
class
AGDDVolumeStore
;
16
class
AGDDSectionStore
;
17
18
19
class
AGDDMicromegas
:
public
MMDetectorDescription
,
public
AGDDVolume
{
20
public
:
21
AGDDMicromegas
(
const
std::string&
s
,
22
AGDDDetectorStore
&
ds
,
23
AGDDVolumeStore
& vs,
24
AGDDSectionStore
&
ss
);
25
26
virtual
void
CreateVolume
(
AGDDBuilder
&
builder
)
override
;
27
virtual
void
CreateSolid
(
const
AGDDBuilder
&
builder
)
override
;
28
29
private
:
30
31
};
32
33
#endif
checkxAOD.ds
ds
Definition:
Tools/PyUtils/bin/checkxAOD.py:260
python.SystemOfUnits.s
int s
Definition:
SystemOfUnits.py:131
MMDetectorDescription.h
PowhegControl_ttHplus_NLO.ss
ss
Definition:
PowhegControl_ttHplus_NLO.py:83
AGDDVolumeStore
Definition:
AGDDVolumeStore.h:15
AGDDMicromegas::CreateVolume
virtual void CreateVolume(AGDDBuilder &builder) override
Definition:
AGDDMicromegas.cxx:53
AGDDSectionStore
Definition:
AGDDSectionStore.h:15
GeoPrimitives.h
AGDDBuilder
Definition:
AGDDBuilder.h:31
MMDetectorDescription
Definition:
MMDetectorDescription.h:45
AGDDMicromegas
Definition:
AGDDMicromegas.h:19
createSimpleDistributions.builder
builder
Definition:
createSimpleDistributions.py:52
AGDDDetectorStore
Definition:
AGDDDetectorStore.h:18
AGDDMicromegas::AGDDMicromegas
AGDDMicromegas(const std::string &s, AGDDDetectorStore &ds, AGDDVolumeStore &vs, AGDDSectionStore &ss)
Definition:
AGDDMicromegas.cxx:30
AGDDVolume
Definition:
AGDDVolume.h:16
AGDDVolume.h
AGDDMicromegas::CreateSolid
virtual void CreateSolid(const AGDDBuilder &builder) override
Definition:
AGDDMicromegas.cxx:39
Generated on Sat Mar 15 2025 21:06:56 for ATLAS Offline Software by
1.8.18