src
RecoMET
METProducers
interface
TCMETProducer.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
//
3
// Package: METProducers
4
// Class: TCMETProducer
5
//
13
//
14
//
15
//
16
17
//____________________________________________________________________________||
18
#ifndef TCMETProducer_h
19
#define TCMETProducer_h
20
21
//____________________________________________________________________________||
22
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
23
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
24
25
#include "
FWCore/Framework/interface/Event.h
"
26
#include "
FWCore/Framework/interface/MakerMacros.h
"
27
28
#include "
DataFormats/Common/interface/View.h
"
29
#include "
DataFormats/Candidate/interface/Candidate.h
"
30
#include "
RecoMET/METAlgorithms/interface/TCMETAlgo.h
"
31
32
//____________________________________________________________________________||
33
namespace
cms
{
34
class
TCMETProducer
:
public
edm::stream::EDProducer
<> {
35
public
:
36
explicit
TCMETProducer
(
const
edm::ParameterSet
&);
37
~TCMETProducer
()
override
{}
38
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
39
40
private
:
41
TCMETAlgo
tcMetAlgo_
;
42
};
43
}
// namespace cms
44
45
//____________________________________________________________________________||
46
#endif // TCMETProducer_h
EDProducer.h
cms::TCMETProducer::tcMetAlgo_
TCMETAlgo tcMetAlgo_
Definition:
TCMETProducer.h:41
Event.h
Frameworkfwd.h
TCMETAlgo.h
Candidate.h
cms::TCMETProducer::TCMETProducer
TCMETProducer(const edm::ParameterSet &)
Definition:
TCMETProducer.cc:22
View.h
TCMETAlgo
Definition:
TCMETAlgo.h:68
edm::EventSetup
Definition:
EventSetup.h:56
cms
Namespace of DDCMS conversion namespace.
Definition:
ProducerAnalyzer.cc:41
cms::TCMETProducer
Definition:
TCMETProducer.h:34
edm::stream::EDProducer
Definition:
EDProducer.h:36
cms::TCMETProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
TCMETProducer.cc:31
cms::TCMETProducer::~TCMETProducer
~TCMETProducer() override
Definition:
TCMETProducer.h:37
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
MakerMacros.h
Generated for CMSSW Reference Manual by
1.8.14