Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by pam-fi, Fri Sep 25 15:36:40 2009 UTC | revision 1.2 by pam-fi, Tue Oct 27 10:25:02 2009 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 threshold The rigidity-difference threshold (in GV) | * @param threshold The relative rigidity-difference threshold. |
| 28 | */ | */ |
| 29 | TofBetaRigHeCut(const char *cutName, float threshold) : | TofBetaRigHeCut(const char *cutName, float threshold) : |
| 30 | PamCut(cutName), _threshold(threshold) { | PamCut(cutName), _threshold(threshold) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |