Main Page
Namespaces
Classes
Package Documentation
RecoMuon
MuonIsolation
plugins
JetExtractor.h
Go to the documentation of this file.
1
#ifndef MuonIsolation_JetExtractor_H
2
#define MuonIsolation_JetExtractor_H
3
14
#include <string>
15
16
#include "
FWCore/Framework/interface/ConsumesCollector.h
"
17
18
#include "
PhysicsTools/IsolationAlgos/interface/IsoDepositExtractor.h
"
19
20
#include "
DataFormats/RecoCandidate/interface/IsoDeposit.h
"
21
#include "
DataFormats/TrackReco/interface/Track.h
"
22
#include "
DataFormats/TrackReco/interface/TrackFwd.h
"
23
#include "
DataFormats/CaloTowers/interface/CaloTowerCollection.h
"
24
#include "
DataFormats/JetReco/interface/CaloJetCollection.h
"
25
26
#include "
DataFormats/GeometryVector/interface/GlobalPoint.h
"
27
28
class
TrackAssociatorParameters
;
29
class
TrackDetectorAssociator
;
30
class
MuonServiceProxy
;
31
32
namespace
muonisolation
{
33
34
class
JetExtractor
:
public
reco::isodeposit::IsoDepositExtractor
{
35
36
public
:
37
38
JetExtractor
(){};
39
JetExtractor
(
const
edm::ParameterSet
& par,
edm::ConsumesCollector
&& iC);
40
41
~JetExtractor
()
override
;
42
43
void
fillVetos
(
const
edm::Event
&
ev
,
const
edm::EventSetup
& evSetup,
const
reco::TrackCollection
&
tracks
)
override
;
44
reco::IsoDeposit
45
deposit
(
const
edm::Event
& ev,
const
edm::EventSetup
& evSetup,
const
reco::Track
&
track
)
const override
;
46
47
private
:
48
edm::EDGetTokenT<reco::CaloJetCollection>
theJetCollectionToken
;
49
50
std::string
thePropagatorName
;
51
52
// Cone cuts and thresholds
53
double
theThreshold
;
54
double
theDR_Veto
;
55
double
theDR_Max
;
56
57
//excludes sumEt of towers that are inside muon veto cone
58
bool
theExcludeMuonVeto
;
59
61
MuonServiceProxy
*
theService
;
62
63
TrackAssociatorParameters
*
theAssociatorParameters
;
64
TrackDetectorAssociator
*
theAssociator
;
65
66
bool
thePrintTimeReport
;
67
68
};
69
70
}
71
72
#endif
CaloTowerCollection.h
reco::IsoDeposit
Definition:
IsoDeposit.h:46
muonisolation::JetExtractor::deposit
reco::IsoDeposit deposit(const edm::Event &ev, const edm::EventSetup &evSetup, const reco::Track &track) const override
Definition:
JetExtractor.cc:67
muonisolation::JetExtractor::theDR_Max
double theDR_Max
Definition:
JetExtractor.h:55
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
CaloJetCollection.h
muonisolation::JetExtractor::theThreshold
double theThreshold
Definition:
JetExtractor.h:53
reco::isodeposit::IsoDepositExtractor
Definition:
IsoDepositExtractor.h:25
reco::TrackCollection
std::vector< Track > TrackCollection
collection of Tracks
Definition:
TrackFwd.h:15
ev
bool ev
Definition:
Hydjet2Hadronizer.cc:95
muonisolation::JetExtractor::fillVetos
void fillVetos(const edm::Event &ev, const edm::EventSetup &evSetup, const reco::TrackCollection &tracks) override
Definition:
JetExtractor.cc:59
TrackFwd.h
edm::EDGetTokenT< reco::CaloJetCollection >
muonisolation::JetExtractor::theDR_Veto
double theDR_Veto
Definition:
JetExtractor.h:54
muonisolation::JetExtractor::theExcludeMuonVeto
bool theExcludeMuonVeto
Definition:
JetExtractor.h:58
muonisolation::JetExtractor
Definition:
JetExtractor.h:34
MuonServiceProxy
Definition:
MuonServiceProxy.h:27
l1t::tracks
Definition:
MicroGMTCancelOutUnit.h:12
muonisolation
Definition:
CandViewExtractor.h:17
muonisolation::JetExtractor::thePrintTimeReport
bool thePrintTimeReport
Definition:
JetExtractor.h:66
edm::EventSetup
Definition:
EventSetup.h:57
muonisolation::JetExtractor::theJetCollectionToken
edm::EDGetTokenT< reco::CaloJetCollection > theJetCollectionToken
Definition:
JetExtractor.h:48
muonisolation::JetExtractor::JetExtractor
JetExtractor()
Definition:
JetExtractor.h:38
muonisolation::JetExtractor::thePropagatorName
std::string thePropagatorName
Definition:
JetExtractor.h:50
HiIsolationCommonParameters_cff.track
track
Definition:
HiIsolationCommonParameters_cff.py:9
muonisolation::JetExtractor::~JetExtractor
~JetExtractor() override
Definition:
JetExtractor.cc:53
TrackDetectorAssociator
Definition:
TrackDetectorAssociator.h:50
muonisolation::JetExtractor::theService
MuonServiceProxy * theService
the event setup proxy, it takes care the services update
Definition:
JetExtractor.h:61
reco::Track
Definition:
Track.h:28
IsoDeposit.h
IsoDepositExtractor.h
muonisolation::JetExtractor::theAssociatorParameters
TrackAssociatorParameters * theAssociatorParameters
Definition:
JetExtractor.h:63
muonisolation::JetExtractor::theAssociator
TrackDetectorAssociator * theAssociator
Definition:
JetExtractor.h:64
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
Track.h
TrackAssociatorParameters
Definition:
TrackAssociatorParameters.h:34
ConsumesCollector.h
edm::ConsumesCollector
Definition:
ConsumesCollector.h:39
GlobalPoint.h
Generated for CMSSW Reference Manual by
1.8.11