CMS 3D CMS Logo

MotherGrouping.h
Go to the documentation of this file.
1 #ifndef Phase2L1Trigger_DTTrigger_MotherGrouping_h
2 #define Phase2L1Trigger_DTTrigger_MotherGrouping_h
3 
9 
13 
17 
18 #include <iostream>
19 #include <fstream>
20 
21 // ===============================================================================
22 // Previous definitions and declarations
23 // ===============================================================================
24 
25 // ===============================================================================
26 // Class declarations
27 // ===============================================================================
28 
30 public:
31  // Constructors and destructor
33  virtual ~MotherGrouping();
34 
35  // Main methods
36  virtual void initialise(const edm::EventSetup& iEventSetup);
37  virtual void run(edm::Event& iEvent,
38  const edm::EventSetup& iEventSetup,
39  const DTDigiCollection& digis,
40  MuonPathPtrs& outMpath);
41  virtual void finish();
42 
43  // Other public methods
44 
45  // Public attributes
46 
47 private:
48  // Private methods
49 
50  // Private attributes
51  bool debug_;
52 };
53 
54 #endif
MotherGrouping::debug_
bool debug_
Definition: MotherGrouping.h:51
ESHandle.h
MuonPathPtrs
std::vector< MuonPathPtr > MuonPathPtrs
Definition: MuonPath.h:122
MotherGrouping::finish
virtual void finish()
Definition: MotherGrouping.cc:27
constants.h
Run.h
MotherGrouping
Definition: MotherGrouping.h:29
DTLayer.h
DTGeometry.h
edm::ParameterSet
Definition: ParameterSet.h:47
Event.h
DTDigiCollection
iEvent
int iEvent
Definition: GenABIO.cc:224
MotherGrouping::~MotherGrouping
virtual ~MotherGrouping()
Definition: MotherGrouping.cc:15
edm::EventSetup
Definition: EventSetup.h:58
Frameworkfwd.h
MuonPath.h
EventSetup.h
MotherGrouping::run
virtual void run(edm::Event &iEvent, const edm::EventSetup &iEventSetup, const DTDigiCollection &digis, MuonPathPtrs &outMpath)
Definition: MotherGrouping.cc:22
DTDigiCollection.h
MuonGeometryRecord.h
edm::Event
Definition: Event.h:73
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