FairRoot/PandaRoot
|
#include <PndRichMirrorSegment.h>
Public Member Functions | |
PndRichMirrorSegment () | |
PndRichMirrorSegment (TVector3 point, TVector3 dims, TVector3 normal) | |
PndRichMirrorSegment (const PndRichMirrorSegment &seg) | |
virtual | ~PndRichMirrorSegment () |
virtual void | Print (const Option_t *opt="") const |
virtual TVector3 | GetPoint () |
virtual TVector3 | GetDims () |
virtual TVector3 | GetNormal () |
void | SetPoint (TVector3 point) |
void | SetDimensions (TVector3 dims) |
void | SetNormal (TVector3 normal) |
Protected Attributes | |
TVector3 | fMiddleFlatMirrorPoint |
TVector3 | fSizeOfFlatMirror |
TVector3 | fNormalOfFlatMirror |
Definition at line 14 of file PndRichMirrorSegment.h.
PndRichMirrorSegment::PndRichMirrorSegment | ( | ) |
Default constructor
Definition at line 15 of file PndRichMirrorSegment.cxx.
PndRichMirrorSegment::PndRichMirrorSegment | ( | TVector3 | point, |
TVector3 | dims, | ||
TVector3 | normal | ||
) |
Definition at line 26 of file PndRichMirrorSegment.cxx.
|
inline |
Copy constructor
Definition at line 27 of file PndRichMirrorSegment.h.
|
virtual |
|
inlinevirtual |
Definition at line 44 of file PndRichMirrorSegment.h.
References fSizeOfFlatMirror.
|
inlinevirtual |
Definition at line 45 of file PndRichMirrorSegment.h.
References fNormalOfFlatMirror.
|
inlinevirtual |
Modifiers Accessors
Definition at line 43 of file PndRichMirrorSegment.h.
References fMiddleFlatMirrorPoint.
|
virtual |
Output to screen
Definition at line 41 of file PndRichMirrorSegment.cxx.
|
inline |
Definition at line 47 of file PndRichMirrorSegment.h.
References fSizeOfFlatMirror.
Referenced by PndRichReco::Init().
|
inline |
Definition at line 48 of file PndRichMirrorSegment.h.
References fNormalOfFlatMirror.
Referenced by PndRichReco::Init().
|
inline |
Definition at line 46 of file PndRichMirrorSegment.h.
References fMiddleFlatMirrorPoint, and point.
Referenced by PndRichReco::Init().
|
protected |
Definition at line 52 of file PndRichMirrorSegment.h.
Referenced by GetPoint(), and SetPoint().
|
protected |
Definition at line 54 of file PndRichMirrorSegment.h.
Referenced by GetNormal(), and SetNormal().
|
protected |
Definition at line 53 of file PndRichMirrorSegment.h.
Referenced by GetDims(), and SetDimensions().