CMS 3D CMS Logo

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 //____________________________________________________________________________||
30 
36 
37 //____________________________________________________________________________||
38 namespace cms {
39 
41  public:
44 
45  private:
46  void produce(edm::Event&, const edm::EventSetup&) override;
47 
48  void determine_deltax_deltay(double& deltax,
49  double& deltay,
50  const reco::Muon& muon,
51  double bfield,
54  const edm::EventSetup& iSetup);
56  const math::XYZPoint& beamSpotPosition);
57  bool should_type_MuonCandidateValuesUsed(const reco::Muon& muon, const math::XYZPoint& beamSpotPosition);
58 
59  double minPt_;
60  double maxEta_;
62  double maxNormChi2_;
63  double maxd0_;
64  int minnHits_;
66 
68  bool useHO_;
71 
75 
78  };
79 
80 } // namespace cms
81 
82 //____________________________________________________________________________||
83 #endif /* RecoMET_MuonMETValueMapProducer_h */
void determine_deltax_deltay(double &deltax, double &deltay, const reco::Muon &muon, double bfield, const MagneticField &magneticField, edm::Event &iEvent, const edm::EventSetup &iSetup)
edm::ESGetToken< MagneticField, IdealMagneticFieldRecord > magFieldToken_
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:224
TrackAssociatorParameters trackAssociatorParameters_
Namespace of DDCMS conversion namespace.
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)