#include <CandIsoDepositProducer.h>
Public Member Functions | |
CandIsoDepositProducer (const edm::ParameterSet &) | |
constructor with config More... | |
void | produce (edm::Event &, const edm::EventSetup &) override |
build deposits More... | |
~CandIsoDepositProducer () override | |
destructor More... | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Types | |
enum | TrackType { FakeT, BestT, StandAloneMuonT, CombinedMuonT, TrackT, GsfT, CandidateT } |
Private Member Functions | |
const reco::Track * | extractTrack (const reco::Candidate &cand, reco::Track *dummyStorage) const |
Private Attributes | |
edm::EDGetTokenT< edm::View< reco::Candidate > > | theCandCollectionToken |
edm::ParameterSet | theConfig |
std::vector< std::string > | theDepositNames |
reco::isodeposit::IsoDepositExtractor * | theExtractor |
bool | theMultipleDepositsFlag |
TrackType | theTrackType |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
typedef CacheContexts< T... > | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T... > | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Definition at line 20 of file CandIsoDepositProducer.h.
|
private |
Enumerator | |
---|---|
FakeT | |
BestT | |
StandAloneMuonT | |
CombinedMuonT | |
TrackT | |
GsfT | |
CandidateT |
Definition at line 31 of file CandIsoDepositProducer.h.
CandIsoDepositProducer::CandIsoDepositProducer | ( | const edm::ParameterSet & | par | ) |
constructor with config
Definition at line 33 of file CandIsoDepositProducer.cc.
References BestT, CandidateT, CombinedMuonT, Exception, FakeT, reco::get(), edm::ParameterSet::getParameter(), GsfT, LogDebug, StandAloneMuonT, AlCaHLTBitMon_QueryRunRegistry::string, theConfig, theDepositNames, theExtractor, theMultipleDepositsFlag, theTrackType, TrackT, and tkIsoDeposits_cff::trackType.
|
override |
destructor
Definition at line 68 of file CandIsoDepositProducer.cc.
References LogDebug, and theExtractor.
|
inlineprivate |
Definition at line 73 of file CandIsoDepositProducer.cc.
References BestT, reco::RecoCandidate::bestTrack(), EnergyCorrector::c, CandidateT, reco::Candidate::charge(), reco::RecoCandidate::combinedMuon(), CombinedMuonT, Exception, FakeT, edm::Ref< C, T, F >::get(), GsfT, reco::RecoCandidate::gsfTrack(), reco::Candidate::momentum(), reco::RecoCandidate::standAloneMuon(), StandAloneMuonT, theTrackType, reco::RecoCandidate::track(), TrackT, and reco::Candidate::vertex().
Referenced by produce().
|
override |
build deposits
OK, now we know how many deps for how many muons each we will create might linearize this at some point (lazy) do it in case some muons are there only
well, it is empty already by construction, but still
for(i<nMuons)
now fill in selectively
some debugging stuff
fill the maps here
for(iDep<nDeps)
Definition at line 96 of file CandIsoDepositProducer.cc.
References begin, EnergyCorrector::c, CandidateT, DEFINE_FWK_MODULE, reco::isodeposit::IsoDepositExtractor::deposit(), reco::isodeposit::IsoDepositExtractor::deposits(), symbols::deps, end, extractTrack(), objects.autophobj::filler, mps_fire::i, reco::isodeposit::IsoDepositExtractor::initEvent(), LogTrace, metname, eostools::move(), jets_cff::nMuons, AlCaHLTBitMon_QueryRunRegistry::string, theCandCollectionToken, theDepositNames, theExtractor, theMultipleDepositsFlag, theTrackType, and HiIsolationCommonParameters_cff::track.
|
private |
Definition at line 33 of file CandIsoDepositProducer.h.
Referenced by produce().
|
private |
Definition at line 32 of file CandIsoDepositProducer.h.
Referenced by CandIsoDepositProducer().
|
private |
Definition at line 35 of file CandIsoDepositProducer.h.
Referenced by CandIsoDepositProducer(), and produce().
|
private |
Definition at line 37 of file CandIsoDepositProducer.h.
Referenced by CandIsoDepositProducer(), produce(), and ~CandIsoDepositProducer().
|
private |
Definition at line 36 of file CandIsoDepositProducer.h.
Referenced by CandIsoDepositProducer(), and produce().
|
private |
Definition at line 34 of file CandIsoDepositProducer.h.
Referenced by CandIsoDepositProducer(), extractTrack(), and produce().