Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
RecoHI
HiTracking
interface
HIBestVertexProducer.h
Go to the documentation of this file.
1
#ifndef HIBestVertexProducer_H
2
#define HIBestVertexProducer_H
3
4
#include "
FWCore/Framework/interface/EDProducer.h
"
5
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
6
7
namespace
edm {
class
Event
;
class
EventSetup
; }
8
9
class
HIBestVertexProducer
:
public
edm::EDProducer
10
{
11
public
:
12
explicit
HIBestVertexProducer
(
const
edm::ParameterSet
& ps);
13
~HIBestVertexProducer
();
14
virtual
void
produce
(
edm::Event
& ev,
const
edm::EventSetup
& es);
15
16
private
:
17
void
beginJob
();
18
edm::ParameterSet
theConfig
;
19
edm::InputTag
theMedianVertexCollection
;
20
edm::InputTag
theAdaptiveVertexCollection
;
21
};
22
#endif
HIBestVertexProducer::~HIBestVertexProducer
~HIBestVertexProducer()
Definition:
HIBestVertexProducer.cc:29
HIBestVertexProducer::theAdaptiveVertexCollection
edm::InputTag theAdaptiveVertexCollection
Definition:
HIBestVertexProducer.h:20
edm::EDProducer
Definition:
EDProducer.h:21
HIBestVertexProducer::theMedianVertexCollection
edm::InputTag theMedianVertexCollection
Definition:
HIBestVertexProducer.h:19
ParameterSet.h
HIBestVertexProducer
Definition:
HIBestVertexProducer.h:9
HIBestVertexProducer::theConfig
edm::ParameterSet theConfig
Definition:
HIBestVertexProducer.h:18
EventSetup
edm::EventSetup
Definition:
EventSetup.h:44
HIBestVertexProducer::produce
virtual void produce(edm::Event &ev, const edm::EventSetup &es)
Definition:
HIBestVertexProducer.cc:40
EDProducer.h
HIBestVertexProducer::HIBestVertexProducer
HIBestVertexProducer(const edm::ParameterSet &ps)
Definition:
HIBestVertexProducer.cc:20
HIBestVertexProducer::beginJob
void beginJob()
Definition:
HIBestVertexProducer.cc:34
Event
edm::InputTag
Definition:
InputTag.h:12
edm::ParameterSet
Definition:
ParameterSet.h:31
edm::Event
Definition:
Event.h:49
Generated for CMSSW Reference Manual by
1.8.5