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
TrigT1NSWSimTools
TrigT1NSWSimTools
IStripSegmentTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ISTRIPSEGMENTTOOL_H
6
#define ISTRIPSEGMENTTOOL_H
7
8
9
#include "GaudiKernel/IAlgTool.h"
10
#include "
TrigT1NSWSimTools/TriggerTypes.h
"
11
#include "
TrigT1NSWSimTools/StripClusterData.h
"
12
#include "
MuonRDO/NSW_TrigRawDataContainer.h
"
13
#include <vector>
14
15
16
class
Identfier;
17
18
namespace
NSWL1
{
30
class
IStripSegmentTool
:
public
virtual
IAlgTool {
31
32
public
:
33
virtual
~IStripSegmentTool
() {}
34
35
virtual
StatusCode
find_segments
( std::vector< std::unique_ptr<StripClusterData> >&
clusters
,
const
std::unique_ptr<Muon::NSW_TrigRawDataContainer>& rdo_container)
const
= 0;
36
37
static
const
InterfaceID&
interfaceID
() {
38
static
const
InterfaceID IID_IStripSegmentTool(
"NSWL1::IStripSegmentTool"
, 1 ,0);
39
return
IID_IStripSegmentTool;
40
}
41
};
42
}
43
#endif
TriggerTypes.h
NSWL1::IStripSegmentTool::~IStripSegmentTool
virtual ~IStripSegmentTool()
Definition:
IStripSegmentTool.h:33
NSWL1::IStripSegmentTool::interfaceID
static const InterfaceID & interfaceID()
Definition:
IStripSegmentTool.h:37
StripClusterData.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
NSWL1::IStripSegmentTool::find_segments
virtual StatusCode find_segments(std::vector< std::unique_ptr< StripClusterData > > &clusters, const std::unique_ptr< Muon::NSW_TrigRawDataContainer > &rdo_container) const =0
NSWL1::IStripSegmentTool
interface for the Strip Cluster Tools
Definition:
IStripSegmentTool.h:30
NSW_TrigRawDataContainer.h
RunTileMonitoring.clusters
clusters
Definition:
RunTileMonitoring.py:133
NSWL1
A trigger trigger candidate for a stgc sector.
Definition:
NSWL1Simulation.cxx:7
Generated on Thu Apr 3 2025 21:12:24 for ATLAS Offline Software by
1.8.18