Main Page
Namespaces
Classes
Package Documentation
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
{
35
class
TCMETProducer
:
public
edm::stream::EDProducer
<>
36
{
37
public
:
38
explicit
TCMETProducer
(
const
edm::ParameterSet
&);
39
~TCMETProducer
()
override
{ }
40
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
41
42
private
:
43
44
TCMETAlgo
tcMetAlgo_
;
45
46
};
47
}
48
49
//____________________________________________________________________________||
50
#endif // TCMETProducer_h
cms::TCMETProducer::tcMetAlgo_
TCMETAlgo tcMetAlgo_
Definition:
TCMETProducer.h:44
Event.h
MakerMacros.h
Frameworkfwd.h
TCMETAlgo.h
Candidate.h
EDProducer.h
cms::TCMETProducer::TCMETProducer
TCMETProducer(const edm::ParameterSet &)
Definition:
TCMETProducer.cc:23
View.h
TCMETAlgo
Definition:
TCMETAlgo.h:67
edm::EventSetup
Definition:
EventSetup.h:52
cms
Namespace of DDCMS conversion namespace.
Definition:
ProducerAnalyzer.cc:21
cms::TCMETProducer
Definition:
TCMETProducer.h:35
edm::stream::EDProducer
Definition:
EDProducer.h:38
cms::TCMETProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
TCMETProducer.cc:33
cms::TCMETProducer::~TCMETProducer
~TCMETProducer() override
Definition:
TCMETProducer.h:39
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:70
Generated for CMSSW Reference Manual by
1.8.11