97 auto vertices = std::make_unique<reco::VertexCollection>();
99 if(!thePixelHits->
empty())
101 vector<VertexHit>
hits;
105 recHitEnd = thePixelHits->
data().end();
115 vector<SiPixelCluster::Pixel> pixels =
recHit->cluster()->pixels();
117 bool pixelOnEdge =
false;
118 for(vector<SiPixelCluster::Pixel>::const_iterator
122 int pos_y = (
int)
pixel->y;
126 { pixelOnEdge =
true;
break; }
135 recHit->localPosition().y(),
136 recHit->localPosition().z());
143 hit.w =
recHit->cluster()->sizeY();
150 int nhits;
int nhits_max = 0;
151 float chi;
float chi_max = 1
e+9;
155 for(
float z0 = -15.9; z0 <= 15.95; z0 += 0.1)
157 nhits = getContainedHits(hits, z0, chi);
161 if(nhits > nhits_max)
162 { chi_max = 1
e+9; nhits_max =
nhits; }
164 if(nhits >= nhits_max)
166 { chi_max = chi; zest = z0; }
171 <<
" [vertex position] estimated = " << zest
172 <<
" | pixel barrel hits = " << thePixelHits->
size();
175 err(2,2) = 0.6 * 0.6;
boost::transform_iterator< IterHelp, const_IdIter > const_iterator
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
Point3DBase< Scalar, LocalTag > LocalPoint
bool getByToken(EDGetToken token, Handle< PROD > &result) const
edm::EDGetTokenT< SiPixelRecHitCollection > pixelToken_
virtual bool isItEdgePixelInX(int ixbin) const =0
GlobalPoint toGlobal(const Local2DPoint &lp) const
Conversion to the global R.F. from the R.F. of the GeomDet.
math::Error< dimension >::type Error
covariance error matrix (3x3)
virtual bool isItEdgePixelInY(int iybin) const =0
const TrackerGeomDet * idToDetUnit(DetId) const override
Return the pointer to the GeomDetUnit corresponding to a given DetId.
data_type const * data(size_t cell) const
math::XYZPoint Point
point in the space
T const * product() const
virtual const PixelTopology & specificTopology() const
Returns a reference to the pixel proxy topology.
const TrackerGeomDet * idToDet(DetId) const override
T const * product() const