26 : srcPixelsString_(ps.getParameter<
std::
string>(
"pixelRecHits")),
28 minZ_(ps.getParameter<double>(
"minZ")),
29 maxZ_(ps.getParameter<double>(
"maxZ")),
30 zStep_(ps.getParameter<double>(
"zStep"))
34 produces<reco::VertexCollection>();
46 auto vertices = std::make_unique<reco::VertexCollection>();
53 if (hRecHits.isValid()) {
58 std::vector<VertexHit> vhits;
70 std::vector<SiPixelCluster::Pixel> pixels(
hit->cluster()->pixels());
71 bool pixelOnEdge =
false;
72 for (std::vector<SiPixelCluster::Pixel>::const_iterator
pixel = pixels.begin();
pixel != pixels.end();
74 int pixelX =
pixel->x;
75 int pixelY =
pixel->y;
90 vh.
w =
hit->cluster()->sizeY();
96 int nhits = 0, nhits_max = 0;
97 double chi = 0, chi_max = 1
e+9;
102 if (
nhits > nhits_max) {
106 if (
nhits >= nhits_max && chi < chi_max) {
112 LogTrace(
"MinBiasTracking") <<
" [vertex position] estimated = " << zest
113 <<
" | pixel barrel hits = " << vhits.size();
117 err(2, 2) = 0.6 * 0.6;
131 for (std::vector<VertexHit>::const_iterator
hit =
hits.begin();
hit !=
hits.end();
hit++) {
132 double p = 2 * fabs(
hit->
z -
z0) /
hit->r + 0.5;
133 if (TMath::Abs(
p -
hit->w) <= 1.) {
134 chi += fabs(
p -
hit->w);
Point3DBase< Scalar, LocalTag > LocalPoint
T const & getData(const ESGetToken< T, R > &iToken) const noexcept(false)
int getContainedHits(const std::vector< VertexHit > &hits, double z0, double &chi)
HIPixelClusterVtxProducer(const edm::ParameterSet &ps)
math::Error< dimension >::type Error
covariance error matrix (3x3)
void produce(edm::Event &ev, const edm::EventSetup &es) override
virtual bool isItEdgePixelInX(int ixbin) const =0
math::XYZPoint Point
point in the space
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > trackerToken_
edm::EDGetTokenT< SiPixelRecHitCollection > srcPixels_
const TrackerGeomDet * idToDet(DetId) const override
GlobalPoint toGlobal(const Local2DPoint &lp) const
Conversion to the global R.F. from the R.F. of the GeomDet.
~HIPixelClusterVtxProducer() override
boost::transform_iterator< IterHelp, const_IdIter > const_iterator
std::string srcPixelsString_
virtual bool isItEdgePixelInY(int iybin) const =0
virtual const PixelTopology & specificTopology() const
Returns a reference to the pixel proxy topology.