Main Page
Namespaces
Classes
Package Documentation
RecoTauTag
HLTProducers
interface
CaloTowerCreatorForTauHLT.h
Go to the documentation of this file.
1
#ifndef CaloTowerCreator_CaloTowerCreatorForTauHLT_h
2
#define CaloTowerCreator_CaloTowerCreatorForTauHLT_h
3
19
#include "
FWCore/Framework/interface/global/EDProducer.h
"
20
#include "
FWCore/ParameterSet/interface/ConfigurationDescriptions.h
"
21
#include "
FWCore/ParameterSet/interface/ParameterSetDescription.h
"
22
#include "
DataFormats/CaloTowers/interface/CaloTower.h
"
23
#include "
DataFormats/CaloTowers/interface/CaloTowerDefs.h
"
24
#include "
DataFormats/L1Trigger/interface/L1JetParticle.h
"
25
#include "
DataFormats/L1Trigger/interface/L1JetParticleFwd.h
"
26
#include <string>
27
28
namespace
edm
{
29
class
ParameterSet
;
30
}
31
32
class
CaloTowerCreatorForTauHLT
:
public
edm::global::EDProducer
<> {
33
public
:
35
CaloTowerCreatorForTauHLT
(
const
edm::ParameterSet
& );
37
~
CaloTowerCreatorForTauHLT
()
override
;
39
static
void
fillDescriptions
(
edm::ConfigurationDescriptions
& desc );
40
41
private
:
43
void
produce(
edm::StreamID
sid,
edm::Event
& evt,
const
edm::EventSetup
& stp )
const override
;
44
46
const
int
mVerbose
;
48
const
edm::EDGetTokenT<CaloTowerCollection>
mtowers_token
;
50
const
double
mCone
;
52
const
edm::EDGetTokenT<l1extra::L1JetParticleCollection>
mTauTrigger_token
;
54
//edm::InputTag ml1seeds;
56
const
double
mEtThreshold
;
58
const
double
mEThreshold
;
59
//
60
const
int
mTauId
;
61
62
};
63
64
#endif
EDProducer.h
CaloTowerDefs.h
ParameterSet
Definition:
Functions.h:16
edm::StreamID
Definition:
StreamID.h:30
CaloTower.h
edm::EDGetTokenT
Definition:
EDGetToken.h:33
CaloTowerCreatorForTauHLT::mVerbose
const int mVerbose
verbosity
Definition:
CaloTowerCreatorForTauHLT.h:46
CaloTowerCreatorForTauHLT::mCone
const double mCone
use only towers in cone mCone around L1 candidate for regional jet reco
Definition:
CaloTowerCreatorForTauHLT.h:50
ParameterSetDescription.h
L1JetParticle.h
edm::EventSetup
Definition:
EventSetup.h:57
edm::global::EDProducer
Definition:
EDProducer.h:32
CaloTowerCreatorForTauHLT::mTauTrigger_token
const edm::EDGetTokenT< l1extra::L1JetParticleCollection > mTauTrigger_token
label of tau trigger type analysis
Definition:
CaloTowerCreatorForTauHLT.h:52
fillDescriptions
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
edm
HLT enums.
Definition:
AlignableModifier.h:17
CaloTowerCreatorForTauHLT::mtowers_token
const edm::EDGetTokenT< CaloTowerCollection > mtowers_token
label of source collection
Definition:
CaloTowerCreatorForTauHLT.h:48
CaloTowerCreatorForTauHLT::mTauId
const int mTauId
Definition:
CaloTowerCreatorForTauHLT.h:60
edm::ParameterSet
Definition:
ParameterSet.h:36
ConfigurationDescriptions.h
CaloTowerCreatorForTauHLT::mEThreshold
const double mEThreshold
E threshold.
Definition:
CaloTowerCreatorForTauHLT.h:58
edm::Event
Definition:
Event.h:71
CaloTowerCreatorForTauHLT::mEtThreshold
const double mEtThreshold
imitator of L1 seeds
Definition:
CaloTowerCreatorForTauHLT.h:56
CaloTowerCreatorForTauHLT
Definition:
CaloTowerCreatorForTauHLT.h:32
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
L1JetParticleFwd.h
Generated for CMSSW Reference Manual by
1.8.11