TestOpticalSystem
| #include "OpticalSystem.hh" |
TestOpticalSystem
class description - source file - inheritance tree (.pdf)
class TestOpticalSystem : public OpticalSystem
| Inheritance Chart: | |||||||||||||||||||
|
protected:
virtual EVector getPSF(Photon* p, double thetain) const
public:
TestOpticalSystem()
~TestOpticalSystem()
static TClass* Class()
virtual const char* ClassName() const
virtual const char* ClassType() const
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual Photon* Transport(Photon* p) const
Data Members
protected:
Interpolate* psf
Interpolate* tr
Class Description
Photon* Transport(Photon *p) const
EVector getPSF(Photon *p, double thetain) const
theta is the angle between the photon direction and the lens axis
Inline Functions
void ~TestOpticalSystem()
TestOpticalSystem TestOpticalSystem()
const char* ClassType() const
const char* ClassName() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
