/[PAMELA software]/PamCut/TrkCuts/TrkRigGeoCut/TrkRigGeoCut.h
ViewVC logotype

Diff of /PamCut/TrkCuts/TrkRigGeoCut/TrkRigGeoCut.h

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

revision 1.2 by pam-fi, Fri May 29 10:10:17 2009 UTC revision 1.3 by pam-fi, Wed Mar 25 17:38:08 2015 UTC
# Line 28  public: Line 28  public:
28     * @param cutName The cut's name.     * @param cutName The cut's name.
29     * @param thresholdCoeff The threshold rigidity coefficient.     * @param thresholdCoeff The threshold rigidity coefficient.
30     */     */
31    TrkRigGeoCut(const char *cutName, float thresholdCoeff) :      TrkRigGeoCut(const char *cutName, const char *trkAlg, float thresholdCoeff) :
32      PamCut(cutName), _thresholdCoeff(thresholdCoeff) {      PamCut(cutName), _trkAlg(trkAlg), _thresholdCoeff(thresholdCoeff) {
33    }    }
34    /*! @brief Destructor. */    /*! @brief Destructor. */
35    ~TrkRigGeoCut() {    ~TrkRigGeoCut() {
# Line 51  public: Line 51  public:
51    
52  private:  private:
53    
54      const char *_trkAlg;
55    float _thresholdCoeff;    float _thresholdCoeff;
56    
57  };  };

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

  ViewVC Help
Powered by ViewVC 1.1.23