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 // user include files
9 
11 
12 #include <vector>
13 #include <string>
14 
16 public:
17  explicit DTCalibMuonSelection(const edm::ParameterSet&);
18 
19  ~DTCalibMuonSelection() override;
20 
21 private:
22  void beginStream(edm::StreamID) override;
23 
24  bool filter(edm::Event&, const edm::EventSetup&) override;
25 
26  void endStream() override;
27 
29 
30  double etaMin;
31  double etaMax;
32  double ptMin;
33 };
DTCalibMuonSelection(const edm::ParameterSet &)
edm::EDGetTokenT< reco::MuonCollection > muonList
bool filter(edm::Event &, const edm::EventSetup &) override
void beginStream(edm::StreamID) override