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
Trigger
TrigT1
TrigT1Interfaces
TrigT1Interfaces
iRecCoordRoI.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
/*
3
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
4
*/
5
/***************************************************************************
6
iRecCoordRoi.h - description
7
-------------------
8
begin : Tue Aug 12 2003
9
email : edward.moyse@cern.ch
10
***************************************************************************/
11
12
#ifndef TRIGT1INTERFACES_IRECCOORDROI_H
13
#define TRIGT1INTERFACES_IRECCOORDROI_H
14
26
class
iRecCoordRoI
{
27
28
public
:
29
iRecCoordRoI
();
30
virtual
~iRecCoordRoI
() =
default
;
32
virtual
double
eta
()
const
= 0;
34
virtual
double
phi
()
const
= 0;
36
virtual
unsigned
int
roiWord
()
const
= 0;
37
38
};
// class iRecCoordRoI
39
40
#endif // TRIGT1INTERFACES_IRECCOORDROI_H
iRecCoordRoI::iRecCoordRoI
iRecCoordRoI()
Definition:
iRecCoordRoI.cxx:13
iRecCoordRoI::~iRecCoordRoI
virtual ~iRecCoordRoI()=default
iRecCoordRoI
Interface for all reconstructed RoI classes.
Definition:
iRecCoordRoI.h:26
iRecCoordRoI::phi
virtual double phi() const =0
override this method & return phi coord
iRecCoordRoI::eta
virtual double eta() const =0
override this method & return eta coord
iRecCoordRoI::roiWord
virtual unsigned int roiWord() const =0
override this method & return 32-bit RoI word
Generated on Mon Mar 31 2025 21:12:18 for ATLAS Offline Software by
1.8.18