/[PAMELA software]/PamCut/MiscCuts/LTGeoFillCut/LTGeoFillCut.h
ViewVC logotype

Diff of /PamCut/MiscCuts/LTGeoFillCut/LTGeoFillCut.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, Fri May 29 10:10:19 2009 UTC
# Line 31  public: Line 31  public:
31     *                Note that it must contain both the upper and lower limits, and     *                Note that it must contain both the upper and lower limits, and
32     *                that the elements must be ordered (ie., lowest value in the first     *                that the elements must be ordered (ie., lowest value in the first
33     *                element and so on).     *                element and so on).
34       * @param thresholdCoeff The threshold rigidity coefficient for the event selection.
35     */     */
36    LTGeoFillCut(const char *cutName, std::vector<float> binning, float thresholdCoeff) :    LTGeoFillCut(const char *cutName, std::vector<float> binning, float thresholdCoeff) :
37      PamCut(cutName), _binning(binning), _thresholdCoeff(thresholdCoeff), _histogram(binning.size() - 1, 0.), _histogram_tot(0.) {      PamCut(cutName), _binning(binning), _thresholdCoeff(thresholdCoeff), _histogram(binning.size() - 1, 0.),
38            _histogram_tot(0.) {
39    }    }
40    /*! @brief Destructor. */    /*! @brief Destructor. */
41    ~LTGeoFillCut() {    ~LTGeoFillCut() {

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

  ViewVC Help
Powered by ViewVC 1.1.23