CMS 3D CMS Logo

ZtoEEEventSelector.h
Go to the documentation of this file.
1 
2 #ifndef DQM_TrackingMonitorSource_ZtoEEEventSelector_h
3 #define DQM_TrackingMonitorSource_ZtoEEEventSelector_h
4 
12 
14 public:
15  explicit ZtoEEEventSelector(const edm::ParameterSet&);
16 
17  bool filter(edm::Event&, edm::EventSetup const&) override;
18 
19 private:
20  // module config parameters
25 
26  const double maxEta_;
27  const double minPt_;
28  const double maxDeltaPhiInEB_;
29  const double maxDeltaEtaInEB_;
30  const double maxHOEEB_;
31  const double maxSigmaiEiEEB_;
32  const double maxDeltaPhiInEE_;
33  const double maxDeltaEtaInEE_;
34  const double maxHOEEE_;
35  const double maxSigmaiEiEEE_;
36  const double maxNormChi2_;
37  const double maxD0_;
38  const double maxDz_;
39  const int minPixelHits_;
40  const int minStripHits_;
41  const double maxIso_;
42  const double minPtHighest_;
43  const double minInvMass_;
44  const double maxInvMass_;
45 };
46 #endif
ZtoEEEventSelector::maxDeltaEtaInEE_
const double maxDeltaEtaInEE_
Definition: ZtoEEEventSelector.h:33
ZtoEEEventSelector::maxEta_
const double maxEta_
Definition: ZtoEEEventSelector.h:26
ZtoEEEventSelector::filter
bool filter(edm::Event &, edm::EventSetup const &) override
Definition: ZtoEEEventSelector.cc:47
edm::EDGetTokenT< reco::GsfElectronCollection >
ZtoEEEventSelector::minPixelHits_
const int minPixelHits_
Definition: ZtoEEEventSelector.h:39
ZtoEEEventSelector::minStripHits_
const int minStripHits_
Definition: ZtoEEEventSelector.h:40
ZtoEEEventSelector::maxInvMass_
const double maxInvMass_
Definition: ZtoEEEventSelector.h:44
ZtoEEEventSelector::maxD0_
const double maxD0_
Definition: ZtoEEEventSelector.h:37
ZtoEEEventSelector::ZtoEEEventSelector
ZtoEEEventSelector(const edm::ParameterSet &)
Definition: ZtoEEEventSelector.cc:22
ZtoEEEventSelector::maxDz_
const double maxDz_
Definition: ZtoEEEventSelector.h:38
ZtoEEEventSelector::minPt_
const double minPt_
Definition: ZtoEEEventSelector.h:27
ZtoEEEventSelector::electronToken_
const edm::EDGetTokenT< reco::GsfElectronCollection > electronToken_
Definition: ZtoEEEventSelector.h:23
BeamSpot.h
ZtoEEEventSelector::maxIso_
const double maxIso_
Definition: ZtoEEEventSelector.h:41
Service.h
ZtoEEEventSelector::maxDeltaEtaInEB_
const double maxDeltaEtaInEB_
Definition: ZtoEEEventSelector.h:29
ZtoEEEventSelector::maxSigmaiEiEEB_
const double maxSigmaiEiEEB_
Definition: ZtoEEEventSelector.h:31
ZtoEEEventSelector::maxHOEEB_
const double maxHOEEB_
Definition: ZtoEEEventSelector.h:30
ZtoEEEventSelector::bsTag_
const edm::InputTag bsTag_
Definition: ZtoEEEventSelector.h:22
GsfElectronFwd.h
edm::ParameterSet
Definition: ParameterSet.h:47
Event.h
ZtoEEEventSelector::maxSigmaiEiEEE_
const double maxSigmaiEiEEE_
Definition: ZtoEEEventSelector.h:35
ZtoEEEventSelector::maxDeltaPhiInEE_
const double maxDeltaPhiInEE_
Definition: ZtoEEEventSelector.h:32
edm::EventSetup
Definition: EventSetup.h:58
ZtoEEEventSelector::maxDeltaPhiInEB_
const double maxDeltaPhiInEB_
Definition: ZtoEEEventSelector.h:28
ZtoEEEventSelector::minInvMass_
const double minInvMass_
Definition: ZtoEEEventSelector.h:43
ZtoEEEventSelector
Definition: ZtoEEEventSelector.h:13
Frameworkfwd.h
ZtoEEEventSelector::maxNormChi2_
const double maxNormChi2_
Definition: ZtoEEEventSelector.h:36
ZtoEEEventSelector::maxHOEEE_
const double maxHOEEE_
Definition: ZtoEEEventSelector.h:34
ZtoEEEventSelector::electronTag_
const edm::InputTag electronTag_
Definition: ZtoEEEventSelector.h:21
EDFilter.h
ParameterSet.h
edm::stream::EDFilter
Definition: EDFilter.h:36
edm::Event
Definition: Event.h:73
edm::InputTag
Definition: InputTag.h:15
ZtoEEEventSelector::minPtHighest_
const double minPtHighest_
Definition: ZtoEEEventSelector.h:42
ZtoEEEventSelector::bsToken_
const edm::EDGetTokenT< reco::BeamSpot > bsToken_
Definition: ZtoEEEventSelector.h:24