CMS 3D CMS Logo

HIBestVertexProducer.h
Go to the documentation of this file.
1 #ifndef HIBestVertexProducer_H
2 #define HIBestVertexProducer_H
3 
9 
10 namespace edm { class Event; class EventSetup; class ConfigurationDescriptions;}
11 
12 
14 {
15 public:
16  explicit HIBestVertexProducer(const edm::ParameterSet& ps);
17  ~HIBestVertexProducer() override;
18  void produce(edm::Event& ev, const edm::EventSetup& es) override;
19  static void fillDescriptions(edm::ConfigurationDescriptions & descriptions);
20 
21 private:
22  void beginJob();
29 };
30 #endif
edm::EDGetTokenT< reco::VertexCollection > theAdaptiveVertexCollection
bool ev
void beginJob()
Definition: Breakpoints.cc:15
edm::ParameterSet theConfig
edm::EDGetTokenT< reco::BeamSpot > theBeamSpotTag
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm::EDGetTokenT< reco::VertexCollection > theFinalAdaptiveVertexCollection
edm::EDGetTokenT< reco::VertexCollection > theMedianVertexCollection
HLT enums.