Main Page
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
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
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
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
_
a
d
e
f
l
m
o
p
s
t
u
v
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
L1Trigger
CSCTrackFinder
src
CSCTFDTReceiver.h
Go to the documentation of this file.
1
//
2
// Class: CSCTFDTReceiver
3
// Use: Takes a set of DT track stubs and converts them into
4
// CSC Track Stubs. Emulates all of the DT receiver cards in a TF crate.
5
// Author: Lindsey Gray (partial port from ORCA)
6
//
7
8
#include <
DataFormats/L1DTTrackFinder/interface/L1MuDTChambPhContainer.h
>
9
#include <
DataFormats/L1CSCTrackFinder/interface/CSCTriggerContainer.h
>
10
#include <
DataFormats/L1CSCTrackFinder/interface/TrackStub.h
>
11
12
class
CSCTFDTReceiver
{
13
public
:
14
CSCTFDTReceiver
() {
dtstubs
.
clear
(); }
15
~CSCTFDTReceiver
() {}
16
17
// Takes input DT Sector Collector stubs and translates them into CSC coordinates.
18
CSCTriggerContainer<csctf::TrackStub>
process
(
const
L1MuDTChambPhContainer
*);
19
20
private
:
21
CSCTriggerContainer<csctf::TrackStub>
dtstubs
;
22
};
CSCTriggerContainer::clear
void clear()
Definition:
CSCTriggerContainer.h:57
CSCTFDTReceiver::process
CSCTriggerContainer< csctf::TrackStub > process(const L1MuDTChambPhContainer *)
Definition:
CSCTFDTReceiver.cc:12
L1MuDTChambPhContainer
Definition:
L1MuDTChambPhContainer.h:33
CSCTFDTReceiver
Definition:
CSCTFDTReceiver.h:12
CSCTFDTReceiver::~CSCTFDTReceiver
~CSCTFDTReceiver()
Definition:
CSCTFDTReceiver.h:15
CSCTriggerContainer.h
CSCTFDTReceiver::CSCTFDTReceiver
CSCTFDTReceiver()
Definition:
CSCTFDTReceiver.h:14
L1MuDTChambPhContainer.h
CSCTriggerContainer< csctf::TrackStub >
TrackStub.h
CSCTFDTReceiver::dtstubs
CSCTriggerContainer< csctf::TrackStub > dtstubs
Definition:
CSCTFDTReceiver.h:21
Generated for CMSSW Reference Manual by
1.8.16