Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
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
// system include files
22
#include <memory>
23
24
// user include files
25
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
26
#include "
FWCore/Framework/interface/stream/EDProducer.h
"
27
28
#include "
FWCore/Framework/interface/Event.h
"
29
#include "
FWCore/Framework/interface/MakerMacros.h
"
30
31
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
32
#include "
FWCore/Utilities/interface/InputTag.h
"
33
34
#include "
RecoJets/JetProducers/interface/CastorJetIDHelper.h
"
35
36
//
37
// class decleration
38
//
39
40
class
CastorJetIDProducer
:
public
edm::stream::EDProducer
<> {
41
public
:
42
explicit
CastorJetIDProducer
(
const
edm::ParameterSet
&);
43
~CastorJetIDProducer
()
override
;
44
45
private
:
46
void
produce
(
edm::Event
&,
const
edm::EventSetup
&)
override
;
47
48
// ----------member data ---------------------------
49
edm::InputTag
src_
;
// input jet source
50
reco::helper::CastorJetIDHelper
helper_
;
// castor jet id helper algorithm
51
52
edm::EDGetTokenT<edm::View<reco::BasicJet>
>
input_jet_token_
;
53
};
54
55
#endif
Event.h
CastorJetIDProducer::src_
edm::InputTag src_
Definition:
CastorJetIDProducer.h:49
MakerMacros.h
CastorJetIDProducer
Definition:
CastorJetIDProducer.h:40
edm::EDGetTokenT
Definition:
EDGetToken.h:33
Frameworkfwd.h
ParameterSet.h
CastorJetIDProducer::CastorJetIDProducer
CastorJetIDProducer(const edm::ParameterSet &)
Definition:
CastorJetIDProducer.cc:17
EDProducer.h
CastorJetIDHelper.h
edm::EventSetup
Definition:
EventSetup.h:59
CastorJetIDProducer::produce
void produce(edm::Event &, const edm::EventSetup &) override
Definition:
CastorJetIDProducer.cc:31
CastorJetIDProducer::helper_
reco::helper::CastorJetIDHelper helper_
Definition:
CastorJetIDProducer.h:50
reco::helper::CastorJetIDHelper
Definition:
CastorJetIDHelper.h:12
edm::stream::EDProducer
Definition:
EDProducer.h:36
CastorJetIDProducer::input_jet_token_
edm::EDGetTokenT< edm::View< reco::BasicJet > > input_jet_token_
Definition:
CastorJetIDProducer.h:52
edm::InputTag
Definition:
InputTag.h:15
InputTag.h
CastorJetIDProducer::~CastorJetIDProducer
~CastorJetIDProducer() override
Definition:
CastorJetIDProducer.cc:24
edm::ParameterSet
Definition:
ParameterSet.h:47
edm::Event
Definition:
Event.h:73
Generated for CMSSW Reference Manual by
1.8.5