TimeToDistConv
virtual | ~LinearTTD() |
static TClass* | Class() |
virtual Double_t | ConvertTimeToDist(Double_t time, Double_t slope) const |
Double_t | GetDriftVel() const |
UInt_t | TreeSearch::TimeToDistConv::GetNparam() const |
virtual Double_t | GetParameter(UInt_t i) const |
virtual TClass* | IsA() const |
TreeSearch::LinearTTD | LinearTTD() |
TreeSearch::LinearTTD | LinearTTD(const TreeSearch::LinearTTD&) |
virtual Int_t | SetParameters(const vector<double>& param) |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
TreeSearch::TimeToDistConv& | TreeSearch::TimeToDistConv::operator=(const TreeSearch::TimeToDistConv& rhs) |
Double_t | fDriftVel | Drift velocity (m/s) |
UInt_t | TreeSearch::TimeToDistConv::fNparam | Number of parameters |
Set parameters. The first element of parameter array is interpreted as the drift velocity in m/s. Further elements are ignored.
Time in s. Return distance in m. slope is used to project the distance of closest approach onto the wire plane (1/cos correction).