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
L1TMuon
interface
deprecate
CSCCollector.h
Go to the documentation of this file.
1
#ifndef __L1TMUON_CSCCOLLECTOR_H__
2
#define __L1TMUON_CSCCOLLECTOR_H__
3
//
4
// Class: L1TMuon::CSCCollector
5
//
6
// Info: Processes CSC digis into ITMu trigger primitives.
7
// Positional information is not assigned here.
8
//
9
// Author: L. Gray (FNAL)
10
//
11
#include <vector>
12
#include "
SubsystemCollector.h
"
13
#include "
FWCore/Utilities/interface/InputTag.h
"
14
15
namespace
L1TMuon
{
16
17
class
CSCCollector
:
public
SubsystemCollector
{
18
public
:
19
CSCCollector
(
const
edm::ParameterSet
&);
20
~CSCCollector
()
override
{}
21
22
void
extractPrimitives
(
const
edm::Event
&,
const
edm::EventSetup
&, std::vector<TriggerPrimitive>&)
const override
;
23
24
private
:
25
};
26
}
// namespace L1TMuon
27
28
#endif
L1TMuon::SubsystemCollector
Definition:
SubsystemCollector.h:23
L1TMuon::CSCCollector::CSCCollector
CSCCollector(const edm::ParameterSet &)
Definition:
CSCCollector.cc:11
SubsystemCollector.h
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::EventSetup
Definition:
EventSetup.h:58
L1TMuon
Definition:
L1TMuonSubsystems.h:4
L1TMuon::CSCCollector::extractPrimitives
void extractPrimitives(const edm::Event &, const edm::EventSetup &, std::vector< TriggerPrimitive > &) const override
Definition:
CSCCollector.cc:13
InputTag.h
L1TMuon::CSCCollector::~CSCCollector
~CSCCollector() override
Definition:
CSCCollector.h:20
edm::Event
Definition:
Event.h:73
L1TMuon::CSCCollector
Definition:
CSCCollector.h:17
Generated for CMSSW Reference Manual by
1.8.16