CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTDisplacedmumuVtxProducer.h
Go to the documentation of this file.
1 #ifndef HLTDisplacedmumuVtxProducer_h
2 #define HLTDisplacedmumuVtxProducer_h
3 
22 
23 
25  public:
28 
29  virtual void beginJob() ;
30  virtual void produce(edm::Event&, const edm::EventSetup&);
31  virtual void endJob() ;
32 
33  private:
35  double maxEta_;
36  double minPt_;
37  double minPtPair_;
38  double minInvMass_;
39  double maxInvMass_;
41 };
42 
43 #endif
HLTDisplacedmumuVtxProducer(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &)