#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 std::string | calibrationPath_ |
const bool | doShapeTest_ |
const float | lowPtTracksDeDxThreshold_ |
GenericTruncatedAverageDeDxEstimator | lowPtTracksEstimator_ |
const unsigned int | lowPtTracksPrescaleFail_ |
const unsigned int | lowPtTracksPrescalePass_ |
const float | maxTrackEta_ |
const unsigned int | minTrackHits_ |
const float | minTrackPt_ |
const float | minTrackPtPrescale_ |
unsigned int | offsetDU_ |
const float | theMeVperADCPixel_ |
const float | theMeVperADCStrip_ |
edm::ESHandle< TrackerGeometry > | tkGeom_ |
const edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > | tkGeomToken_ |
const edm::EDGetTokenT< reco::TrackCollection > | tracksToken_ |
const bool | useCalibration_ |
const bool | usePixel_ |
const bool | usePixelForPrescales_ |
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 45 of file DeDxHitInfoProducer.cc.
|
explicit |
Definition at line 98 of file DeDxHitInfoProducer.cc.
References edm::BeginRun, usePixel_, and useStrip_.
|
overridedefault |
|
overrideprivate |
Definition at line 128 of file DeDxHitInfoProducer.cc.
References calibGains_, calibrationPath_, edm::EventSetup::getHandle(), deDxTools::makeCalibrationMap(), TrackerGeometry::offsetDU(), offsetDU_, GeomDetEnumerators::PixelBarrel, tkGeom_, tkGeomToken_, and useCalibration_.
|
private |
|
private |
Definition at line 239 of file DeDxHitInfoProducer.cc.
References funct::abs(), reco::DeDxHitInfo::addHit(), Surface::bounds(), calibGains_, runTheMatrix::const, TrackerSingleRecHit::detUnit(), f, TrackingRecHit::geographicalId(), deDxTools::getCharge(), TrackerGeometry::idToDet(), SiStripPI::max, SiStripMatchedRecHit2D::monoHit(), offsetDU_, rpcPointValidation_cfi::recHit, SiStripMatchedRecHit2D::stereoHit(), TrackerSingleRecHit::stripCluster(), GeomDet::surface(), Bounds::thickness(), tkGeom_, usePixel_, and useStrip_.
Referenced by produce().
|
overrideprivate |
Definition at line 137 of file DeDxHitInfoProducer.cc.
References funct::abs(), reco::DeDxHitInfo::charge(), GenericTruncatedAverageDeDxEstimator::dedx(), reco::DeDxHitInfo::detId(), doShapeTest_, trigObjTnPSource_cfi::filler, h, hcalSimParameters_cfi::hb, hfClusterShapes_cfi::hits, mps_fire::i, iEvent, dqmdumpme::indices, trackerHitRTTI::isFromDet(), dqmiolumiharvest::j, lowPtTracksDeDxThreshold_, lowPtTracksEstimator_, lowPtTracksPrescaleFail_, lowPtTracksPrescalePass_, maxTrackEta_, minTrackHits_, minTrackPt_, minTrackPtPrescale_, eostools::move(), dqmiodumpmetadata::n, reco::DeDxHitInfo::pathlength(), hltrates_dqm_sourceclient-live_cfg::prescales, processHit(), edm::Handle< T >::product(), rpcPointValidation_cfi::recHit, deDxTools::shapeSelection(), reco::DeDxHitInfo::size(), jetUpdater_cfi::sort, reco::DeDxHitInfo::stripCluster(), DetId::subdetId(), theMeVperADCPixel_, theMeVperADCStrip_, HLT_2024v12_cff::track, JetHT_cfg::trackCollection, tracksToken_, usePixelForPrescales_, and xorshift128p().
|
inlineprivate |
|
private |
Definition at line 85 of file DeDxHitInfoProducer.cc.
Referenced by beginRun(), and processHit().
|
private |
Definition at line 72 of file DeDxHitInfoProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 74 of file DeDxHitInfoProducer.cc.
Referenced by produce().
|
private |
Definition at line 78 of file DeDxHitInfoProducer.cc.
Referenced by produce().
|
private |
Definition at line 77 of file DeDxHitInfoProducer.cc.
Referenced by produce().
|
private |
Definition at line 76 of file DeDxHitInfoProducer.cc.
Referenced by produce().
|
private |
Definition at line 76 of file DeDxHitInfoProducer.cc.
Referenced by produce().
|
private |
Definition at line 70 of file DeDxHitInfoProducer.cc.
Referenced by produce().
|
private |
Definition at line 67 of file DeDxHitInfoProducer.cc.
Referenced by produce().
|
private |
Definition at line 68 of file DeDxHitInfoProducer.cc.
Referenced by produce().
|
private |
Definition at line 69 of file DeDxHitInfoProducer.cc.
Referenced by produce().
|
private |
Definition at line 86 of file DeDxHitInfoProducer.cc.
Referenced by beginRun(), and processHit().
|
private |
Definition at line 64 of file DeDxHitInfoProducer.cc.
Referenced by produce().
|
private |
Definition at line 65 of file DeDxHitInfoProducer.cc.
Referenced by produce().
|
private |
Definition at line 82 of file DeDxHitInfoProducer.cc.
Referenced by beginRun(), and processHit().
|
private |
Definition at line 83 of file DeDxHitInfoProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 81 of file DeDxHitInfoProducer.cc.
Referenced by produce().
|
private |
Definition at line 73 of file DeDxHitInfoProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 62 of file DeDxHitInfoProducer.cc.
Referenced by DeDxHitInfoProducer(), and processHit().
|
private |
Definition at line 79 of file DeDxHitInfoProducer.cc.
Referenced by produce().
|
private |
Definition at line 63 of file DeDxHitInfoProducer.cc.
Referenced by DeDxHitInfoProducer(), and processHit().