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
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
+
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
c
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
src
L1Trigger
DTTriggerPhase2
interface
MuonPathAnalyzer.h
Go to the documentation of this file.
1
#ifndef Phase2L1Trigger_DTTrigger_MuonPathAnalyzer_h
2
#define Phase2L1Trigger_DTTrigger_MuonPathAnalyzer_h
3
4
#include "
FWCore/Utilities/interface/ESGetToken.h
"
5
#include "
FWCore/Framework/interface/ConsumesCollector.h
"
6
#include "
FWCore/Framework/interface/FrameworkfwdMostUsed.h
"
7
#include "
FWCore/Framework/interface/Event.h
"
8
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
9
#include "
FWCore/Framework/interface/EventSetup.h
"
10
#include "
FWCore/Framework/interface/Run.h
"
11
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
12
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
13
14
#include "
DataFormats/MuonDetId/interface/DTChamberId.h
"
15
#include "
DataFormats/MuonDetId/interface/DTSuperLayerId.h
"
16
#include "
DataFormats/MuonDetId/interface/DTLayerId.h
"
17
#include "
DataFormats/MuonDetId/interface/DTWireId.h
"
18
19
#include "
L1Trigger/DTTriggerPhase2/interface/MuonPath.h
"
20
#include "
L1Trigger/DTTriggerPhase2/interface/constants.h
"
21
#include "
L1Trigger/DTTriggerPhase2/interface/GlobalCoordsObtainer.h
"
22
23
#include "
Geometry/Records/interface/MuonGeometryRecord.h
"
24
#include "
Geometry/DTGeometry/interface/DTGeometry.h
"
25
26
#include <iostream>
27
#include <fstream>
28
29
// ===============================================================================
30
// Previous definitions and declarations
31
// ===============================================================================
32
33
// ===============================================================================
34
// Class declarations
35
// ===============================================================================
36
37
class
MuonPathAnalyzer
{
38
public
:
39
// Constructors and destructor
40
MuonPathAnalyzer
(
const
edm::ParameterSet
&
pset
,
edm::ConsumesCollector
& iC);
41
virtual
~MuonPathAnalyzer
();
42
43
// Main methods
44
virtual
void
initialise
(
const
edm::EventSetup
& iEventSetup);
45
virtual
void
run
(
edm::Event
&
iEvent
,
46
const
edm::EventSetup
& iEventSetup,
47
MuonPathPtrs
& inMpath,
48
std::vector<cmsdt::metaPrimitive>& metaPrimitives) = 0;
49
virtual
void
run
(
edm::Event
&
iEvent
,
50
const
edm::EventSetup
& iEventSetup,
51
MuonPathPtrs
& inMpath,
52
MuonPathPtrs
& outMPath) = 0;
53
54
virtual
void
finish
();
55
56
// Other public methods
57
58
// Public attributes
59
60
private
:
61
// Private methods
62
63
// Private attributes
64
const
bool
debug_
;
65
};
66
67
#endif
DTGeometry.h
MessageLogger.h
DTSuperLayerId.h
MuonGeometryRecord.h
MuonPathAnalyzer::initialise
virtual void initialise(const edm::EventSetup &iEventSetup)
Definition:
MuonPathAnalyzer.cc:17
Event.h
MuonPathPtrs
std::vector< MuonPathPtr > MuonPathPtrs
Definition:
MuonPath.h:128
EventSetup.h
MuonPathAnalyzer
Definition:
MuonPathAnalyzer.h:37
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
GlobalCoordsObtainer.h
MuonPathAnalyzer::~MuonPathAnalyzer
virtual ~MuonPathAnalyzer()
Definition:
MuonPathAnalyzer.cc:12
Frameworkfwd.h
ParameterSet.h
iEvent
int iEvent
Definition:
GenABIO.cc:224
FrameworkfwdMostUsed.h
ESGetToken.h
constants.h
DTChamberId.h
edm::EventSetup
Definition:
EventSetup.h:59
Run.h
MuonPath.h
DTLayerId.h
MuonPathAnalyzer::debug_
const bool debug_
Definition:
MuonPathAnalyzer.h:64
DTWireId.h
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
ConsumesCollector.h
MuonPathAnalyzer::MuonPathAnalyzer
MuonPathAnalyzer(const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
Definition:
MuonPathAnalyzer.cc:9
MuonPathAnalyzer::run
virtual void run(edm::Event &iEvent, const edm::EventSetup &iEventSetup, MuonPathPtrs &inMpath, std::vector< cmsdt::metaPrimitive > &metaPrimitives)=0
MuonPathAnalyzer::finish
virtual void finish()
Definition:
MuonPathAnalyzer.cc:19
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
Generated for CMSSW Reference Manual by
1.8.14