13 const float theRocWidth = 8.1;
14 const float theRocHeight = 8.1;
20 theDetConditions(&conditions)
22 if ( dynamic_cast<const PixelGeomDetUnit*>(gdet) == 0) {
23 throw MeasurementDetException(
"TkPixelMeasurementDet constructed with a GeomDet which is not a PixelGeomDetUnit");
55 auto oldSize = result.
size();
57 for (
auto &&
hit : allHits) {
58 std::pair<bool,double> diffEst = est.
estimate( stateOnThisDet, *
hit);
63 if (result.
size()>oldSize)
return true;
80 return std::make_shared<SiPixelRecHit>( std::get<0>(params), std::get<1>(params), std::get<2>(params),
fastGeomDet(), cluster);
97 if (
isActive(data) ==
false)
return result;
103 result.reserve(detSet.
size());
110 int xminus = PMinus.
x();
111 int yminus = PMinus.y();
112 int xplus = PPlus.x()+0.5f;
113 int yplus = PPlus.y()+0.5f;
124 for (
auto ci = detSet.
begin(); ci != rightCluster; ++ci ) {
127 edm::LogError(
"IndexMisMatch")<<
"TkPixelMeasurementDet cannot create hit because of index mismatch.";
132 edm::LogError(
"IndexMisMatch")<<
"TkPixelMeasurementDet cannot create hit because of index mismatch. i.e "<<index<<
" >= "<<data.
pixelClustersToSkip().size();
136 if (ci->maxPixelRow()<xminus)
continue;
138 if (ci->minPixelCol()>yplus)
continue;
139 if (ci->maxPixelCol()<yminus)
continue;
158 if ( (
std::abs(it->x() - lp.
x()) < dx) &&
159 (
std::abs(it->y() - lp.
y()) < dy) )
return true;
virtual ReturnType getParameters(const SiPixelCluster &cl, const GeomDetUnit &det) const =0
virtual bool measurements(const TrajectoryStateOnSurface &stateOnThisDet, const MeasurementEstimator &est, const MeasurementTrackerEvent &dat, TempMeasurements &result) const
const LocalTrajectoryParameters & localParameters() const
std::vector< LocalPoint > badRocPositions_
const PixelClusterParameterEstimator * cpe() const
virtual RecHitContainer recHits(const TrajectoryStateOnSurface &, const MeasurementTrackerEvent &dat) const override
LocalPoint localPosition() const
bool hasBadComponents(const TrajectoryStateOnSurface &tsos, const MeasurementTrackerEvent &dat) const
RecHitContainer compHits(const TrajectoryStateOnSurface &, const MeasurementTrackerEvent &dat, float xl, float yl) const
const edm::Handle< edmNew::DetSetVector< SiPixelCluster > > & handle() const
TrackingRecHit::RecHitPointer buildRecHit(const SiPixelClusterRef &cluster, const LocalTrajectoryParameters <p) const
const std::vector< bool > & pixelClustersToSkip() const
LocalError positionError() const
TrackingRecHit::ConstRecHitPointer theMissingHit
const GeomDet & fastGeomDet() const
uint32_t rawId() const
get the raw id
const PxMeasurementDetSet & pixelData() const
void add(ConstRecHitPointer const &h, float d)
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
virtual MeasurementPoint measurementPosition(const LocalPoint &) const =0
TkPixelMeasurementDet(const GeomDet *gdet, PxMeasurementConditionSet &conditionSet)
data_type const * data(size_t cell) const
Abs< T >::type abs(const T &t)
DetId geographicalId() const
The label of this GeomDet.
const LocalTrajectoryError & localError() const
bool isActive(const MeasurementTrackerEvent &data) const
Is this module active in reconstruction? It must be both 'setActiveThisEvent' and 'setActive'...
std::shared_ptr< TrackingRecHit const > RecHitPointer
TrackingRecHit::ConstRecHitPointer theInactiveHit
virtual const PixelTopology & specificTopology() const
Returns a reference to the pixel proxy topology.
TrackingRecHit::ConstRecHitContainer RecHitContainer
Pixel cluster – collection of neighboring pixels above threshold.
char data[epos_bytes_allocation]
const PixelGeomDetUnit & specificGeomDet() const
virtual HitReturnType estimate(const TrajectoryStateOnSurface &ts, const TrackingRecHit &hit) const =0
edm::Ref< typename HandleT::element_type, typename HandleT::element_type::value_type::value_type > makeRefTo(HandleT const &handle, const_iterator ci) const
const PixelDetSet & detSet(int i) const
static uInt32 F(BLOWFISH_CTX *ctx, uInt32 x)
bool isEmpty(const PxMeasurementDetSet &data) const