Definition at line 85 of file VertexCompositeCandidateCollectionSelector.cc.
References bsToken_, gather_cfg::cout, debug_, edm::Event::getByToken(), reco::Vertex::isFake(), edm::HandleBase::isValid(), lxyCUT_, lxyWRTbsCUT_, eostools::move(), dqmiodumpmetadata::n, reco::Vertex::ndof(), PV3DBase< T, PVType, FrameType >::perp(), edm::Handle< T >::product(), edm::Event::put(), MetAnalyzer::pv(), pvNDOF_, pvToken_, mps_fire::result, reco::Vertex::tracksSize(), V0Monitor_cff::v0, v0Token_, reco::BeamSpot::x(), reco::Vertex::x(), reco::BeamSpot::y(), reco::Vertex::y(), and reco::Vertex::z().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
89 std::cout <<
"VertexCompositeCandidateCollectionSelector::produce" << std::endl;
92 auto result = std::make_unique<reco::VertexCompositeCandidateCollection>();
97 if (beamspotHandle.isValid())
98 bs = &(*beamspotHandle);
104 pv = &pvHandle->front();
115 int n = (v0Handle.
isValid() ? v0Handle->size() : -1);
119 auto const& v0s = *v0Handle.
product();
120 for (
auto const&
v0 : v0s) {
122 (pv ==
nullptr ? dummyGP :
GlobalPoint((pv->
x() -
v0.vx()), (pv->
y() -
v0.vy()), 0.));
125 float abslxy = (pv ==
nullptr ?
dummy : displacementFromPV2D.
perp());
126 float abslxyWRTbs = (bs ==
nullptr ?
dummy : displacementFromBS2D.
perp());
133 << (abslxyWRTbs >=
lxyWRTbsCUT_ ?
"OK" :
"KO") << std::endl;
OrphanHandle< PROD > put(std::unique_ptr< PROD > product)
Put a new product.
edm::EDGetTokenT< reco::VertexCompositeCandidateCollection > v0Token_
bool getByToken(EDGetToken token, Handle< PROD > &result) const
double y() const
y coordinate
Global3DPoint GlobalPoint
double z() const
z coordinate
double x() const
x coordinate
T const * product() const
double x(const double z) const
x coordinate of the beeam spot position at a given z value (it takes into account the dxdz slope) ...
double y(const double z) const
y coordinate of the beeam spot position at a given z value (it takes into account the dydz slope) ...
edm::EDGetTokenT< reco::VertexCollection > pvToken_
edm::EDGetTokenT< reco::BeamSpot > bsToken_
size_t tracksSize() const
number of tracks