13#ifndef TRGCDCHoughTransformation_FLAG_
14#define TRGCDCHoughTransformation_FLAG_
18#ifdef TRGCDC_SHORT_NAMES
19#define TCHTransformation TRGCDCHoughTransformation
42 std::string
name(
void)
const;
45 virtual float y(
float xReal,
float yReal,
float x)
const = 0;
48 virtual bool diverge(
float xReal,
float yReal,
float x0,
float x1)
A class to represent a point in 2D.
virtual TRGPoint2D convert(const TRGPoint2D &) const
converts Point2D(r, phi) in real plane into Point2D(r, phi) in Hough plane.
virtual ~TRGCDCHoughTransformation()
Destructor.
std::string name(void) const
returns name.
Abstract base class for different kinds of events.