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 #ifndef RecoMET_MuonMETValueMapProducer_h
2 #define RecoMET_MuonMETValueMapProducer_h
3 // -*- C++ -*-
4 //
5 // Package: Test
6 // Class: Test
7 //
15 //
16 // Created: Wed Aug 29 2007
17 //
18 //
26 
27 namespace cms {
29  public:
32 
33  private:
34  virtual void beginJob() ;
35  virtual void produce(edm::Event&, const edm::EventSetup&);
36  virtual void endJob() ;
37 
38  // ----------member data ---------------------------
39  //list of cuts
44  bool useHO_;
47  double minPt_;
48  double maxEta_;
49  double maxNormChi2_;
50  double maxd0_;
51  int minnHits_;
55  };
56 }
57 #endif
58 
59 
TrackDetectorAssociator trackAssociator_
TrackAssociatorParameters trackAssociatorParameters_
virtual void produce(edm::Event &, const edm::EventSetup &)
MuonMETValueMapProducer(const edm::ParameterSet &)