#include <IsolatedPixelTrackCandidateProducer.h>
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 | |
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 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::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<> | |
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 42 of file IsolatedPixelTrackCandidateProducer.h.
IsolatedPixelTrackCandidateProducer::IsolatedPixelTrackCandidateProducer | ( | const edm::ParameterSet & | ps | ) |
Definition at line 37 of file IsolatedPixelTrackCandidateProducer.cc.
References GlobalPosition_Frontier_DevDB_cff::tag.
|
override |
Definition at line 61 of file IsolatedPixelTrackCandidateProducer.cc.
|
override |
Definition at line 83 of file IsolatedPixelTrackCandidateProducer.cc.
References ProducerES_cfi::BField, bfVal_, DetId::Ecal, EcalBarrel, EcalEndcap, edm::EventSetup::get(), get, CaloGeometry::getSubdetectorGeometry(), VolumeBasedMagneticField::inTesla(), rEB_, zEE_, and geometryCSVtoXML::zz.
|
static |
Definition at line 63 of file IsolatedPixelTrackCandidateProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), HLT_2018_cff::InputTag, AlCaHLTBitMon_QueryRunRegistry::string, and SiPixelMonitorTrack_cfi::tracksrc.
double IsolatedPixelTrackCandidateProducer::getDistInCM | ( | double | eta1, |
double | phi1, | ||
double | eta2, | ||
double | phi2 | ||
) |
Definition at line 250 of file IsolatedPixelTrackCandidateProducer.cc.
References funct::abs(), angle(), funct::cos(), HLT_2018_cff::eta1, HLT_2018_cff::eta2, JetChargeProducer_cfi::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 270 of file IsolatedPixelTrackCandidateProducer.cc.
References funct::abs(), zMuMuMuonUserData::alpha, bfVal_, ALCARECOTkAlJpsiMuMu_cff::charge, SiPixelRawToDigiRegional_cfi::deltaPhi, ebEtaBoundary_, JetChargeProducer_cfi::exp, dqm-mbProfile::log, M_PI, M_PI_2, PVValHelper::pT, rEB_, funct::sin(), funct::tan(), theta(), z, and zEE_.
Referenced by produce().
|
override |
Definition at line 102 of file IsolatedPixelTrackCandidateProducer.cc.
References funct::abs(), ALCARECOTkAlJpsiMuMu_cff::charge, reco::deltaR(), PVValHelper::dxy, PVValHelper::dz, PVValHelper::eta, newFWLiteAna::found, edm::Event::getByToken(), getDistInCM(), GetEtaPhiAtEcal(), mps_fire::i, dqmiolumiharvest::j, RecoMuonValidator_cfi::maxP, maxPForIsolationValue_, minPTrackValue_, eostools::move(), convertSQLiteXML::ok, AlCaHLTBitMon_ParallelJobs::p, phi, pixelIsolationConeSizeAtEC_, prelimCone_, DiDispStaMuonMonitor_cfi::pt, edm::Event::put(), SurveyInfoScenario_cff::seed, reco::IsolatedPixelTrackCandidate::setEtaPhiEcal(), tauAssocCone_, tok_l1_, tok_vert_, toks_pix_, duplicaterechits_cfi::trackCollection, vtxCutIsol_, and vtxCutSeed_.
|
private |
Definition at line 68 of file IsolatedPixelTrackCandidateProducer.h.
|
private |
Definition at line 82 of file IsolatedPixelTrackCandidateProducer.h.
Referenced by beginRun(), and GetEtaPhiAtEcal().
|
private |
Definition at line 77 of file IsolatedPixelTrackCandidateProducer.h.
Referenced by GetEtaPhiAtEcal().
|
private |
Definition at line 76 of file IsolatedPixelTrackCandidateProducer.h.
Referenced by produce().
|
private |
Definition at line 75 of file IsolatedPixelTrackCandidateProducer.h.
Referenced by produce().
|
private |
Definition at line 70 of file IsolatedPixelTrackCandidateProducer.h.
Referenced by produce().
|
private |
Definition at line 69 of file IsolatedPixelTrackCandidateProducer.h.
Referenced by produce().
|
private |
Definition at line 80 of file IsolatedPixelTrackCandidateProducer.h.
Referenced by beginRun(), getDistInCM(), and GetEtaPhiAtEcal().
|
private |
Definition at line 73 of file IsolatedPixelTrackCandidateProducer.h.
Referenced by produce().
|
private |
Definition at line 74 of file IsolatedPixelTrackCandidateProducer.h.
|
private |
Definition at line 63 of file IsolatedPixelTrackCandidateProducer.h.
|
private |
Definition at line 64 of file IsolatedPixelTrackCandidateProducer.h.
Referenced by produce().
|
private |
Definition at line 65 of file IsolatedPixelTrackCandidateProducer.h.
Referenced by produce().
|
private |
Definition at line 66 of file IsolatedPixelTrackCandidateProducer.h.
Referenced by produce().
|
private |
Definition at line 72 of file IsolatedPixelTrackCandidateProducer.h.
Referenced by produce().
|
private |
Definition at line 71 of file IsolatedPixelTrackCandidateProducer.h.
Referenced by produce().
|
private |
Definition at line 81 of file IsolatedPixelTrackCandidateProducer.h.
Referenced by beginRun(), getDistInCM(), and GetEtaPhiAtEcal().