Go to the source code of this file.
Definition at line 284 of file RoadSearchCircleSeed.cc.
References RoadSearchCircleSeed::Center(), RoadSearchCircleSeed::ImpactParameter(), RoadSearchCircleSeed::InBarrel(), point, RoadSearchCircleSeed::Points(), RoadSearchCircleSeed::Radius(), RoadSearchCircleSeed::straightLine, RoadSearchCircleSeed::Type(), PV3DBase< T, PVType, FrameType >::x(), and PV3DBase< T, PVType, FrameType >::y().
290 ost <<
"Straight Line: number of points: " << seed.
Points().size() <<
"\n";
291 unsigned int counter = 0;
292 for ( std::vector<GlobalPoint>::const_iterator
point = seed.
Points().begin();
296 ost <<
" Point " << counter <<
": " <<
point->x() <<
"," <<
point->y() <<
"\n";
299 ost <<
"Circle: number of points: " << seed.
Points().size() <<
"\n";
300 ost <<
" Radius : " << seed.
Radius() <<
"\n";
301 ost <<
" In the barrel : " << seed.
InBarrel() <<
"\n";
303 ost <<
" Center : " << seed.
Center().
x() <<
"," << seed.
Center().
y() <<
"\n";
304 unsigned int counter = 0;
305 for ( std::vector<GlobalPoint>::const_iterator
point = seed.
Points().begin();
309 ost <<
" Point " << counter <<
" : " <<
point->x() <<
"," <<
point->y() <<
"\n";
GlobalPoint Center() const
double ImpactParameter() const
std::vector< GlobalPoint > Points() const
*vegas h *****************************************************used in the default bin number in original ***version of VEGAS is ***a higher bin number might help to derive a more precise ***grade subtle point