src
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
: debug_(
pset
.getUntrackedParameter<
bool
>(
"debug"
)) {}
12
13
MotherGrouping::~MotherGrouping
() {}
14
15
// ============================================================================
16
// Main methods (initialise, run, finish)
17
// ============================================================================
18
void
MotherGrouping::initialise
(
const
edm::EventSetup
& iEventSetup) {}
19
20
void
MotherGrouping::run
(
Event
&
iEvent
,
21
const
EventSetup
& iEventSetup,
22
const
DTDigiCollection
& digis,
23
MuonPathPtrs
& mpaths) {}
24
25
void
MotherGrouping::finish
(){};
DTDigiCollection
MotherGrouping.h
MotherGrouping::~MotherGrouping
virtual ~MotherGrouping()
Definition:
MotherGrouping.cc:13
MuonPathPtrs
std::vector< MuonPathPtr > MuonPathPtrs
Definition:
MuonPath.h:128
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
std
Definition:
JetResolutionObject.h:76
ParameterSet.h
MotherGrouping::MotherGrouping
MotherGrouping(const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
Definition:
MotherGrouping.cc:10
iEvent
int iEvent
Definition:
GenABIO.cc:224
MotherGrouping::initialise
virtual void initialise(const edm::EventSetup &iEventSetup)
Definition:
MotherGrouping.cc:18
edm::EventSetup
Definition:
EventSetup.h:56
MotherGrouping::finish
virtual void finish()
Definition:
MotherGrouping.cc:25
nano_mu_local_reco_cff.bool
bool
Definition:
nano_mu_local_reco_cff.py:13
edm
HLT enums.
Definition:
AlignableModifier.h:19
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
Generated for CMSSW Reference Manual by
1.8.14