Loading [MathJax]/jax/input/TeX/config.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
MuCTPIToRoIBSLink.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
/*
3
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
4
*/
5
#ifndef TRIGT1INTERFACES_MUCTPITOROIBSLINK_H
6
#define TRIGT1INTERFACES_MUCTPITOROIBSLINK_H
7
8
// STL etc.
9
#include <vector>
10
22
namespace
L1MUINT
{
23
33
class
MuCTPIToRoIBSLink
{
34
35
public
:
36
MuCTPIToRoIBSLink
(
const
std::vector< unsigned int >& );
37
~MuCTPIToRoIBSLink
();
38
39
const
std::vector< unsigned int >&
getMuCTPIToRoIBWords
()
const
;
40
41
private
:
42
std::vector< unsigned int >
m_MuCTPIToRoIBSLinkVector
;
43
44
};
// class MuCTPIToRoIBSLink
45
46
}
// namespace L1MUINT
47
48
#include "
AthenaKernel/CLASS_DEF.h
"
49
CLASS_DEF
(
L1MUINT::MuCTPIToRoIBSLink
, 6103, 0 )
50
51
#endif // TRIGT1INTERFACES_MUCTPITOROIBSLINK_H
L1MUINT::MuCTPIToRoIBSLink::m_MuCTPIToRoIBSLinkVector
std::vector< unsigned int > m_MuCTPIToRoIBSLinkVector
Definition:
MuCTPIToRoIBSLink.h:42
L1MUINT
Dedicated namespace for the MuCTPI output class(es)
Definition:
MuCTPIToRoIBSLink.cxx:6
L1MUINT::MuCTPIToRoIBSLink::getMuCTPIToRoIBWords
const std::vector< unsigned int > & getMuCTPIToRoIBWords() const
Definition:
MuCTPIToRoIBSLink.cxx:17
L1MUINT::MuCTPIToRoIBSLink::~MuCTPIToRoIBSLink
~MuCTPIToRoIBSLink()
Definition:
MuCTPIToRoIBSLink.cxx:13
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:67
CLASS_DEF.h
macros to associate a CLID to a type
L1MUINT::MuCTPIToRoIBSLink::MuCTPIToRoIBSLink
MuCTPIToRoIBSLink(const std::vector< unsigned int > &)
Definition:
MuCTPIToRoIBSLink.cxx:8
L1MUINT::MuCTPIToRoIBSLink
MuCTPI input class to the RoIB simulation.
Definition:
MuCTPIToRoIBSLink.h:33
Generated on Tue Apr 1 2025 21:15:16 for ATLAS Offline Software by
1.8.18