L1Trigger
DTTriggerPhase2
src
MotherGrouping.cc
Go to the documentation of this file.
1
#include "
L1Trigger/DTTriggerPhase2/interface/MotherGrouping.h
"
2
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
3
4
using namespace
edm
;
5
using namespace
std
;
6
7
// ============================================================================
8
// Constructors and destructor
9
// ============================================================================
10
MotherGrouping::MotherGrouping
(
const
ParameterSet
&
pset
,
edm::ConsumesCollector
& iC) {
11
// Obtention of parameters
12
debug_ =
pset
.getUntrackedParameter<
bool
>(
"debug"
);
13
}
14
15
MotherGrouping::~MotherGrouping
() {}
16
17
// ============================================================================
18
// Main methods (initialise, run, finish)
19
// ============================================================================
20
void
MotherGrouping::initialise
(
const
edm::EventSetup
& iEventSetup) {}
21
22
void
MotherGrouping::run
(
Event
&
iEvent
,
23
const
EventSetup
& iEventSetup,
24
const
DTDigiCollection
& digis,
25
MuonPathPtrs
& mpaths) {}
26
27
void
MotherGrouping::finish
(){};
edm
HLT enums.
Definition:
AlignableModifier.h:19
MuonPathPtrs
std::vector< MuonPathPtr > MuonPathPtrs
Definition:
MuonPath.h:122
MotherGrouping::finish
virtual void finish()
Definition:
MotherGrouping.cc:27
edm::ParameterSet
Definition:
ParameterSet.h:47
DTDigiCollection
iEvent
int iEvent
Definition:
GenABIO.cc:224
MotherGrouping::~MotherGrouping
virtual ~MotherGrouping()
Definition:
MotherGrouping.cc:15
edm::EventSetup
Definition:
EventSetup.h:57
std
Definition:
JetResolutionObject.h:76
MotherGrouping::run
virtual void run(edm::Event &iEvent, const edm::EventSetup &iEventSetup, const DTDigiCollection &digis, MuonPathPtrs &outMpath)
Definition:
MotherGrouping.cc:22
ParameterSet.h
edm::Event
Definition:
Event.h:73
MotherGrouping.h
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