CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
22 
23 private:
24  virtual void beginJob() ;
25 
26  virtual bool filter(edm::Event&, const edm::EventSetup&);
27 
28  virtual void endJob() ;
29 
31 
32  double etaMin;
33  double etaMax;
34  double ptMin;
35 
36 };
virtual bool filter(edm::Event &, const edm::EventSetup &)
DTCalibMuonSelection(const edm::ParameterSet &)
edm::EDGetTokenT< reco::MuonCollection > muonList