Classes | |
struct | seedAtEC |
Public Member Functions | |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
double | getDistInCM (double eta1, double phi1, double eta2, double phi2) |
std::pair< double, double > | GetEtaPhiAtEcal (double etaIP, double phiIP, double pT, int charge, double vtxZ) |
IsolatedPixelTrackCandidateProducer (const edm::ParameterSet &ps) | |
void | produce (edm::Event &evt, const edm::EventSetup &es) override |
~IsolatedPixelTrackCandidateProducer () 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 Attributes | |
const std::string | bfield_ |
double | bfVal_ |
const double | ebEtaBoundary_ |
const double | maxPForIsolationValue_ |
const double | minPTrackValue_ |
const double | pixelIsolationConeSizeAtEC_ |
const double | prelimCone_ |
double | rEB_ |
const double | tauAssocCone_ |
const double | tauUnbiasCone_ |
const edm::ESGetToken < MagneticField, IdealMagneticFieldRecord > | tok_bFieldH_ |
const edm::ESGetToken < CaloGeometry, CaloGeometryRecord > | tok_geom_ |
const edm::EDGetTokenT < trigger::TriggerFilterObjectWithRefs > | tok_hlt_ |
const edm::EDGetTokenT < l1extra::L1JetParticleCollection > | tok_l1_ |
const edm::EDGetTokenT < reco::VertexCollection > | tok_vert_ |
const std::vector < edm::EDGetTokenT < reco::TrackCollection > > | toks_pix_ |
const double | vtxCutIsol_ |
const double | vtxCutSeed_ |
double | zEE_ |
Additional Inherited Members | |
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 |
Definition at line 63 of file IsolatedPixelTrackCandidateProducer.cc.
IsolatedPixelTrackCandidateProducer::IsolatedPixelTrackCandidateProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 108 of file IsolatedPixelTrackCandidateProducer.cc.
References GlobalPosition_Frontier_DevDB_cff::tag.
|
override |
Definition at line 134 of file IsolatedPixelTrackCandidateProducer.cc.
|
override |
Definition at line 156 of file IsolatedPixelTrackCandidateProducer.cc.
References SQLiteEnsembleGenerator_cfg::BField, bfVal_, DetId::Ecal, EcalBarrel, EcalEndcap, edm::EventSetup::getData(), CaloGeometry::getSubdetectorGeometry(), VolumeBasedMagneticField::inTesla(), PV3DBase< T, PVType, FrameType >::mag(), rEB_, tok_bFieldH_, tok_geom_, and zEE_.
|
static |
Definition at line 136 of file IsolatedPixelTrackCandidateProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, HLT_FULL_cff::InputTag, and AlCaHLTBitMon_QueryRunRegistry::string.
double IsolatedPixelTrackCandidateProducer::getDistInCM | ( | double | eta1, |
double | phi1, | ||
double | eta2, | ||
double | phi2 | ||
) |
Definition at line 322 of file IsolatedPixelTrackCandidateProducer.cc.
References funct::abs(), angle(), funct::cos(), funct::exp(), M_PI_2, rEB_, funct::sin(), funct::tan(), and zEE_.
Referenced by produce().
std::pair< double, double > IsolatedPixelTrackCandidateProducer::GetEtaPhiAtEcal | ( | double | etaIP, |
double | phiIP, | ||
double | pT, | ||
int | charge, | ||
double | vtxZ | ||
) |
Definition at line 342 of file IsolatedPixelTrackCandidateProducer.cc.
References funct::abs(), alpha, bfVal_, RecoTauCleanerPlugins::charge, srCondWrite_cfg::deltaPhi, ebEtaBoundary_, funct::exp(), log, M_PI, M_PI_2, rEB_, funct::sin(), funct::tan(), theta(), z, and zEE_.
Referenced by produce().
|
override |
Definition at line 173 of file IsolatedPixelTrackCandidateProducer.cc.
References funct::abs(), RecoTauCleanerPlugins::charge, reco::deltaR(), PVValHelper::dxy, PVValHelper::dz, PVValHelper::eta, newFWLiteAna::found, edm::Event::getByToken(), getDistInCM(), GetEtaPhiAtEcal(), mps_fire::i, dqmiolumiharvest::j, maxPForIsolationValue_, minPTrackValue_, eostools::move(), convertSQLiteXML::ok, AlCaHLTBitMon_ParallelJobs::p, phi, pixelIsolationConeSizeAtEC_, prelimCone_, DiDispStaMuonMonitor_cfi::pt, edm::Event::put(), fileCollector::seed, reco::IsolatedPixelTrackCandidate::setEtaPhiEcal(), tauAssocCone_, tok_l1_, tok_vert_, toks_pix_, HLT_FULL_cff::trackCollection, vtxCutIsol_, and vtxCutSeed_.
|
private |
Definition at line 91 of file IsolatedPixelTrackCandidateProducer.cc.
|
private |
Definition at line 105 of file IsolatedPixelTrackCandidateProducer.cc.
Referenced by beginRun(), and GetEtaPhiAtEcal().
|
private |
Definition at line 100 of file IsolatedPixelTrackCandidateProducer.cc.
Referenced by GetEtaPhiAtEcal().
|
private |
Definition at line 99 of file IsolatedPixelTrackCandidateProducer.cc.
Referenced by produce().
|
private |
Definition at line 98 of file IsolatedPixelTrackCandidateProducer.cc.
Referenced by produce().
|
private |
Definition at line 93 of file IsolatedPixelTrackCandidateProducer.cc.
Referenced by produce().
|
private |
Definition at line 92 of file IsolatedPixelTrackCandidateProducer.cc.
Referenced by produce().
|
private |
Definition at line 103 of file IsolatedPixelTrackCandidateProducer.cc.
Referenced by beginRun(), getDistInCM(), and GetEtaPhiAtEcal().
|
private |
Definition at line 96 of file IsolatedPixelTrackCandidateProducer.cc.
Referenced by produce().
|
private |
Definition at line 97 of file IsolatedPixelTrackCandidateProducer.cc.
|
private |
Definition at line 88 of file IsolatedPixelTrackCandidateProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 89 of file IsolatedPixelTrackCandidateProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 84 of file IsolatedPixelTrackCandidateProducer.cc.
|
private |
Definition at line 85 of file IsolatedPixelTrackCandidateProducer.cc.
Referenced by produce().
|
private |
Definition at line 86 of file IsolatedPixelTrackCandidateProducer.cc.
Referenced by produce().
|
private |
Definition at line 87 of file IsolatedPixelTrackCandidateProducer.cc.
Referenced by produce().
|
private |
Definition at line 95 of file IsolatedPixelTrackCandidateProducer.cc.
Referenced by produce().
|
private |
Definition at line 94 of file IsolatedPixelTrackCandidateProducer.cc.
Referenced by produce().
|
private |
Definition at line 104 of file IsolatedPixelTrackCandidateProducer.cc.
Referenced by beginRun(), getDistInCM(), and GetEtaPhiAtEcal().