PandaRoot
GFAbsFinitePlane Class Referenceabstract

Abstract base class for implementing arbitrarily shaped finite detector planes. More...

#include <GFAbsFinitePlane.h>

Inheritance diagram for GFAbsFinitePlane:
GFRectFinitePlane

Public Member Functions

virtual bool inActive (const double &u, const double &v) const =0
 
virtual void Print () const =0
 
virtual GFAbsFinitePlaneclone () const =0
 Deep copy ctor for polymorphic class. More...
 
virtual ~GFAbsFinitePlane ()
 

Detailed Description

Abstract base class for implementing arbitrarily shaped finite detector planes.

Finite detector planes could have any shape, e.g. rectangular, trapezoidal, ... Define them by inheriting from this class. Example, see GFRectFinitePlane This is an optional feature for the GFDetPlane class for avoiding fake intersection points in the fitting of loopers.

Definition at line 41 of file GFAbsFinitePlane.h.

Constructor & Destructor Documentation

◆ ~GFAbsFinitePlane()

virtual GFAbsFinitePlane::~GFAbsFinitePlane ( )
virtual

Member Function Documentation

◆ clone()

virtual GFAbsFinitePlane* GFAbsFinitePlane::clone ( ) const
pure virtual

Deep copy ctor for polymorphic class.

Implemented in GFRectFinitePlane.

◆ inActive()

virtual bool GFAbsFinitePlane::inActive ( const double &  u,
const double &  v 
) const
pure virtual

Returns whether a u,v point is in the active plane or not. Needs to be implemented in child class.

Implemented in GFRectFinitePlane.

Referenced by GFDetPlane::inActive().

◆ Print()

virtual void GFAbsFinitePlane::Print ( ) const
pure virtual

Implemented in GFRectFinitePlane.


The documentation for this class was generated from the following file: