/[PAMELA software]/PamCut/CaloCuts/CaloGeomYSensCut/CaloGeomYSensCut.h
ViewVC logotype

Diff of /PamCut/CaloCuts/CaloGeomYSensCut/CaloGeomYSensCut.h

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

revision 1.1.2.1 by pam-fi, Thu May 6 17:08:02 2010 UTC revision 1.1.2.2 by pam-fi, Thu Jul 8 10:43:10 2010 UTC
# Line 7  Line 7 
7    
8  /*! @file CaloGeomYSensCut.h The CaloGeomYSensCut class definition file */  /*! @file CaloGeomYSensCut.h The CaloGeomYSensCut class definition file */
9    
10    #ifndef NO_CALOAXIS
11    
12  #ifndef CALOGEOMYSENSCUT_H_  #ifndef CALOGEOMYSENSCUT_H_
13  #define CALOGEOMYSENSCUT_H_  #define CALOGEOMYSENSCUT_H_
14    
15  #include "../../PamCutBase/PamCutBase.h"  #include "../../PamCutBase/PamCutBase.h"
16  #include "../../CaloAxis2.h"  #include <CaloAxis.h>
17    
18  /*! @brief The geometric cut using the calorimeter track AND checking the TRK crossed sensor along Y.  /*! @brief The geometric cut using the calorimeter track AND checking the TRK crossed sensor along Y.
19   *   *
# Line 68  public: Line 70  public:
70    /*! @brief The geometry check using the calorimeter's track.    /*! @brief The geometry check using the calorimeter's track.
71     *     *
72     * @param event The event to analyze.     * @param event The event to analyze.
73       * @return CUTOK if CALO track is inside fiducial acceptance and crosses the same Y sensor on each TRK plane.
74     */     */
75    int Check(PamLevel2 *event);    int Check(PamLevel2 *event);
76    
# Line 81  private: Line 84  private:
84  };  };
85    
86  #endif /* CALOGEOMYSENSCUT_H_ */  #endif /* CALOGEOMYSENSCUT_H_ */
87    #endif /* NO_CALOAXIS */

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.23