--- PamCut/MiscCuts/TrgConfCut/TrgConfCut.h 2009/05/27 13:30:09 1.1.1.1 +++ PamCut/MiscCuts/TrgConfCut/TrgConfCut.h 2009/05/29 10:10:19 1.2 @@ -5,7 +5,7 @@ * Author: Nicola Mori, S. Ricciarini */ -/*! @file TrgConfCut.cpp The TrgConfCut class definition file */ +/*! @file TrgConfCut.cpp The TrgConfCut class declaration file */ #ifndef TRGCONFCUT_H_ #define TRGCONFCUT_H_ @@ -19,7 +19,11 @@ class TrgConfCut: public PamCut { public: - /*! @brief Constructor. */ + /*! @brief Constructor. + * + * @param cutName The cut's name. + * @return + */ TrgConfCut(const char *cutName): PamCut(cutName){ } /*! @brief Destructor. */ @@ -29,8 +33,8 @@ /*! @brief The trigger configuration check. * * @param event The event to analyze. - * @return #CUTOK if trigger configuration is TOF1 - * @return 0 otherwise + * @return #CUTOK if trigger configuration is TOF1. + * @return 0 otherwise. */ int Check(PamLevel2 *event);