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 
11 
13 public:
14  explicit ZtoMMEventSelector(const edm::ParameterSet&);
15 
16  bool filter(edm::Event&, edm::EventSetup const&) override;
17 
18 private:
19  bool verbose_;
24 
25  const double maxEta_;
26  const double minPt_;
27  const double maxNormChi2_;
28  const double maxD0_;
29  const double maxDz_;
30  const int minPixelHits_;
31  const int minStripHits_;
32  const int minChambers_;
33  const int minMatches_;
35  const double maxIso_;
36  const double minPtHighest_;
37  const double minInvMass_;
38  const double maxInvMass_;
39 };
40 #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_