CMS 3D CMS Logo

MotherGrouping.cc
Go to the documentation of this file.
3 
4 using namespace edm;
5 using namespace std;
6 
7 // ============================================================================
8 // Constructors and destructor
9 // ============================================================================
11  // Obtention of parameters
12  debug_ = pset.getUntrackedParameter<bool>("debug");
13 }
14 
16 
17 // ============================================================================
18 // Main methods (initialise, run, finish)
19 // ============================================================================
20 void MotherGrouping::initialise(const edm::EventSetup& iEventSetup) {}
21 
23  const EventSetup& iEventSetup,
24  const DTDigiCollection& digis,
25  MuonPathPtrs& mpaths) {}
26 
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