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
AGDD
AGDDHandlers
AGDDHandlers
gvxy_pointHandler.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 gvxy_pointHandler_H
6
#define gvxy_pointHandler_H
7
8
#include "
AGDDControl/XMLHandler.h
"
9
#include "
AGDDKernel/TwoPoint.h
"
10
#include <string>
11
12
class
gvxy_pointHandler
:
public
XMLHandler
{
13
public
:
14
gvxy_pointHandler
(
const
std::string&,
15
AGDDController
&
c
);
16
virtual
void
ElementHandle
(
AGDDController
&
c
,
17
xercesc::DOMNode *
t
)
override
;
18
TwoPoint
CurrentTwoPoint
() {
return
m_point
;}
19
private
:
20
TwoPoint
m_point
;
21
};
22
23
#endif
gvxy_pointHandler
Definition:
gvxy_pointHandler.h:12
gvxy_pointHandler::m_point
TwoPoint m_point
Definition:
gvxy_pointHandler.h:20
read_hist_ntuple.t
t
Definition:
read_hist_ntuple.py:5
XMLHandler.h
TwoPoint
Definition:
TwoPoint.h:8
AGDDController
Definition:
AGDDController.h:30
gvxy_pointHandler::gvxy_pointHandler
gvxy_pointHandler(const std::string &, AGDDController &c)
Definition:
gvxy_pointHandler.cxx:11
TwoPoint.h
XMLHandler
Definition:
XMLHandler.h:15
gvxy_pointHandler::ElementHandle
virtual void ElementHandle(AGDDController &c, xercesc::DOMNode *t) override
Definition:
gvxy_pointHandler.cxx:19
gvxy_pointHandler::CurrentTwoPoint
TwoPoint CurrentTwoPoint()
Definition:
gvxy_pointHandler.h:18
python.compressB64.c
def c
Definition:
compressB64.py:93
Generated on Mon Mar 31 2025 21:11:19 for ATLAS Offline Software by
1.8.18