#include <RecoTracker/FastTrackDeDxProducer/src/FastTrackDeDxProducer.cc>
Public Member Functions | |
FastTrackDeDxProducer (const edm::ParameterSet &) | |
~FastTrackDeDxProducer () override=default | |
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 | |
void | beginRun (edm::Run const &, const edm::EventSetup &) override |
void | makeCalibrationMap (const TrackerGeometry &tkGeom) |
void | processHit (const FastTrackerRecHit &recHit, float trackMomentum, float &cosine, reco::DeDxHitCollection &dedxHits, int &NClusterSaturating) |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::vector< std::vector< float > > | calibGains |
bool | convertFromGeV2MeV |
std::string | m_calibrationPath |
std::unique_ptr< BaseDeDxEstimator > | m_estimator |
edm::EDGetTokenT< reco::TrackCollection > | m_tracksTag |
unsigned int | MaxNrStrips |
float | meVperADCPixel |
float | meVperADCStrip |
bool | nothick |
unsigned int | offsetDU_ |
bool | shapetest |
edm::EDGetTokenT< FastTrackerRecHitRefCollection > | simHit2RecHitMapToken |
edm::EDGetTokenT< edm::PSimHitContainer > | simHitsToken |
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > | tkGeomToken |
bool | useCalibration |
bool | usePixel |
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 67 of file FastTrackDeDxProducer.cc.
|
explicit |
Definition at line 138 of file FastTrackDeDxProducer.cc.
References convertFromGeV2MeV, Exception, edm::ParameterSet::getParameter(), m_calibrationPath, m_estimator, m_tracksTag, meVperADCPixel, meVperADCStrip, nothick, shapetest, tkGeomToken, useCalibration, usePixel, and useStrip.
|
overridedefault |
|
overrideprivate |
Definition at line 191 of file FastTrackDeDxProducer.cc.
References calibGains, edm::EventSetup::getData(), m_calibrationPath, m_estimator, deDxTools::makeCalibrationMap(), offsetDU_, GeomDetEnumerators::PixelBarrel, writedatasetfile::run, tkGeomToken, and useCalibration.
|
static |
Definition at line 116 of file FastTrackDeDxProducer.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and ProducerED_cfi::InputTag.
|
private |
|
private |
Definition at line 246 of file FastTrackDeDxProducer.cc.
References ALCARECOTkAlJpsiMuMu_cff::charge, runTheMatrix::const, convertFromGeV2MeV, nothick, rpcPointValidation_cfi::recHit, shapetest, reco::btau::trackMomentum, usePixel, and useStrip.
Referenced by produce().
|
overrideprivate |
Definition at line 202 of file FastTrackDeDxProducer.cc.
References cms::cuda::assert(), trigObjTnPSource_cfi::filler, h, hcalSimParameters_cfi::hb, iEvent, dqmiolumiharvest::j, m_estimator, m_tracksTag, eostools::move(), processHit(), edm::Handle< T >::product(), rpcPointValidation_cfi::recHit, jetUpdater_cfi::sort, HLT_2023v12_cff::track, and JetHT_cfg::trackCollection.
|
private |
Definition at line 97 of file FastTrackDeDxProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 108 of file FastTrackDeDxProducer.cc.
Referenced by FastTrackDeDxProducer(), and processHit().
|
private |
Definition at line 95 of file FastTrackDeDxProducer.cc.
Referenced by beginRun(), and FastTrackDeDxProducer().
|
private |
Definition at line 86 of file FastTrackDeDxProducer.cc.
Referenced by beginRun(), FastTrackDeDxProducer(), and produce().
|
private |
Definition at line 88 of file FastTrackDeDxProducer.cc.
Referenced by FastTrackDeDxProducer(), and produce().
|
private |
Definition at line 93 of file FastTrackDeDxProducer.cc.
|
private |
Definition at line 90 of file FastTrackDeDxProducer.cc.
Referenced by FastTrackDeDxProducer().
|
private |
Definition at line 91 of file FastTrackDeDxProducer.cc.
Referenced by FastTrackDeDxProducer().
|
private |
Definition at line 109 of file FastTrackDeDxProducer.cc.
Referenced by FastTrackDeDxProducer(), and processHit().
|
private |
Definition at line 98 of file FastTrackDeDxProducer.cc.
Referenced by beginRun().
|
private |
Definition at line 107 of file FastTrackDeDxProducer.cc.
Referenced by FastTrackDeDxProducer(), and processHit().
|
private |
Definition at line 101 of file FastTrackDeDxProducer.cc.
|
private |
Definition at line 100 of file FastTrackDeDxProducer.cc.
|
private |
Definition at line 102 of file FastTrackDeDxProducer.cc.
Referenced by beginRun(), and FastTrackDeDxProducer().
|
private |
Definition at line 106 of file FastTrackDeDxProducer.cc.
Referenced by beginRun(), and FastTrackDeDxProducer().
|
private |
Definition at line 104 of file FastTrackDeDxProducer.cc.
Referenced by FastTrackDeDxProducer(), and processHit().
|
private |
Definition at line 105 of file FastTrackDeDxProducer.cc.
Referenced by FastTrackDeDxProducer(), and processHit().