test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
PhysicsTools
CandAlgos
plugins
EventShapeVarsProducer.h
Go to the documentation of this file.
1
#ifndef PhysicsTools_CandAlgos_EventShapeVarsProducer_h
2
#define PhysicsTools_CandAlgos_EventShapeVarsProducer_h
3
31
#include "
FWCore/Framework/interface/EDProducer.h
"
32
#include "
FWCore/Framework/interface/Event.h
"
33
#include "
FWCore/Framework/interface/EventSetup.h
"
34
#include "
FWCore/Utilities/interface/InputTag.h
"
35
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
36
37
#include "
PhysicsTools/CandUtils/interface/EventShapeVariables.h
"
38
39
class
EventShapeVarsProducer
:
public
edm::EDProducer
40
{
41
public
:
42
43
explicit
EventShapeVarsProducer
(
const
edm::ParameterSet
&);
44
~EventShapeVarsProducer
() {}
45
46
private
:
47
48
edm::EDGetTokenT<edm::View<reco::Candidate>
>
srcToken_
;
49
double
r_
;
50
51
void
beginJob
() {}
52
void
produce
(
edm::Event
&,
const
edm::EventSetup
&);
53
void
endJob
() {}
54
55
};
56
57
#endif
58
59
EventShapeVarsProducer::r_
double r_
Definition:
EventShapeVarsProducer.h:49
EventShapeVarsProducer::EventShapeVarsProducer
EventShapeVarsProducer(const edm::ParameterSet &)
Definition:
EventShapeVarsProducer.cc:7
Event.h
EventShapeVariables.h
EventSetup.h
EventShapeVarsProducer::~EventShapeVarsProducer
~EventShapeVarsProducer()
Definition:
EventShapeVarsProducer.h:44
EventShapeVarsProducer::beginJob
void beginJob()
Definition:
EventShapeVarsProducer.h:51
edm::EDGetTokenT
Definition:
EDGetToken.h:32
edm::EDProducer
Definition:
EDProducer.h:35
EventShapeVarsProducer::srcToken_
edm::EDGetTokenT< edm::View< reco::Candidate > > srcToken_
Definition:
EventShapeVarsProducer.h:48
ParameterSet.h
EventShapeVarsProducer::endJob
void endJob()
Definition:
EventShapeVarsProducer.h:53
EventShapeVarsProducer::produce
void produce(edm::Event &, const edm::EventSetup &)
Definition:
EventShapeVarsProducer.cc:29
edm::EventSetup
Definition:
EventSetup.h:45
EDProducer.h
EventShapeVarsProducer
Definition:
EventShapeVarsProducer.h:39
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:65
Generated for CMSSW Reference Manual by
1.8.5