Skip to content
Snippets Groups Projects
Commit d656f905 authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

Add missing default constructor

parent e3b6ed09
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,8 @@ class RooArgList ;
class RooParametricStepFunction : public RooAbsPdf {
public:
RooParametricStepFunction() : _nBins(0), _coefIter(0) {}
RooParametricStepFunction(const char *name, const char *title,
RooAbsReal& x, const RooArgList& coefList, TArrayD& limits, Int_t nBins=1) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment