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 beginJob() { }
47  virtual void produce(edm::Event&, const edm::EventSetup&);
48  virtual void endJob() { }
49 
50  void determine_deltax_deltay(double& deltax, double& deltay, const reco::Muon& muon, double bfield, edm::Event& iEvent, const edm::EventSetup& iSetup);
52  bool should_type_MuonCandidateValuesUsed(const reco::Muon& muon, const math::XYZPoint &beamSpotPosition);
53 
54  double minPt_;
55  double maxEta_;
57  double maxNormChi2_;
58  double maxd0_;
59  int minnHits_;
61 
63  bool useHO_;
66 
69 
72 };
73 
74 }
75 
76 //____________________________________________________________________________||
77 #endif /* RecoMET_MuonMETValueMapProducer_h */
78 
79 
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:243
TrackAssociatorParameters trackAssociatorParameters_
void determine_deltax_deltay(double &deltax, double &deltay, const reco::Muon &muon, double bfield, edm::Event &iEvent, const edm::EventSetup &iSetup)
XYZPointD XYZPoint
point in space with cartesian internal representation
Definition: Point3D.h:12
virtual void produce(edm::Event &, const edm::EventSetup &)
edm::EDGetTokenT< reco::BeamSpot > beamSpotToken_
MuonMETValueMapProducer(const edm::ParameterSet &)
bool should_type_MuonCandidateValuesUsed(const reco::Muon &muon, const math::XYZPoint &beamSpotPosition)