CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HIBestVertexProducer.h
Go to the documentation of this file.
1 #ifndef HIBestVertexProducer_H
2 #define HIBestVertexProducer_H
3 
6 
7 namespace edm { class Event; class EventSetup; }
8 
10 {
11 public:
12  explicit HIBestVertexProducer(const edm::ParameterSet& ps);
14  virtual void produce(edm::Event& ev, const edm::EventSetup& es);
15 
16 private:
17  void beginJob();
22 };
23 #endif
edm::InputTag theAdaptiveVertexCollection
edm::InputTag theMedianVertexCollection
edm::ParameterSet theConfig
virtual void produce(edm::Event &ev, const edm::EventSetup &es)
HIBestVertexProducer(const edm::ParameterSet &ps)