448 |
// |
// |
449 |
//-------------------------------------- |
//-------------------------------------- |
450 |
/** |
/** |
451 |
* Evaluates the cluster position, in pitch units, relative to the strip with the maximum signal (TrkCluster::maxs), by applying the non-linear ETA-algorythm. |
* Evaluates the cluster position, in pitch units, relative to the strip |
452 |
|
* with the maximum signal (TrkCluster::maxs), by applying the non-linear |
453 |
|
* ETA-algorythm. |
454 |
* @param neta Number of strips to evaluate ETA. |
* @param neta Number of strips to evaluate ETA. |
455 |
* @param angle Projected (effective) angle between particle track and detector plane. |
* @param angle Projected (effective) angle between particle track and detector plane. |
456 |
|
* @landi flag to apply Landi correction |
457 |
* Implemented values of neta are 2,3,4. If neta=0, ETA2, ETA3 and ETA4 are applied according to the angle. |
* Implemented values of neta are 2,3,4. If neta=0, ETA2, ETA3 and ETA4 are applied according to the angle. |
458 |
*/ |
*/ |
459 |
Float_t TrkCluster::GetETA(Int_t neta, float angle, bool landi){ |
Float_t TrkCluster::GetETA(Int_t neta, float angle, bool landi){ |
534 |
cnn[j][i]=0; |
cnn[j][i]=0; |
535 |
}; |
}; |
536 |
}; |
}; |
537 |
TrkParams::SetTrackingMode(); |
// TrkParams::SetTrackingMode(); |
538 |
TrkParams::SetPrecisionFactor(); |
// TrkParams::SetPrecisionFactor(); |
539 |
TrkParams::SetStepMin(); |
// TrkParams::SetStepMin(); |
540 |
|
TrkParams::SetMiniDefault(); |
541 |
TrkParams::SetPFA(); |
TrkParams::SetPFA(); |
542 |
} |
} |
543 |
//-------------------------------------- |
//-------------------------------------- |