/[PAMELA software]/PamCut/MiscCuts/TrgConfCut/TrgConfCut.h
ViewVC logotype

Diff of /PamCut/MiscCuts/TrgConfCut/TrgConfCut.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by pam-fi, Wed May 27 13:30:09 2009 UTC revision 1.2 by pam-fi, Fri May 29 10:10:19 2009 UTC
# Line 5  Line 5 
5   *      Author: Nicola Mori, S. Ricciarini   *      Author: Nicola Mori, S. Ricciarini
6   */   */
7    
8  /*! @file TrgConfCut.cpp The TrgConfCut class definition file */  /*! @file TrgConfCut.cpp The TrgConfCut class declaration file */
9    
10  #ifndef TRGCONFCUT_H_  #ifndef TRGCONFCUT_H_
11  #define TRGCONFCUT_H_  #define TRGCONFCUT_H_
# Line 19  Line 19 
19  class TrgConfCut: public PamCut {  class TrgConfCut: public PamCut {
20    
21  public:  public:
22    /*! @brief Constructor. */    /*! @brief Constructor.
23       *
24       * @param cutName The cut's name.
25       * @return
26       */
27    TrgConfCut(const char *cutName): PamCut(cutName){    TrgConfCut(const char *cutName): PamCut(cutName){
28    }    }
29    /*! @brief Destructor. */    /*! @brief Destructor. */
# Line 29  public: Line 33  public:
33    /*! @brief The trigger configuration check.    /*! @brief The trigger configuration check.
34     *     *
35     * @param event The event to analyze.     * @param event The event to analyze.
36     * @return #CUTOK if trigger configuration is TOF1     * @return #CUTOK if trigger configuration is TOF1.
37     * @return 0 otherwise     * @return 0 otherwise.
38     */     */
39    int Check(PamLevel2 *event);    int Check(PamLevel2 *event);
40    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23