CMS 3D CMS Logo

DTCalibMuonSelection.h
Go to the documentation of this file.
1 //
2 // Original Author: Mario Pelliccioni, Gianluca Cerminara
3 // Created: Tue Sep 9 15:56:24 CEST 2008
4 
5 
6 // user include files
10 
12 
13 #include <vector>
14 #include <string>
15 
17 public:
18 
19  explicit DTCalibMuonSelection(const edm::ParameterSet&);
20 
21  ~DTCalibMuonSelection() override;
22 
23 private:
24  void beginJob() override ;
25 
26  bool filter(edm::Event&, const edm::EventSetup&) override;
27 
28  void endJob() override ;
29 
31 
32  double etaMin;
33  double etaMax;
34  double ptMin;
35 
36 };
DTCalibMuonSelection(const edm::ParameterSet &)
edm::EDGetTokenT< reco::MuonCollection > muonList
bool filter(edm::Event &, const edm::EventSetup &) override