Public Types | |
typedef std::vector< L1TTTrackType > | L1TTTrackCollectionType |
typedef TTTrack< Ref_Phase2TrackerDigi_ > | L1TTTrackType |
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 |
Public Member Functions | |
L1TkElectronTrackProducer (const edm::ParameterSet &) | |
~L1TkElectronTrackProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndRuns () const final |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
double | getPtScaledCut (double pt, std::vector< double > ¶meters) |
float | isolation (const edm::Handle< L1TTTrackCollectionType > &trkHandle, int match_index) |
void | produce (edm::Event &, const edm::EventSetup &) override |
bool | selectMatchedTrack (double &d_r, double &d_phi, double &d_eta, double &tk_pt, float &eg_eta) |
Private Attributes | |
float | deltaZ_ |
std::vector< double > | dEtaCutoff_ |
std::vector< double > | dPhiCutoff_ |
std::vector< double > | dRCutoff_ |
float | dRMax_ |
float | dRMin_ |
const edm::EDGetTokenT< EGammaBxCollection > | egToken |
float | etMin_ |
float | isoCut_ |
std::string | label |
std::string | matchType_ |
float | maxChi2IsoTracks_ |
unsigned int | minNStubsIsoTracks_ |
bool | primaryVtxConstrain_ |
float | pTMinTra_ |
bool | relativeIsolation_ |
const edm::EDGetTokenT< std::vector< TTTrack< Ref_Phase2TrackerDigi_ > > > | trackToken |
float | trkQualityChi2_ |
float | trkQualityPtMin_ |
bool | useTwoStubsPT_ |
Definition at line 54 of file L1TkElectronTrackProducer.cc.
typedef std::vector<L1TTTrackType> L1TkElectronTrackProducer::L1TTTrackCollectionType |
Definition at line 57 of file L1TkElectronTrackProducer.cc.
Definition at line 56 of file L1TkElectronTrackProducer.cc.
|
explicit |
Definition at line 105 of file L1TkElectronTrackProducer.cc.
References deltaZ_, dEtaCutoff_, dPhiCutoff_, dRCutoff_, dRMax_, dRMin_, etMin_, dqmMemoryStats::float, edm::ParameterSet::getParameter(), isoCut_, label, matchType_, maxChi2IsoTracks_, minNStubsIsoTracks_, pTMinTra_, relativeIsolation_, AlCaHLTBitMon_QueryRunRegistry::string, trkQualityChi2_, trkQualityPtMin_, and useTwoStubsPT_.
|
override |
Definition at line 141 of file L1TkElectronTrackProducer.cc.
|
static |
Definition at line 284 of file L1TkElectronTrackProducer.cc.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
private |
Definition at line 325 of file L1TkElectronTrackProducer.cc.
References JetChargeProducer_cfi::exp, and DiDispStaMuonMonitor_cfi::pt.
Referenced by selectMatchedTrack().
|
private |
Definition at line 292 of file L1TkElectronTrackProducer.cc.
References funct::abs(), reco::deltaPhi(), HLT_2018_cff::dEta, HLT_2018_cff::dPhi, dRMax_, dRMin_, PV3DBase< T, PVType, FrameType >::eta(), maxChi2IsoTracks_, minNStubsIsoTracks_, TTTrack< T >::momentum(), PV3DBase< T, PVType, FrameType >::phi(), TTTrack< T >::POCA(), pTMinTra_, TtFullHadEvtBuilder_cfi::sumPt, and PV3DBase< T, PVType, FrameType >::z().
Referenced by produce().
|
overrideprivate |
Definition at line 144 of file L1TkElectronTrackProducer.cc.
References BXVector< T >::begin(), HLT_2018_cff::dEta, L1TkElectronTrackMatchAlgo::doMatch(), HLT_2018_cff::dPhi, HGC3DClusterGenMatchSelector_cfi::dR, egToken, BXVector< T >::end(), etMin_, Exception, edm::EventSetup::get(), get, iEvent, isoCut_, isolation(), edm::HandleBase::isValid(), label, eostools::move(), edm::Handle< T >::product(), edm::ESHandle< T >::product(), pTFrom2Stubs::pTFrom2(), relativeIsolation_, mps_fire::result, TTTrack< T >::rInv(), selectMatchedTrack(), l1t::TkElectron::setTrackCurvature(), trackToken, trkQualityChi2_, trkQualityPtMin_, and useTwoStubsPT_.
|
private |
Definition at line 328 of file L1TkElectronTrackProducer.cc.
References funct::abs(), dEtaCutoff_, dPhiCutoff_, dRCutoff_, EB_MaxEta, getPtScaledCut(), and matchType_.
Referenced by produce().
|
private |
Definition at line 85 of file L1TkElectronTrackProducer.cc.
Referenced by L1TkElectronTrackProducer().
|
private |
Definition at line 95 of file L1TkElectronTrackProducer.cc.
Referenced by L1TkElectronTrackProducer(), and selectMatchedTrack().
|
private |
Definition at line 93 of file L1TkElectronTrackProducer.cc.
Referenced by L1TkElectronTrackProducer(), and selectMatchedTrack().
|
private |
Definition at line 94 of file L1TkElectronTrackProducer.cc.
Referenced by L1TkElectronTrackProducer(), and selectMatchedTrack().
|
private |
Definition at line 79 of file L1TkElectronTrackProducer.cc.
Referenced by isolation(), and L1TkElectronTrackProducer().
|
private |
Definition at line 78 of file L1TkElectronTrackProducer.cc.
Referenced by isolation(), and L1TkElectronTrackProducer().
|
private |
Definition at line 98 of file L1TkElectronTrackProducer.cc.
Referenced by produce().
|
private |
Definition at line 76 of file L1TkElectronTrackProducer.cc.
Referenced by L1TkElectronTrackProducer(), and produce().
|
private |
Definition at line 87 of file L1TkElectronTrackProducer.cc.
Referenced by L1TkElectronTrackProducer(), and produce().
|
private |
Definition at line 74 of file L1TkElectronTrackProducer.cc.
Referenced by python.rootplot.root2matplotlib.Hist::bar(), python.rootplot.root2matplotlib.Hist::barh(), python.rootplot.root2matplotlib.Hist::errorbar(), python.rootplot.root2matplotlib.Hist::errorbarh(), L1TkElectronTrackProducer(), core.TriggerMatchAnalyzer.TriggerMatchAnalyzer::process(), produce(), and core.AutoHandle.AutoHandle::ReallyLoad().
|
private |
Definition at line 96 of file L1TkElectronTrackProducer.cc.
Referenced by L1TkElectronTrackProducer(), and selectMatchedTrack().
|
private |
Definition at line 81 of file L1TkElectronTrackProducer.cc.
Referenced by isolation(), and L1TkElectronTrackProducer().
|
private |
Definition at line 82 of file L1TkElectronTrackProducer.cc.
Referenced by isolation(), and L1TkElectronTrackProducer().
|
private |
Definition at line 84 of file L1TkElectronTrackProducer.cc.
|
private |
Definition at line 80 of file L1TkElectronTrackProducer.cc.
Referenced by isolation(), and L1TkElectronTrackProducer().
|
private |
Definition at line 88 of file L1TkElectronTrackProducer.cc.
Referenced by L1TkElectronTrackProducer(), and produce().
|
private |
Definition at line 99 of file L1TkElectronTrackProducer.cc.
Referenced by produce().
|
private |
Definition at line 90 of file L1TkElectronTrackProducer.cc.
Referenced by L1TkElectronTrackProducer(), and produce().
|
private |
Definition at line 92 of file L1TkElectronTrackProducer.cc.
Referenced by L1TkElectronTrackProducer(), and produce().
|
private |
Definition at line 91 of file L1TkElectronTrackProducer.cc.
Referenced by L1TkElectronTrackProducer(), and produce().