/[PAMELA software]/PamCut/TofCuts/TofDedxHeCut/TofDedxHeCut.h
ViewVC logotype

Diff of /PamCut/TofCuts/TofDedxHeCut/TofDedxHeCut.h

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

revision 1.1 by pam-fi, Wed Aug 5 14:03:21 2009 UTC revision 1.2 by pam-fi, Fri Aug 14 10:30:49 2009 UTC
# Line 28  public: Line 28  public:
28    /*! @brief Constructor.    /*! @brief Constructor.
29     *     *
30     * @param cutName The cut's name.     * @param cutName The cut's name.
31       * @param standAlone If true, the cut will use the standalone measure of beta; otherwise it will use the
32       *                   physical track.
33     */     */
34    TofDedxHeCut(const char *cutName) :    TofDedxHeCut(const char *cutName, bool standAlone = true) :
35      PamCut(cutName) {      PamCut(cutName), _standAlone(standAlone) {
36    }    }
37    /*! @brief Destructor. */    /*! @brief Destructor. */
38    ~TofDedxHeCut() {    ~TofDedxHeCut() {
# Line 47  public: Line 49  public:
49    
50  private:  private:
51    
52      bool _standAlone;
53  };  };
54    
55  #endif /* TOFDEDXHECUT_H_ */  #endif /* TOFDEDXHECUT_H_ */

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

  ViewVC Help
Powered by ViewVC 1.1.23