Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoJets
JetProducers
plugins
CastorJetIDProducer.h
Go to the documentation of this file.
1
#ifndef RecoJets_JetProducers_plugins_CastorJetIDProducer_h
2
#define RecoJets_JetProducers_plugins_CastorJetIDProducer_h
3
4
// -*- C++ -*-
5
//
6
// Package: CastorJetIDProducer
7
// Class: CastorJetIDProducer
8
//
15
//
16
// Original Author: "Salvatore Rappoccio"
17
// Created: Thu Sep 17 12:18:18 CDT 2009
18
//
19
//
20
21
22
// system include files
23
#include <memory>
24
25
// user include files
26
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
27
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
28
29
#include "
FWCore/Framework/interface/Event.h
"
30
#include "
FWCore/Framework/interface/MakerMacros.h
"
31
32
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
33
#include "
FWCore/Utilities/interface/InputTag.h
"
34
35
#include "
RecoJets/JetProducers/interface/CastorJetIDHelper.h
"
36
37
//
38
// class decleration
39
//
40
41
class
CastorJetIDProducer
:
public
edm::stream::EDProducer
<> {
42
public
:
43
44
explicit
CastorJetIDProducer
(
const
edm::ParameterSet
&);
45
~CastorJetIDProducer
();
46
47
private
:
48
virtual
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
49
50
// ----------member data ---------------------------
51
edm::InputTag
src_
;
// input jet source
52
reco::helper::CastorJetIDHelper
helper_
;
// castor jet id helper algorithm
53
54
edm::EDGetTokenT<edm::View<reco::BasicJet>
>
input_jet_token_
;
55
};
56
57
58
#endif
Event.h
CastorJetIDProducer::src_
edm::InputTag src_
Definition:
CastorJetIDProducer.h:51
MakerMacros.h
CastorJetIDProducer
Definition:
CastorJetIDProducer.h:41
edm::EDGetTokenT
Definition:
EDGetToken.h:32
Frameworkfwd.h
ParameterSet.h
CastorJetIDProducer::CastorJetIDProducer
CastorJetIDProducer(const edm::ParameterSet &)
Definition:
CastorJetIDProducer.cc:18
EDProducer.h
CastorJetIDHelper.h
edm::EventSetup
Definition:
EventSetup.h:44
CastorJetIDProducer::produce
virtual void produce(edm::Event &, const edm::EventSetup &) override
Definition:
CastorJetIDProducer.cc:40
CastorJetIDProducer::helper_
reco::helper::CastorJetIDHelper helper_
Definition:
CastorJetIDProducer.h:52
reco::helper::CastorJetIDHelper
Definition:
CastorJetIDHelper.h:13
edm::stream::EDProducer
Definition:
EDProducer.h:33
CastorJetIDProducer::~CastorJetIDProducer
~CastorJetIDProducer()
Definition:
CastorJetIDProducer.cc:29
CastorJetIDProducer::input_jet_token_
edm::EDGetTokenT< edm::View< reco::BasicJet > > input_jet_token_
Definition:
CastorJetIDProducer.h:54
edm::InputTag
Definition:
InputTag.h:17
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::Event
Definition:
Event.h:59
Generated for CMSSW Reference Manual by
1.8.5