CMS 3D CMS Logo

ZtoMMEventSelector.h
Go to the documentation of this file.
1 #ifndef DQM_TrackingMonitorSource_ZtoMMEventSelector_h
2 #define DQM_TrackingMonitorSource_ZtoMMEventSelector_h
3 
10 
12 public:
13  explicit ZtoMMEventSelector(const edm::ParameterSet&);
14 
15  bool filter(edm::Event&, edm::EventSetup const&) override;
16 
17 private:
18  bool verbose_;
23 
24  const double maxEta_;
25  const double minPt_;
26  const double maxNormChi2_;
27  const double maxD0_;
28  const double maxDz_;
29  const int minPixelHits_;
30  const int minStripHits_;
31  const int minChambers_;
32  const int minMatches_;
34  const double maxIso_;
35  const double minPtHighest_;
36  const double minInvMass_;
37  const double maxInvMass_;
38 };
39 #endif
const edm::InputTag muonTag_
const double maxNormChi2_
const double minInvMass_
const double minPtHighest_
const edm::EDGetTokenT< reco::MuonCollection > muonToken_
ZtoMMEventSelector(const edm::ParameterSet &)
const edm::InputTag bsTag_
const edm::EDGetTokenT< reco::BeamSpot > bsToken_
bool filter(edm::Event &, edm::EventSetup const &) override
const double maxInvMass_