Public Types | |
typedef std::vector< L1TTTrackType > | L1TTTrackCollectionType |
typedef TTTrack< Ref_Phase2TrackerDigi_ > | L1TTTrackType |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Public Member Functions | |
L1TkElectronTrackProducer (const edm::ParameterSet &) | |
~L1TkElectronTrackProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
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_ |
const edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > | geomToken_ |
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 | useClusterET_ |
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 107 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_, useClusterET_, and useTwoStubsPT_.
|
override |
Definition at line 145 of file L1TkElectronTrackProducer.cc.
|
static |
Definition at line 290 of file L1TkElectronTrackProducer.cc.
References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
private |
Definition at line 331 of file L1TkElectronTrackProducer.cc.
References JetChargeProducer_cfi::exp, and DiDispStaMuonMonitor_cfi::pt.
Referenced by selectMatchedTrack().
|
private |
Definition at line 298 of file L1TkElectronTrackProducer.cc.
References funct::abs(), reco::deltaPhi(), HLT_FULL_cff::dEta, HLT_FULL_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 148 of file L1TkElectronTrackProducer.cc.
References BXVector< T >::begin(), HLT_FULL_cff::dEta, L1TkElectronTrackMatchAlgo::doMatch(), L1TkElectronTrackMatchAlgo::doMatchClusterET(), HLT_FULL_cff::dPhi, HGC3DClusterGenMatchSelector_cfi::dR, egToken_, BXVector< T >::end(), etMin_, Exception, geomToken_, edm::EventSetup::getHandle(), 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_, useClusterET_, and useTwoStubsPT_.
|
private |
Definition at line 334 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 96 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 95 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 99 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 101 of file L1TkElectronTrackProducer.cc.
Referenced by 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 97 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 100 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 93 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().