--- PamCut/TrkCuts/TrkGeomCut/TrkGeomCut.h 2010/03/10 08:54:20 1.2 +++ PamCut/TrkCuts/TrkGeomCut/TrkGeomCut.h 2010/03/26 10:37:54 1.3 @@ -24,11 +24,12 @@ * * The parameters are the width of the regions on each side of a view that define the * fiducial acceptance region. The detector size is therefore reduce by an amount of xTol - * (yTol) on each side of the X (Y) view. + * (yTol) on each side of the X (Y) view for all the GF planes except fot M1 and M2. For these, + * xMagnTol and yMagnTol will be used as parameters. * * @param cutName The cut's name. - * @param xTol The fiducial border on X view for a generic plane in cm. - * @param yTol The fiducial border on Y view for a generic plane in cm. + * @param xTol The fiducial border on X view for a generic plane in cm (except M1 and M2). + * @param yTol The fiducial border on Y view for a generic plane in cm (except M1 and M2). * @param xMagnTol The fiducial border on X view for M1 and M2 in cm. * @param yMagnTol The fiducial border on Y view for M1 and M2 in cm. */