Main Page
Namespaces
Classes
Package Documentation
CVS Directory
WorkBook
Offline Guide
Release schedule
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
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
(){};
DTDigiCollection
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
MotherGrouping.h
MotherGrouping::~MotherGrouping
virtual ~MotherGrouping()
Definition:
MotherGrouping.cc:15
MuonPathPtrs
std::vector< MuonPathPtr > MuonPathPtrs
Definition:
MuonPath.h:128
TrackValidation_cff.pset
tuple pset
Definition:
TrackValidation_cff.py:591
MotherGrouping::run
virtual void run(edm::Event &iEvent, const edm::EventSetup &iEventSetup, const DTDigiCollection &digis, MuonPathPtrs &outMpath)
Definition:
MotherGrouping.cc:22
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:20
edm::EventSetup
Definition:
EventSetup.h:59
MotherGrouping::finish
virtual void finish()
Definition:
MotherGrouping.cc:27
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
edm::ConsumesCollector
Definition:
ConsumesCollector.h:45
debug_
debug_
Definition:
DTTrigPhase2Prod.cc:175
Generated for CMSSW Reference Manual by
1.8.5