Skip to content
Snippets Groups Projects
Commit c2954e98 authored by Wouter Verkerke's avatar Wouter Verkerke
Browse files

  o RooHist

    - Add default ctor to facilitate persistence


git-svn-id: http://root.cern.ch/svn/root/trunk@3201 27541ba8-7e3a-0410-8455-c3a389f83636
parent 62d361d1
No related branches found
No related tags found
No related merge requests found
/***************************************************************************** /*****************************************************************************
* Project: BaBar detector at the SLAC PEP-II B-factory * Project: BaBar detector at the SLAC PEP-II B-factory
* Package: RooFitCore * Package: RooFitCore
* File: $Id: RooHist.rdl,v 1.7 2001/06/16 20:28:21 david Exp $ * File: $Id: RooHist.rdl,v 1.8 2001/09/27 18:22:29 verkerke Exp $
* Authors: * Authors:
* DK, David Kirkby, Stanford University, kirkby@hep.stanford.edu * DK, David Kirkby, Stanford University, kirkby@hep.stanford.edu
* History: * History:
...@@ -19,6 +19,7 @@ class TH1; ...@@ -19,6 +19,7 @@ class TH1;
class RooHist : public TGraphAsymmErrors, public RooPlotable { class RooHist : public TGraphAsymmErrors, public RooPlotable {
public: public:
RooHist() {} ;
RooHist(Double_t nominalBinWidth, Double_t nSigma= 1); RooHist(Double_t nominalBinWidth, Double_t nSigma= 1);
RooHist(const TH1 &data, Double_t nominalBinWidth= 0, Double_t nSigma= 1); RooHist(const TH1 &data, Double_t nominalBinWidth= 0, Double_t nSigma= 1);
virtual ~RooHist(); virtual ~RooHist();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment