PandaRoot
genfit::RectangularFinitePlane Class Reference

Rectangular finite plane. More...

#include <RectangularFinitePlane.h>

Inheritance diagram for genfit::RectangularFinitePlane:
genfit::AbsFinitePlane

Public Member Functions

 RectangularFinitePlane (const double &, const double &, const double &, const double &)
 give dimensions of finite rectangle: u1,u2, v1,v2 More...
 
 RectangularFinitePlane ()
 
virtual ~RectangularFinitePlane ()
 
bool isInActive (double u, double v) const
 
void Print (const Option_t *="") const
 
RectangularFinitePlaneclone () const
 Deep copy ctor for polymorphic class. More...
 
- Public Member Functions inherited from genfit::AbsFinitePlane
 AbsFinitePlane ()
 
virtual ~AbsFinitePlane ()
 

Additional Inherited Members

- Protected Member Functions inherited from genfit::AbsFinitePlane
 AbsFinitePlane (const AbsFinitePlane &)
 
AbsFinitePlaneoperator= (const AbsFinitePlane &)
 
 ClassDef (AbsFinitePlane, 1)
 

Detailed Description

Rectangular finite plane.

Definition at line 33 of file RectangularFinitePlane.h.

Constructor & Destructor Documentation

◆ RectangularFinitePlane() [1/2]

genfit::RectangularFinitePlane::RectangularFinitePlane ( const double &  ,
const double &  ,
const double &  ,
const double &   
)

give dimensions of finite rectangle: u1,u2, v1,v2

◆ RectangularFinitePlane() [2/2]

genfit::RectangularFinitePlane::RectangularFinitePlane ( )

Referenced by clone().

◆ ~RectangularFinitePlane()

virtual genfit::RectangularFinitePlane::~RectangularFinitePlane ( )
virtual

Member Function Documentation

◆ clone()

RectangularFinitePlane* genfit::RectangularFinitePlane::clone ( ) const
inlinevirtual

Deep copy ctor for polymorphic class.

Implements genfit::AbsFinitePlane.

Definition at line 45 of file RectangularFinitePlane.h.

References genfit::AbsFinitePlane::ClassDef(), and RectangularFinitePlane().

45 { return new RectangularFinitePlane(*this); }

◆ isInActive()

bool genfit::RectangularFinitePlane::isInActive ( double  u,
double  v 
) const
virtual

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

Implements genfit::AbsFinitePlane.

◆ Print()

void genfit::RectangularFinitePlane::Print ( const Option_t *  = "") const
virtual

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