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
MotherGrouping.h
Go to the documentation of this file.
1
#ifndef Phase2L1Trigger_DTTrigger_MotherGrouping_h
2
#define Phase2L1Trigger_DTTrigger_MotherGrouping_h
3
4
#include "
FWCore/Framework/interface/Event.h
"
5
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
6
#include "
FWCore/Framework/interface/EventSetup.h
"
7
#include "
FWCore/Framework/interface/Run.h
"
8
9
#include "
DataFormats/DTDigi/interface/DTDigiCollection.h
"
10
#include "
L1Trigger/DTTriggerPhase2/interface/MuonPath.h
"
11
#include "
L1Trigger/DTTriggerPhase2/interface/constants.h
"
12
13
#include "
Geometry/Records/interface/MuonGeometryRecord.h
"
14
#include "
Geometry/DTGeometry/interface/DTGeometry.h
"
15
#include "
Geometry/DTGeometry/interface/DTLayer.h
"
16
17
#include <iostream>
18
#include <fstream>
19
20
// ===============================================================================
21
// Previous definitions and declarations
22
// ===============================================================================
23
24
// ===============================================================================
25
// Class declarations
26
// ===============================================================================
27
28
class
MotherGrouping
{
29
public
:
30
// Constructors and destructor
31
MotherGrouping
(
const
edm::ParameterSet
&
pset
,
edm::ConsumesCollector
& iC);
32
virtual
~MotherGrouping
();
33
34
// Main methods
35
virtual
void
initialise
(
const
edm::EventSetup
& iEventSetup);
36
virtual
void
run
(
edm::Event
&
iEvent
,
37
const
edm::EventSetup
& iEventSetup,
38
const
DTDigiCollection
& digis,
39
MuonPathPtrs
& outMpath);
40
virtual
void
finish
();
41
42
// Other public methods
43
44
// Public attributes
45
46
private
:
47
// Private methods
48
49
// Private attributes
50
const
bool
debug_
;
51
};
52
53
#endif
DTDigiCollection
DTGeometry.h
MotherGrouping::~MotherGrouping
virtual ~MotherGrouping()
Definition:
MotherGrouping.cc:13
MuonGeometryRecord.h
Event.h
MuonPathPtrs
std::vector< MuonPathPtr > MuonPathPtrs
Definition:
MuonPath.h:132
EventSetup.h
MotherGrouping::run
virtual void run(edm::Event &iEvent, const edm::EventSetup &iEventSetup, const DTDigiCollection &digis, MuonPathPtrs &outMpath)
Definition:
MotherGrouping.cc:20
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
Frameworkfwd.h
MotherGrouping::MotherGrouping
MotherGrouping(const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
Definition:
MotherGrouping.cc:10
iEvent
int iEvent
Definition:
GenABIO.cc:224
DTDigiCollection.h
MotherGrouping::initialise
virtual void initialise(const edm::EventSetup &iEventSetup)
Definition:
MotherGrouping.cc:18
constants.h
edm::EventSetup
Definition:
EventSetup.h:56
Run.h
MotherGrouping::finish
virtual void finish()
Definition:
MotherGrouping.cc:25
MuonPath.h
MotherGrouping::debug_
const bool debug_
Definition:
MotherGrouping.h:50
MotherGrouping
Definition:
MotherGrouping.h:28
DTLayer.h
edm::ParameterSet
Definition:
ParameterSet.h:48
edm::Event
Definition:
Event.h:73
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
Generated for CMSSW Reference Manual by
1.8.14