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

Diff of /PamCut/TrkCuts/RigFillCut/RigFillCut.h

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

revision 1.1 by pam-fi, Wed May 27 13:30:08 2009 UTC revision 1.3 by pam-fi, Wed Jun 10 12:44:55 2009 UTC
# Line 45  public: Line 45  public:
45     *     *
46     * @param cutName The cut's name.     * @param cutName The cut's name.
47     * @param binning A vector containing the histogram binning in rigidity modulus (X axis) and cutoff rigidity (Y axis).     * @param binning A vector containing the histogram binning in rigidity modulus (X axis) and cutoff rigidity (Y axis).
48     * @param     * @param thresholdCoeff The threshold rigidity coefficient for the event selection.
49     *     *
50     */     */
51    RigFillCut(const char *cutName, std::vector<float> binning, float thresholdCoeff) :    RigFillCut(const char *cutName, std::vector<float> binning, float thresholdCoeff) :
# Line 53  public: Line 53  public:
53      _thresholdCoeff(thresholdCoeff) {      _thresholdCoeff(thresholdCoeff) {
54    }    }
55    
56      /*! @brief Constructor.
57       *
58       * This constructor reads the binning from a text file. The bin limits should be arranged in rows.
59       *
60       * @param cutName The cut's name.
61       * @param rigBinListFileName A text file containing the histogram binning.
62       *                           Note that it must contain both the upper and lower limits, and
63       *                           that the elements must be ordered (ie., lowest rigidity value in the first
64       *                           element and so on).
65       * @param thresholdCoeff The threshold rigidity coefficient for the event selection.
66       *
67       */
68      RigFillCut(const char *cutName, const char* rigBinListFileName, float thresholdCoeff);
69    
70    /*! @brief Destructor. */    /*! @brief Destructor. */
71    ~RigFillCut() {    ~RigFillCut() {
72    }    }

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

  ViewVC Help
Powered by ViewVC 1.1.23