#include <ShallowGainCalibration.h>
Public Member Functions | |
ShallowGainCalibration (const edm::ParameterSet &) | |
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 | |
bool | isFarFromBorder (TrajectoryStateOnSurface *trajState, const uint32_t detid, const edm::EventSetup *iSetup) |
void | produce (edm::Event &, const edm::EventSetup &) override |
double | thickness (DetId id) |
Private Attributes | |
const edm::EDGetTokenT < TrajTrackAssociationCollection > | association_token_ |
const edm::ESGetToken < SiStripGain, SiStripGainRcd > | gain_token_ |
std::map< DetId, double > | m_thicknessMap |
const TrackerGeometry * | m_tracker |
std::string | Prefix |
std::string | Suffix |
const edm::ESGetToken < TrackerGeometry, TrackerDigiGeometryRecord > | tkGeom_token_ |
const edm::ESGetToken < TrackerGeometry, TrackerDigiGeometryRecord > | trackerGeometry_token_ |
const edm::EDGetTokenT < edm::View< reco::Track > > | tracks_token_ |
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 51 of file ShallowGainCalibration.h.
|
explicit |
Definition at line 7 of file ShallowGainCalibration.cc.
References Prefix, and Suffix.
|
private |
Definition at line 234 of file ShallowGainCalibration.cc.
References Surface::bounds(), Exception, edm::EventSetup::getHandle(), Bounds::length(), TrajectoryStateOnSurface::localError(), TrajectoryStateOnSurface::localPosition(), LocalTrajectoryError::positionError(), GeomDet::surface(), tkGeom_token_, PV3DBase< T, PVType, FrameType >::y(), and LocalError::yy().
Referenced by produce().
|
overrideprivate |
Definition at line 35 of file ShallowGainCalibration.cc.
References a, SiStripCluster::amplitudes(), association_token_, RecoTauCleanerPlugins::charge, PixelTestBeamValidation_cfi::Charge, SiStripRecHit1D::cluster(), SiStripRecHit2D::cluster(), SiPixelRecHit::cluster(), edm::AssociationMap< edm::OneToOne< std::vector< Trajectory >, reco::TrackCollection, unsigned short > >::const_iterator, shallow::findTrackIndex(), SiStripCluster::firstStrip(), gain_token_, TrackingRecHit::geographicalId(), edm::Event::getByToken(), edm::EventSetup::getData(), edm::EventSetup::getHandle(), h, isFarFromBorder(), edm::ESHandleBase::isValid(), TrajectoryStateOnSurface::isValid(), TrajectoryStateOnSurface::localDirection(), m_tracker, PV3DBase< T, PVType, FrameType >::mag(), Trajectory::measurements(), SiPixelCluster::minPixelCol(), SiPixelCluster::minPixelRow(), SiStripMatchedRecHit2D::monoCluster(), SiStripMatchedRecHit2D::monoId(), eostools::move(), Overlapping, fed_dqm_sourceclient-live_cfg::path, SiPixelCluster::pixelADC(), Prefix, edm::Event::put(), DetId::rawId(), SiStripMatchedRecHit2D::stereoCluster(), SiStripMatchedRecHit2D::stereoId(), Suffix, thickness(), HLT_FULL_cff::track, trackerGeometry_token_, tracks, tracks_token_, PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
|
private |
Definition at line 269 of file ShallowGainCalibration.cc.
References Exception, gpuClustering::id, TrackerGeometry::idToDetUnit(), fastTrackerRecHitType::isPixel(), m_thicknessMap, and m_tracker.
Referenced by produce().
|
private |
Definition at line 57 of file ShallowGainCalibration.h.
Referenced by produce().
|
private |
Definition at line 60 of file ShallowGainCalibration.h.
Referenced by produce().
|
private |
Definition at line 71 of file ShallowGainCalibration.h.
Referenced by thickness().
|
private |
Definition at line 70 of file ShallowGainCalibration.h.
Referenced by produce(), and thickness().
|
private |
Definition at line 64 of file ShallowGainCalibration.h.
Referenced by produce(), and ShallowGainCalibration().
|
private |
Definition at line 63 of file ShallowGainCalibration.h.
Referenced by produce(), and ShallowGainCalibration().
|
private |
Definition at line 61 of file ShallowGainCalibration.h.
Referenced by isFarFromBorder().
|
private |
Definition at line 59 of file ShallowGainCalibration.h.
Referenced by produce().
|
private |
Definition at line 56 of file ShallowGainCalibration.h.
Referenced by produce().