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

Diff of /PamCut/CaloCuts/CaloTrackCut/CaloTrackCut.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, Wed Mar 10 08:44:02 2010 UTC
# Line 24  public: Line 24  public:
24    /*! @brief Constructor.    /*! @brief Constructor.
25     *     *
26     * @param cutName The cut's name.     * @param cutName The cut's name.
27       * @param shower If false, a single-track fits (FitAxis) is performed; if true, a shower fit (FitShower) is performed
28       *
29     */     */
30    CaloTrackCut(const char *cutName) :    CaloTrackCut(const char *cutName, Bool_t showerFit=false) :
31      PamCut(cutName) {      PamCut(cutName), _showerFit(showerFit) {
32    }    }
33    /*! @brief Destructor. */    /*! @brief Destructor. */
34    ~CaloTrackCut() {    ~CaloTrackCut() {
# Line 47  public: Line 49  public:
49    CaloAxis xCaloAxis;    CaloAxis xCaloAxis;
50    CaloAxis yCaloAxis;    CaloAxis yCaloAxis;
51    /*!@}*/    /*!@}*/
52      
53    private:
54    
55      Bool_t _showerFit;
56      
57  };  };
58    
59  #endif /* CALOTRACKCUT_H_ */  #endif /* CALOTRACKCUT_H_ */

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

  ViewVC Help
Powered by ViewVC 1.1.23