144 |
|
|
145 |
void SetMeasure(double *xmeas, double *ymeas, double *zmeas); |
void SetMeasure(double *xmeas, double *ymeas, double *zmeas); |
146 |
void SetResolution(double *rx, double *ry); |
void SetResolution(double *rx, double *ry); |
147 |
|
void SetTail(double *tx, double *ty, double factor); |
148 |
|
void SetStudentParam(int flag); |
149 |
void SetGood(int *xg, int *yg); |
void SetGood(int *xg, int *yg); |
150 |
void LoadField(TString s); |
void LoadField(TString s); |
151 |
void Fit(double pfixed, int& fail, int iprint); |
void Fit(double pfixed, int& fail, int iprint, int froml1); |
152 |
|
void Fit(double pfixed, int& fail, int iprint){ Fit(pfixed,fail,iprint,0); }; |
153 |
void FitReset(); |
void FitReset(); |
154 |
void SetTrackingMode(int trackmode); |
void SetTrackingMode(int trackmode); |
155 |
void SetPrecisionFactor(double fact); |
void SetPrecisionFactor(double fact); |
156 |
void SetStepMin(int istepmin); |
void SetStepMin(int istepmin); |
157 |
|
|
158 |
|
void EvaluateClusterPositions(); |
159 |
|
|
160 |
void FillMiniStruct(cMini2track&); |
void FillMiniStruct(cMini2track&); |
161 |
void SetFromMiniStruct(cMini2track*); |
void SetFromMiniStruct(cMini2track*); |
162 |
|
|
166 |
Int_t GetSensor(int ip); |
Int_t GetSensor(int ip); |
167 |
Bool_t XGood(int ip){ return GetClusterX_ID(ip)!=-1; }; |
Bool_t XGood(int ip){ return GetClusterX_ID(ip)!=-1; }; |
168 |
Bool_t YGood(int ip){ return GetClusterY_ID(ip)!=-1; }; |
Bool_t YGood(int ip){ return GetClusterY_ID(ip)!=-1; }; |
169 |
|
void ResetXGood(int ip){ xgood[ip]=0; }; |
170 |
|
void ResetYGood(int ip){ ygood[ip]=0; }; |
171 |
|
void SetXGood(int ip, int clid, int is); |
172 |
|
void SetYGood(int ip, int clid, int is); |
173 |
|
|
174 |
Bool_t BadClusterX(int ip){ return IsBad(ip,0); }; |
Bool_t BadClusterX(int ip){ return IsBad(ip,0); }; |
175 |
Bool_t BadClusterY(int ip){ return IsBad(ip,1); }; |
Bool_t BadClusterY(int ip){ return IsBad(ip,1); }; |
262 |
void SetFromLevel2Struct() { SetFromLevel2Struct(&level2event_); }; |
void SetFromLevel2Struct() { SetFromLevel2Struct(&level2event_); }; |
263 |
void GetLevel2Struct(cTrkLevel2 *) const; |
void GetLevel2Struct(cTrkLevel2 *) const; |
264 |
void LoadField(TString); |
void LoadField(TString); |
265 |
float GetBX(float*); |
float GetBX(float* v){return TrkParams::GetBX(v);};///< Bx (kGauss) |
266 |
float GetBY(float*); |
float GetBY(float* v){return TrkParams::GetBY(v);};///< By (kGauss) |
267 |
float GetBZ(float*); |
float GetBZ(float* v){return TrkParams::GetBZ(v);};///< Bz (kGauss) |
268 |
Float_t GetZTrk(Int_t); |
Float_t GetZTrk(Int_t); |
269 |
Float_t GetXTrkLeft(){return XTRKL;}; |
Float_t GetXTrkLeft(){return XTRKL;}; |
270 |
Float_t GetXTrkRight(){return XTRKR;}; |
Float_t GetXTrkRight(){return XTRKR;}; |