CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonMETValueMapProducer.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: METProducers
4 // Class: MuonMETValueMapProducer
5 //
6 //
7 
11 //
12 // Original Author: Puneeth Kalavase
13 // Created: Sun Mar 15 11:33:20 CDT 2009
14 //
15 //
16 
17 //____________________________________________________________________________||
18 #ifndef RecoMET_MuonMETValueMapProducer_h
19 #define RecoMET_MuonMETValueMapProducer_h
20 
21 //____________________________________________________________________________||
29 
33 
34 
35 //____________________________________________________________________________||
36 namespace cms
37 {
38 
40 {
41 public:
44 
45 private:
46  virtual void produce(edm::Event&, const edm::EventSetup&) override;
47 
48  void determine_deltax_deltay(double& deltax, double& deltay, const reco::Muon& muon, double bfield, edm::Event& iEvent, const edm::EventSetup& iSetup);
50  bool should_type_MuonCandidateValuesUsed(const reco::Muon& muon, const math::XYZPoint &beamSpotPosition);
51 
52  double minPt_;
53  double maxEta_;
55  double maxNormChi2_;
56  double maxd0_;
57  int minnHits_;
59 
61  bool useHO_;
64 
67 
70 };
71 
72 }
73 
74 //____________________________________________________________________________||
75 #endif /* RecoMET_MuonMETValueMapProducer_h */
76 
77 
TrackDetectorAssociator trackAssociator_
edm::EDGetTokenT< edm::View< reco::Muon > > muonToken_
reco::MuonMETCorrectionData::Type decide_correction_type(const reco::Muon &muon, const math::XYZPoint &beamSpotPosition)
int iEvent
Definition: GenABIO.cc:230
TrackAssociatorParameters trackAssociatorParameters_
void determine_deltax_deltay(double &deltax, double &deltay, const reco::Muon &muon, double bfield, edm::Event &iEvent, const edm::EventSetup &iSetup)
virtual void produce(edm::Event &, const edm::EventSetup &) override
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:12
edm::EDGetTokenT< reco::BeamSpot > beamSpotToken_
MuonMETValueMapProducer(const edm::ParameterSet &)
bool should_type_MuonCandidateValuesUsed(const reco::Muon &muon, const math::XYZPoint &beamSpotPosition)