--- PamCut/MiscCuts/PitchAngleCut/PitchAngleCut.h 2010/04/05 09:07:45 1.1.1.1 +++ PamCut/MiscCuts/PitchAngleCut/PitchAngleCut.h 2010/07/29 09:44:14 1.1.1.1.2.1 @@ -18,10 +18,9 @@ /*! @brief Constructor. * - * * @param cutName The cut's name.. - * @param PitchMin The minimum threshold value of the pitch-angle - * @param PitchMax The maximum threshold value of the pitch-angle + * @param pitchMin The minimum threshold value of the pitch-angle + * @param pitchMax The maximum threshold value of the pitch-angle */ PitchAngleCut(const char *cutName, Float_t pitchMin, Float_t pitchMax) : PamCut(cutName), _pitchMin(pitchMin), _pitchMax(pitchMax) {