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/L1Trigger/interface/L1JetParticle.h
"
24
#include "
DataFormats/L1Trigger/interface/L1JetParticleFwd.h
"
25
#include <string>
26
27
namespace
edm
{
28
class
ParameterSet
;
29
}
30
31
class
CaloTowerCreatorForTauHLT
:
public
edm::global::EDProducer
<> {
32
public
:
34
CaloTowerCreatorForTauHLT
(
const
edm::ParameterSet
& );
36
~
CaloTowerCreatorForTauHLT
();
38
static
void
fillDescriptions(
edm::ConfigurationDescriptions
& desc );
39
40
private
:
42
void
produce(
edm::StreamID
sid,
edm::Event
& evt,
const
edm::EventSetup
& stp )
const override
;
43
45
const
int
mVerbose
;
47
const
edm::EDGetTokenT<CaloTowerCollection>
mtowers_token
;
49
const
double
mCone
;
51
const
edm::EDGetTokenT<l1extra::L1JetParticleCollection>
mTauTrigger_token
;
53
//edm::InputTag ml1seeds;
55
const
double
mEtThreshold
;
57
const
double
mEThreshold
;
58
//
59
const
int
mTauId
;
60
61
};
62
63
#endif
EDProducer.h
ParameterSet
Definition:
Functions.h:16
edm::StreamID
Definition:
StreamID.h:30
CaloTower.h
edm::EDGetTokenT
Definition:
EDGetToken.h:32
CaloTowerCreatorForTauHLT::mVerbose
const int mVerbose
verbosity
Definition:
CaloTowerCreatorForTauHLT.h:45
CaloTowerCreatorForTauHLT::mCone
const double mCone
use only towers in cone mCone around L1 candidate for regional jet reco
Definition:
CaloTowerCreatorForTauHLT.h:49
ParameterSetDescription.h
L1JetParticle.h
edm::EventSetup
Definition:
EventSetup.h:44
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:51
edm
HLT enums.
Definition:
AlignableModifier.h:17
CaloTowerCreatorForTauHLT::mtowers_token
const edm::EDGetTokenT< CaloTowerCollection > mtowers_token
label of source collection
Definition:
CaloTowerCreatorForTauHLT.h:47
CaloTowerCreatorForTauHLT::mTauId
const int mTauId
Definition:
CaloTowerCreatorForTauHLT.h:59
edm::ParameterSet
Definition:
ParameterSet.h:36
ConfigurationDescriptions.h
CaloTowerCreatorForTauHLT::mEThreshold
const double mEThreshold
E threshold.
Definition:
CaloTowerCreatorForTauHLT.h:57
edm::Event
Definition:
Event.h:66
CaloTowerCreatorForTauHLT::mEtThreshold
const double mEtThreshold
imitator of L1 seeds
Definition:
CaloTowerCreatorForTauHLT.h:55
CaloTowerCreatorForTauHLT
Definition:
CaloTowerCreatorForTauHLT.h:31
edm::ConfigurationDescriptions
Definition:
ConfigurationDescriptions.h:28
L1JetParticleFwd.h
Generated for CMSSW Reference Manual by
1.8.11