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
DetectorDescription
GeoModel
GeoModelExamples
src
CentralScrutinizer.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef CentralScrutinizer_h
6
#define CentralScrutinizer_h 1
7
8
#include "GeoModelKernel/GeoVDetectorElement.h"
9
#ifndef BUILDVP1LIGHT
10
#include "Identifier/Identifier.h"
11
#endif
12
13
class
CentralScrutinizer
final
:
public
GeoVDetectorElement
14
{
15
public
:
16
CentralScrutinizer
(
const
GeoVFullPhysVol *fullPhysVol);
17
virtual
~CentralScrutinizer
()
override
final
;
18
19
#if defined BUILDVP1LIGHT
20
int
identify
()
const
;
21
#else
22
Identifier
identify
()
const
;
23
#endif
24
25
private
:
26
CentralScrutinizer
(
const
CentralScrutinizer
&right);
27
const
CentralScrutinizer
&
operator=
(
const
CentralScrutinizer
&right);
28
};
29
30
// Class CentralScrutinizer
31
#endif
CentralScrutinizer::CentralScrutinizer
CentralScrutinizer(const GeoVFullPhysVol *fullPhysVol)
Definition:
CentralScrutinizer.cxx:7
CentralScrutinizer::operator=
const CentralScrutinizer & operator=(const CentralScrutinizer &right)
CentralScrutinizer::~CentralScrutinizer
virtual ~CentralScrutinizer() override final
Definition:
CentralScrutinizer.cxx:12
columnar::final
CM final
Definition:
ColumnAccessor.h:106
CentralScrutinizer::CentralScrutinizer
CentralScrutinizer(const CentralScrutinizer &right)
CentralScrutinizer
Definition:
CentralScrutinizer.h:14
CentralScrutinizer::identify
Identifier identify() const
Definition:
CentralScrutinizer.cxx:22
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Mon Mar 31 2025 21:08:25 for ATLAS Offline Software by
1.8.18