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