EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GFAbsFinitePlane Class Referenceabstract

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

#include <EicRoot/blob/master/genfit/GFAbsFinitePlane.h>

+ Inheritance diagram for GFAbsFinitePlane:
+ Collaboration diagram for GFAbsFinitePlane:

Public Member Functions

virtual bool inActive (const double &u, const double &v) const =0
 
virtual void Print (const Option_t *="") const =0
 
virtual GFAbsFinitePlaneclone () const =0
 Deep copy ctor for polymorphic class.
 
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 42 of file GFAbsFinitePlane.h.

View newest version in sPHENIX GitHub at line 42 of file GFAbsFinitePlane.h

Constructor & Destructor Documentation

GFAbsFinitePlane::~GFAbsFinitePlane ( )
virtual

Definition at line 22 of file GFAbsFinitePlane.cxx.

View newest version in sPHENIX GitHub at line 22 of file GFAbsFinitePlane.cxx

Member Function Documentation

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

Deep copy ctor for polymorphic class.

Implemented in GFRectFinitePlane.

Referenced by GFDetPlane::GFDetPlane(), and GFDetPlane::operator=().

+ Here is the caller graph for this function:

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().

+ Here is the caller graph for this function:

virtual void GFAbsFinitePlane::Print ( const Option_t *  = "") const
pure virtual

Implemented in GFRectFinitePlane.

Referenced by GFDetPlane::Print().

+ Here is the caller graph for this function:


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