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  : debug_(pset.getUntrackedParameter<bool>("debug")) {}
12 
14 
15 // ============================================================================
16 // Main methods (initialise, run, finish)
17 // ============================================================================
18 void MotherGrouping::initialise(const edm::EventSetup& iEventSetup) {}
19 
21  const EventSetup& iEventSetup,
22  const DTDigiCollection& digis,
23  MuonPathPtrs& mpaths) {}
24 
virtual ~MotherGrouping()
std::vector< MuonPathPtr > MuonPathPtrs
Definition: MuonPath.h:128
virtual void run(edm::Event &iEvent, const edm::EventSetup &iEventSetup, const DTDigiCollection &digis, MuonPathPtrs &outMpath)
MotherGrouping(const edm::ParameterSet &pset, edm::ConsumesCollector &iC)
int iEvent
Definition: GenABIO.cc:224
virtual void initialise(const edm::EventSetup &iEventSetup)
virtual void finish()
HLT enums.