Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
HLTrigger
btau
src
GetJetsFromHLTobject.h
Go to the documentation of this file.
1
#ifndef GetJetsFromHLTobject_h
2
#define GetJetsFromHLTobject_h
3
4
//
5
// Package: GetJetsFromHLTobject
6
// Class: GetJetsFromHLTobject
7
//
18
//
19
// Original Author: Ian Tomalin
20
//
21
22
// user include files
23
#include "
FWCore/Framework/interface/EDProducer.h
"
24
#include "
FWCore/Framework/interface/Event.h
"
25
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
26
#include "
FWCore/Utilities/interface/InputTag.h
"
27
28
//
29
// class decleration
30
//
31
32
class
GetJetsFromHLTobject
:
public
edm::EDProducer
{
33
public
:
34
explicit
GetJetsFromHLTobject
(
const
edm::ParameterSet
&);
35
virtual
void
produce
(
edm::Event
&,
const
edm::EventSetup
&);
36
37
private
:
38
edm::InputTag
m_jets
;
39
};
40
41
#endif //GetJetsFromHLTobject_h
GetJetsFromHLTobject
Definition:
GetJetsFromHLTobject.h:32
Event.h
GetJetsFromHLTobject::GetJetsFromHLTobject
GetJetsFromHLTobject(const edm::ParameterSet &)
Definition:
GetJetsFromHLTobject.cc:7
edm::EDProducer
Definition:
EDProducer.h:21
ParameterSet.h
edm::EventSetup
Definition:
EventSetup.h:44
EDProducer.h
edm::InputTag
Definition:
InputTag.h:12
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:31
GetJetsFromHLTobject::produce
virtual void produce(edm::Event &, const edm::EventSetup &)
Definition:
GetJetsFromHLTobject.cc:15
edm::Event
Definition:
Event.h:49
GetJetsFromHLTobject::m_jets
edm::InputTag m_jets
Definition:
GetJetsFromHLTobject.h:38
Generated for CMSSW Reference Manual by
1.8.5