79#define TEST_INPUT_COVARIANCE
102 cout<<
"problem to read binning schemes\n";
117#ifdef TEST_ZERO_UNCORR_ERROR
133 cout<<
"problem to read input histograms\n";
163#ifdef TEST_INPUT_COVARIANCE
181 cout<<
"L["<<
unfold.GetLBinning()->GetBinName(
j)<<
"]";
184 if(
c!=0.0) cout<<
" ["<<i<<
"]="<<
c;
222 cout<<
"chi**2="<<
unfold.GetChi2A()<<
"+"<<
unfold.GetChi2L()
223 <<
" / "<<
unfold.GetNdf()<<
"\n";
241 unfold.GetRhoItotal(
"histGlobalCorr",
nullptr,
nullptr,
nullptr,
kFALSE);
244 unfold.GetRhoIJtotal(
"histCorrCoeff",
nullptr,
nullptr,
nullptr,
kFALSE);
247 canvas.
Print(
"testUnfold5.ps[");
291 canvas.
Print(
"testUnfold5.ps");
293 canvas.
Print(
"testUnfold5.ps]");
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
void Clear(Option_t *option="") override
Remove all primitives from the canvas.
TVirtualPad * cd(Int_t subpadnumber=0) override
Set current canvas & pad.
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
A TGraph is an object made of two arrays X and Y with npoints each.
TH1 is the base class of all histogram classes in ROOT.
static void SetDefaultSumw2(Bool_t sumw2=kTRUE)
When this static function is called with sumw2=kTRUE, all new histograms will automatically activate ...
2-D histogram with a double per channel (see TH1 documentation)
Service class for 2-D histogram classes.
void Divide(Int_t nx=1, Int_t ny=1, Float_t xmargin=0.01, Float_t ymargin=0.01, Int_t color=0) override
Automatic pad generation by division.
void Print(const char *filename="") const override
This method is equivalent to SaveAs("filename"). See TPad::SaveAs for details.
Base class for spline implementation containing the Draw/Paint methods.
Binning schemes for use with the unfolding algorithm TUnfoldDensity.
An algorithm to unfold distributions from detector to truth level.
@ kEScanTauRhoMax
maximum global correlation coefficient (from TUnfold::GetRhoI())
EDensityMode
choice of regularisation scale factors to cinstruct the matrix L
@ kDensityModeBinWidth
scale factors from multidimensional bin width
EConstraint
type of extra constraint
@ kEConstraintArea
enforce preservation of the area
ERegMode
choice of regularisation scheme
@ kRegModeCurvature
regularize the 2nd derivative of the output distribution
@ kHistMapOutputHoriz
truth level on x-axis of the response matrix
virtual void SetLogy(Int_t value=1)=0