RecoTrackDirection2
| #include "RecoTrackDirection2.hh" |
RecoTrackDirection2
class description - source file - inheritance tree (.pdf)
class RecoTrackDirection2 : public TObject
| Inheritance Chart: | |||||||||
|
public:
RecoTrackDirection2()
RecoTrackDirection2(const RecoTrackDirection2&)
virtual ~RecoTrackDirection2()
static TClass* Class()
void Clear()
virtual void Copy(TObject&) const
Double_t GetErrorDirection() const
Double_t GetErrorPhi() const
Double_t GetErrorTDP() const
Double_t GetErrorTheta() const
Double_t GetPhi() const
Double_t GetQuality() const
Double_t GetTheta() const
virtual TClass* IsA() const
RecoTrackDirection2& operator=(const RecoTrackDirection2&)
void SetAA1(Double_t t1, Double_t t2, Double_t t3)
void SetAA2(Double_t t1, Double_t t2, Double_t t3)
void SetAE1(Double_t t1, Double_t t2, Double_t t3)
void SetErrorDirection(Double_t t)
void SetErrorPhi(Double_t t)
void SetErrorTDP(Double_t t)
void SetErrorTheta(Double_t t)
void SetNE1(Double_t t1, Double_t t2, Double_t t3)
void SetNE2(Double_t t1, Double_t t2, Double_t t3)
void SetPhi(Double_t t)
void SetQuality(Double_t t)
void SetTheta(Double_t t)
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
Data Members
private:
Double_t fQuality reconstruction quality variable defined by the the module responsible
Double_t fTheta reconstructed Theta
Double_t fPhi reconstructed Phi
Double_t fErrorTheta reconstruction error on Theta
Double_t fErrorPhi reconstruction error on Phi
Double_t fErrorDirection reconstruction error on the track direction
Double_t fErrorTDP reconstruction error on vector perpendicular to TDP
Double_t fThetaAA1
Double_t fThetaAA2
Double_t fThetaNE1
Double_t fThetaNE2
Double_t fThetaAE1
Double_t fPhiAA1
Double_t fPhiAA2
Double_t fPhiNE1
Double_t fPhiNE2
Double_t fPhiAE1
Double_t fErrorDirectionAA1
Double_t fErrorDirectionAA2
Double_t fErrorDirectionNE1
Double_t fErrorDirectionNE2
Double_t fErrorDirectionAE1
Class Description
RecoTrackDirection2 <extensive class description> Config file parameters ====================== <parameter name>: <parameter description> -Valid options: <available options>
void Copy( TObject& other ) const
Copy to a new object
void Clear()
Clear method
Inline Functions
void ~RecoTrackDirection2()
RecoTrackDirection2 RecoTrackDirection2()
RecoTrackDirection2 RecoTrackDirection2(const RecoTrackDirection2&)
void SetAA1(Double_t t1, Double_t t2, Double_t t3)
void SetAA2(Double_t t1, Double_t t2, Double_t t3)
void SetNE1(Double_t t1, Double_t t2, Double_t t3)
void SetNE2(Double_t t1, Double_t t2, Double_t t3)
void SetAE1(Double_t t1, Double_t t2, Double_t t3)
void SetQuality(Double_t t)
void SetTheta(Double_t t)
void SetErrorTheta(Double_t t)
void SetPhi(Double_t t)
void SetErrorPhi(Double_t t)
void SetErrorDirection(Double_t t)
void SetErrorTDP(Double_t t)
Double_t GetQuality() const
Double_t GetTheta() const
Double_t GetPhi() const
Double_t GetErrorTheta() const
Double_t GetErrorPhi() const
Double_t GetErrorDirection() const
Double_t GetErrorTDP() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
RecoTrackDirection2& operator=(const RecoTrackDirection2&)
