Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoVertex
KalmanVertexFit
plugins
KVFTrackUpdate.h
Go to the documentation of this file.
1
// system include files
2
#include <memory>
3
4
// user include files
5
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
6
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
7
8
#include "
FWCore/Framework/interface/Event.h
"
9
#include "
FWCore/Framework/interface/EventSetup.h
"
10
11
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
12
#include "
FWCore/Utilities/interface/InputTag.h
"
13
19
class
KVFTrackUpdate
:
public
edm::EDAnalyzer
{
20
public
:
21
explicit
KVFTrackUpdate
(
const
edm::ParameterSet
&);
22
~KVFTrackUpdate
();
23
24
virtual
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&);
25
26
virtual
void
beginJob
();
27
virtual
void
endJob
();
28
29
private
:
30
31
edm::InputTag
trackLabel_
,
beamSpotLabel
;
32
33
};
Event.h
EventSetup.h
KVFTrackUpdate::KVFTrackUpdate
KVFTrackUpdate(const edm::ParameterSet &)
Definition:
KVFTrackUpdate.cc:26
Frameworkfwd.h
KVFTrackUpdate
Definition:
KVFTrackUpdate.h:19
KVFTrackUpdate::beamSpotLabel
edm::InputTag beamSpotLabel
Definition:
KVFTrackUpdate.h:31
ParameterSet.h
KVFTrackUpdate::beginJob
virtual void beginJob()
Definition:
KVFTrackUpdate.cc:36
KVFTrackUpdate::~KVFTrackUpdate
~KVFTrackUpdate()
Definition:
KVFTrackUpdate.cc:33
edm::EventSetup
Definition:
EventSetup.h:44
edm::EDAnalyzer
Definition:
EDAnalyzer.h:14
EDAnalyzer.h
KVFTrackUpdate::endJob
virtual void endJob()
Definition:
KVFTrackUpdate.cc:40
edm::InputTag
Definition:
InputTag.h:12
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:50
KVFTrackUpdate::analyze
virtual void analyze(const edm::Event &, const edm::EventSetup &)
Definition:
KVFTrackUpdate.cc:48
KVFTrackUpdate::trackLabel_
edm::InputTag trackLabel_
Definition:
KVFTrackUpdate.h:31
Generated for CMSSW Reference Manual by
1.8.5