17 |
float pfaeta3_(int*,float*); |
float pfaeta3_(int*,float*); |
18 |
float pfaeta4_(int*,float*); |
float pfaeta4_(int*,float*); |
19 |
float pfaetal_(int*,float*); |
float pfaetal_(int*,float*); |
20 |
|
float digsat_(int*); |
21 |
int npfastrips_(int*,float*); |
int npfastrips_(int*,float*); |
22 |
|
|
23 |
} |
} |
482 |
}; |
}; |
483 |
|
|
484 |
/** |
/** |
485 |
|
* Evaluates the cluster position, in pitch units, relative to the strip |
486 |
|
* with the maximum signal (TrkCluster::maxs), by applying the digital |
487 |
|
* algorithm for saturated clusters. |
488 |
|
* |
489 |
|
* @return The cluster position (0 also if if no saturated strip is found). |
490 |
|
*/ |
491 |
|
Float_t TrkCluster::GetDigSat() { |
492 |
|
|
493 |
|
GetLevel1Struct(); |
494 |
|
int ic = 1; |
495 |
|
return digsat_(&ic); |
496 |
|
|
497 |
|
} |
498 |
|
|
499 |
|
/** |
500 |
* Evaluates the cluster position, in pitch unit, relative to the strip with |
* Evaluates the cluster position, in pitch unit, relative to the strip with |
501 |
* the maximum signal (TrkCluster::maxs), by applying the PFA set as default (see TrkParams). |
* the maximum signal (TrkCluster::maxs), by applying the PFA set as default (see TrkParams). |
502 |
* @param angle Projected (effective) angle between particle track and detector plane. |
* @param angle Projected (effective) angle between particle track and detector plane. |