JIdealFocalSurface
| #include "JIdealFocalSurface.hh" |
JIdealFocalSurface
class description - source file - inheritance tree (.pdf)
class JIdealFocalSurface : public IdealFocalSurface
| Inheritance Chart: | |||||||||||||
|
private:
Double_t Zfs(Double_t r)
public:
JIdealFocalSurface()
JIdealFocalSurface(const JIdealFocalSurface&)
virtual ~JIdealFocalSurface()
static TClass* Class()
virtual const char* ClassName() const
virtual const char* ClassType() const
virtual Bool_t HitPosition(Photon* p)
virtual TClass* IsA() const
JIdealFocalSurface& operator=(const JIdealFocalSurface&)
virtual Double_t Profile(Double_t r)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Data Members
private:
Double_t _rho
Double_t _k
Double_t _a
Double_t _b
Double_t _c
Double_t _d
Double_t _prec
Class Description
Bool_t HitPosition(Photon *p)
Double_t Zfs(Double_t r)
Zfs returns the z value of the focal surface as a function of radius
Double_t Profile(Double_t r)
Profile returns the z value of the focal surface as a function of radius in detector coordinates
Inline Functions
void ~JIdealFocalSurface()
JIdealFocalSurface JIdealFocalSurface()
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)
JIdealFocalSurface JIdealFocalSurface(const JIdealFocalSurface&)
JIdealFocalSurface& operator=(const JIdealFocalSurface&)
