CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ZtoMMEventSelector.h
Go to the documentation of this file.
1 #ifndef DQM_TrackingMonitorSource_ZtoMMEventSelector_h
2 #define DQM_TrackingMonitorSource_ZtoMMEventSelector_h
3 
9 
11 public:
12  explicit ZtoMMEventSelector(const edm::ParameterSet&);
13 
14  bool filter(edm::Event&, edm::EventSetup const&) override;
15 
16 private:
17  bool verbose_;
22 
23  const double maxEta_;
24  const double minPt_;
25  const double maxNormChi2_;
26  const double maxD0_;
27  const double maxDz_;
28  const int minPixelHits_;
29  const int minStripHits_;
30  const int minChambers_;
31  const int minMatches_;
33  const double maxIso_;
34  const double minPtHighest_;
35  const double minInvMass_;
36  const double maxInvMass_;
37 };
38 #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_