42 |
* Note that it must contain both the upper and lower limits, and |
* Note that it must contain both the upper and lower limits, and |
43 |
* that the elements must be ordered (ie., lowest rigidity value in the first |
* that the elements must be ordered (ie., lowest rigidity value in the first |
44 |
* element and so on). |
* element and so on). |
45 |
* @param sigmaDeflFactor The factor to multiply sigma_deflection by before comparing it to the deflection. |
* @param deflFactor The factor to multiply sigma_deflection by before comparing it to the deflection. |
46 |
*/ |
*/ |
47 |
TrkSigmaDeflCut(const char *cutName, const char* rigBinListFileName, float deflFactor = 1.); |
TrkSigmaDeflCut(const char *cutName, const char* rigBinListFileName, float deflFactor = 1.); |
48 |
|
|