#include <RecoTracker/DeDx/plugins/DeDxHitInfoProducer.cc>
Public Member Functions | |
DeDxHitInfoProducer (const edm::ParameterSet &) | |
~DeDxHitInfoProducer () 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 |
Private Member Functions | |
void | beginRun (edm::Run const &run, const edm::EventSetup &) override |
void | makeCalibrationMap (const TrackerGeometry &tkGeom) |
void | processHit (const TrackingRecHit *recHit, const float trackMomentum, const float cosine, reco::DeDxHitInfo &hitDeDxInfo, const LocalPoint &hitLocalPos) |
void | produce (edm::Event &, const edm::EventSetup &) override |
uint64_t | xorshift128p (uint64_t state[2]) |
Private Attributes | |
std::vector< std::vector< float > > | calibGains |
const float | lowPtTracksDeDxThreshold |
GenericTruncatedAverageDeDxEstimator | lowPtTracksEstimator |
const unsigned int | lowPtTracksPrescaleFail |
const unsigned int | lowPtTracksPrescalePass |
const std::string | m_calibrationPath |
unsigned int | m_off |
edm::ESGetToken < TrackerGeometry, TrackerDigiGeometryRecord > | m_tkGeomToken |
edm::EDGetTokenT < reco::TrackCollection > | m_tracksTag |
const float | maxTrackEta |
const float | MeVperADCPixel |
const float | MeVperADCStrip |
const unsigned int | minTrackHits |
const float | minTrackPt |
const float | minTrackPtPrescale |
const bool | shapetest |
edm::ESHandle< TrackerGeometry > | tkGeom |
const bool | useCalibration |
const bool | usePixel |
const bool | useStrip |
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 |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 35 of file DeDxHitInfoProducer.h.
|
explicit |
Definition at line 26 of file DeDxHitInfoProducer.cc.
References edm::ParameterSet::getParameter(), m_tkGeomToken, m_tracksTag, usePixel, and useStrip.
|
override |
Definition at line 53 of file DeDxHitInfoProducer.cc.
|
overrideprivate |
Definition at line 56 of file DeDxHitInfoProducer.cc.
References calibGains, edm::EventSetup::getHandle(), m_calibrationPath, m_off, m_tkGeomToken, DeDxTools::makeCalibrationMap(), GeomDetEnumerators::PixelBarrel, tkGeom, and useCalibration.
|
private |
|
private |
Definition at line 161 of file DeDxHitInfoProducer.cc.
References funct::abs(), reco::DeDxHitInfo::addHit(), calibGains, runTheMatrix::const, TrackerSingleRecHit::detUnit(), TrackingRecHit::detUnit(), validate-o2o-wbm::f, TrackingRecHit::geographicalId(), DeDxTools::getCharge(), m_off, SiStripPI::max, SiStripMatchedRecHit2D::monoHit(), SiStripMatchedRecHit2D::stereoHit(), TrackerSingleRecHit::stripCluster(), tkGeom, usePixel, and useStrip.
Referenced by produce().
|
overrideprivate |
Definition at line 65 of file DeDxHitInfoProducer.cc.
References funct::abs(), reco::DeDxHitInfo::charge(), GenericTruncatedAverageDeDxEstimator::dedx(), reco::DeDxHitInfo::detId(), reco::TrackBase::eta(), edm::EventID::event(), reco::Track::extra(), edm::Event::getByToken(), h, hcalSimParameters_cfi::hb, mps_fire::i, edm::EventBase::id(), dqmdumpme::indices, trackerHitRTTI::isFromDet(), dqmiolumiharvest::j, lowPtTracksDeDxThreshold, lowPtTracksEstimator, lowPtTracksPrescaleFail, lowPtTracksPrescalePass, edm::EventID::luminosityBlock(), m_tracksTag, maxTrackEta, MeVperADCPixel, MeVperADCStrip, minTrackHits, minTrackPt, minTrackPtPrescale, eostools::move(), dqmiodumpmetadata::n, reco::TrackBase::numberOfValidHits(), reco::TrackBase::p(), reco::DeDxHitInfo::pathlength(), makeHLTPrescaleTable::prescales, processHit(), edm::Handle< T >::product(), reco::TrackBase::pt(), edm::Event::put(), reco::Track::recHitsBegin(), reco::Track::recHitsSize(), DeDxTools::shapeSelection(), shapetest, reco::DeDxHitInfo::size(), reco::DeDxHitInfo::stripCluster(), DetId::subdetId(), HLT_FULL_cff::track, HLT_FULL_cff::trackCollection, and xorshift128p().
|
inlineprivate |
|
private |
Definition at line 73 of file DeDxHitInfoProducer.h.
Referenced by beginRun(), and processHit().
|
private |
Definition at line 71 of file DeDxHitInfoProducer.h.
Referenced by produce().
|
private |
Definition at line 70 of file DeDxHitInfoProducer.h.
Referenced by produce().
|
private |
Definition at line 69 of file DeDxHitInfoProducer.h.
Referenced by produce().
|
private |
Definition at line 69 of file DeDxHitInfoProducer.h.
Referenced by produce().
|
private |
Definition at line 65 of file DeDxHitInfoProducer.h.
Referenced by beginRun().
|
private |
Definition at line 74 of file DeDxHitInfoProducer.h.
Referenced by beginRun(), and processHit().
|
private |
Definition at line 77 of file DeDxHitInfoProducer.h.
Referenced by beginRun(), and DeDxHitInfoProducer().
|
private |
Definition at line 53 of file DeDxHitInfoProducer.h.
Referenced by DeDxHitInfoProducer(), and produce().
|
private |
Definition at line 63 of file DeDxHitInfoProducer.h.
Referenced by produce().
|
private |
Definition at line 57 of file DeDxHitInfoProducer.h.
Referenced by produce().
|
private |
Definition at line 58 of file DeDxHitInfoProducer.h.
Referenced by produce().
|
private |
Definition at line 60 of file DeDxHitInfoProducer.h.
Referenced by produce().
|
private |
Definition at line 61 of file DeDxHitInfoProducer.h.
Referenced by produce().
|
private |
Definition at line 62 of file DeDxHitInfoProducer.h.
Referenced by produce().
|
private |
Definition at line 67 of file DeDxHitInfoProducer.h.
Referenced by produce().
|
private |
Definition at line 76 of file DeDxHitInfoProducer.h.
Referenced by beginRun(), and processHit().
|
private |
Definition at line 66 of file DeDxHitInfoProducer.h.
Referenced by beginRun().
|
private |
Definition at line 55 of file DeDxHitInfoProducer.h.
Referenced by DeDxHitInfoProducer(), and processHit().
|
private |
Definition at line 56 of file DeDxHitInfoProducer.h.
Referenced by DeDxHitInfoProducer(), and processHit().