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
TrigTools
TrigInDetToolInterfaces
TrigInDetToolInterfaces
ITrigSpacePointConversionTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef __ITRIG_SPACEPOINT_CONVERSION_TOOL_H__
6
#define __ITRIG_SPACEPOINT_CONVERSION_TOOL_H__
7
8
#include <vector>
9
#include <map>
10
#include "GaudiKernel/IAlgTool.h"
11
12
#include "
IRegionSelector/IRoiDescriptor.h
"
13
#include "
TrigInDetEvent/TrigSiSpacePointBase.h
"
14
#include "Identifier/Identifier.h"
15
21
static
const
InterfaceID IID_ITrigSpacePointConversionTool(
"ITrigSpacePointConversionTool"
,1,0);
22
23
class
ITrigSpacePointConversionTool
:
virtual
public
IAlgTool {
24
public
:
27
static
const
InterfaceID&
interfaceID
() {
28
return
IID_ITrigSpacePointConversionTool;
29
}
30
31
// Optional parameter clustermap can be used in LRT mode to provide a list of clusters not to be included in seed-making
32
virtual
StatusCode
getSpacePoints
(
const
IRoiDescriptor
&, std::vector<TrigSiSpacePointBase>&,
int
&,
int
&,
const
EventContext& ctx, std::map<
Identifier
, std::vector<long int> >* clustermap=
nullptr
)
const
= 0;
33
};
34
35
#endif
ITrigSpacePointConversionTool
Definition:
ITrigSpacePointConversionTool.h:23
TrigSiSpacePointBase.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IRoiDescriptor
Describes the API of the Region of Ineterest geometry.
Definition:
IRoiDescriptor.h:23
ITrigSpacePointConversionTool::getSpacePoints
virtual StatusCode getSpacePoints(const IRoiDescriptor &, std::vector< TrigSiSpacePointBase > &, int &, int &, const EventContext &ctx, std::map< Identifier, std::vector< long int > > *clustermap=nullptr) const =0
ITrigSpacePointConversionTool::interfaceID
static const InterfaceID & interfaceID()
other standard AlgTool methods
Definition:
ITrigSpacePointConversionTool.h:27
IRoiDescriptor.h
Identifier
Definition:
IdentifierFieldParser.cxx:14
Generated on Fri Mar 14 2025 21:12:28 for ATLAS Offline Software by
1.8.18