--- PamCut/TrkCuts/TrkSigmaDeflCut/TrkSigmaDeflCut.h 2010/05/03 14:37:18 1.2 +++ PamCut/TrkCuts/TrkSigmaDeflCut/TrkSigmaDeflCut.h 2010/06/03 14:29:36 1.2.2.1 @@ -29,6 +29,7 @@ * Note that it must contain both the upper and lower limits, and * that the elements must be ordered (ie., lowest rigidity value in the first * element and so on). + * @param sigmaDeflFactor The factor to multiply sigma_deflection by before comparing it to the deflection. */ TrkSigmaDeflCut(const char *cutName, std::vector binning, float sigmaDeflFactor = 1.) : PamCut(cutName), _binning(binning), _sigmaDeflFactor(sigmaDeflFactor) { @@ -41,6 +42,7 @@ * Note that it must contain both the upper and lower limits, and * that the elements must be ordered (ie., lowest rigidity value in the first * element and so on). + * @param sigmaDeflFactor The factor to multiply sigma_deflection by before comparing it to the deflection. */ TrkSigmaDeflCut(const char *cutName, const char* rigBinListFileName, float deflFactor = 1.);