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