#include <TDSPMultiEcho.h>
Inheritance diagram for TDSPSingleEcho:

Definition at line 35 of file TDSPMultiEcho.h.
Public Member Functions | |
| TDSPSingleEcho (Double_t MinTau=0, Double_t TauRange=1, Double_t EnergyFraction=1.) | |
| ~TDSPSingleEcho () | |
| Double_t | GetPhase () const |
| Double_t | GetDoppler () const |
| Double_t | GetTau () const |
| Double_t | GetMinTau () const |
| Double_t | GetMaxTau () const |
| Double_t | GetTauRange () const |
| Double_t | GetFraction () const |
| virtual Double_t | GetProbability (Double_t tau) |
| virtual void | ChangeRepresentation () |
| TGraph * | Graph (TGraph *in=NULL, Double_t x0=-9999, Double_t x1=-9999, UInt_t num=100) |
| void | Draw (Option_t *o="al", Double_t x0=-9999, Double_t x1=-9999, UInt_t num=100) |
| virtual void | Print () |
Protected Attributes | |
| Double_t | fMinTau |
| minimum of this cluster's delay times [us] | |
| Double_t | fTauRange |
| range of this cluster's delay times [us] | |
| Double_t | fFraction |
| EnergyFraction of in this cluster. | |
| Double_t | fTau |
| moment. representation of the echo arrival | |
| Double_t | fPhase |
| moment. representation of the phase | |
| Double_t | fDoppler |
| moment. representation of the Doppler | |
|
||||||||||||||||
|
Definition at line 47 of file TDSPMultiEcho.h. References fDoppler, fFraction, fMinTau, fPhase, and fTauRange.
|
|
|
Definition at line 51 of file TDSPMultiEcho.h.
00051 {};
|
|
|
Reimplemented in TDSPSingleEchoEXP. |
|
||||||||||||||||||||
|
|
|
|
Definition at line 54 of file TDSPMultiEcho.h. References fDoppler.
00054 { return fDoppler;};
|
|
|
Definition at line 59 of file TDSPMultiEcho.h. References fFraction.
00059 { return fFraction;};
|
|
|
Definition at line 57 of file TDSPMultiEcho.h. References fMinTau, and fTauRange.
|
|
|
Definition at line 56 of file TDSPMultiEcho.h. References fMinTau.
00056 { return fMinTau;};
|
|
|
Definition at line 53 of file TDSPMultiEcho.h. References fPhase.
00053 { return fPhase;};
|
|
|
Reimplemented in TDSPSingleEchoEXP. |
|
|
Definition at line 55 of file TDSPMultiEcho.h. References fTau.
00055 { return fTau;};
|
|
|
Definition at line 58 of file TDSPMultiEcho.h. References fTauRange.
00058 { return fTauRange;};
|
|
||||||||||||||||||||
|
|
|
|
Reimplemented in TDSPSingleEchoEXP. |
|
|
moment. representation of the Doppler
Definition at line 43 of file TDSPMultiEcho.h. Referenced by GetDoppler(), and TDSPSingleEcho(). |
|
|
EnergyFraction of in this cluster.
Definition at line 40 of file TDSPMultiEcho.h. Referenced by GetFraction(), and TDSPSingleEcho(). |
|
|
minimum of this cluster's delay times [us]
Definition at line 38 of file TDSPMultiEcho.h. Referenced by GetMaxTau(), GetMinTau(), and TDSPSingleEcho(). |
|
|
moment. representation of the phase
Definition at line 42 of file TDSPMultiEcho.h. Referenced by GetPhase(), and TDSPSingleEcho(). |
|
|
moment. representation of the echo arrival
Definition at line 41 of file TDSPMultiEcho.h. Referenced by GetTau(). |
|
|
range of this cluster's delay times [us]
Definition at line 39 of file TDSPMultiEcho.h. Referenced by GetMaxTau(), GetTauRange(), and TDSPSingleEcho(). |
1.3.2