Skip to content
Snippets Groups Projects
Commit bf4990c5 authored by Jonas Rembser's avatar Jonas Rembser
Browse files

[RF] Exclude RooHistError from IO

This singleton helper class should not be serializable.
parent 79edfbaf
No related branches found
No related tags found
No related merge requests found
......@@ -124,7 +124,6 @@
#pragma link C++ class RooGenContext+ ;
#pragma link C++ class RooGenericPdf+ ;
#pragma link C++ class RooGenProdProj+ ;
#pragma link C++ class RooHistError+ ;
#pragma link C++ class RooHist+ ;
#pragma link C++ class RooImproperIntegrator1D+ ;
#pragma link C++ class RooIntegrator1D+ ;
......
......@@ -131,7 +131,6 @@ private:
Int_t _N1 ;
} ;
ClassDef(RooHistError,1) // Utility class for calculating histogram errors
};
#endif
......@@ -34,10 +34,6 @@ a specified area of a Poisson or Binomail error distribution.
using namespace std;
ClassImp(RooHistError);
;
////////////////////////////////////////////////////////////////////////////////
/// Return a reference to a singleton object that is created the
......
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