Skip to content

Commit f55b279

Browse files
committed
[RF] Remove deprecated RooStats::HistFactory::EstimateSummary class
The longtime-deprecated `RooStats::HistFactory::EstimateSummary` class is removed, including the functions that use it. The information that it was meant to store is managed by the `RooStats::HistFactory::Measurement` object since many years.
1 parent cc25e51 commit f55b279

File tree

7 files changed

+1
-434
lines changed

7 files changed

+1
-434
lines changed

README/ReleaseNotes/v628/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Please use their non-experimental counterparts `ROOT::TBufferMerger` and `ROOT::
5252
was removed. It was not implemented in RooDataSet, so it never worked as
5353
intended. Related to it was the `RooDataHist::cacheValidEntries()` function, which is removed as well.
5454
The preferred way to reduce RooFit datasets to subranges is [RooAbsData::reduce()](https://root.cern.ch/doc/v628/classRooAbsData.html#acfa7b31e5cd751eec1bc4e95d2796390).
55+
- The longtime-deprecated `RooStats::HistFactory::EstimateSummary` class is removed, including the functions that use it. The information that it was meant to store is managed by the `RooStats::HistFactory::Measurement` object since many years.
5556

5657

5758
## Core Libraries

roofit/histfactory/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ ROOT_STANDARD_LIBRARY_PACKAGE(HistFactory
2222
RooStats/HistFactory/Asimov.h
2323
RooStats/HistFactory/Channel.h
2424
RooStats/HistFactory/Data.h
25-
RooStats/HistFactory/EstimateSummary.h
2625
RooStats/HistFactory/FlexibleInterpVar.h
2726
RooStats/HistFactory/HistFactoryException.h
2827
RooStats/HistFactory/HistFactoryModelUtils.h
@@ -43,7 +42,6 @@ ROOT_STANDARD_LIBRARY_PACKAGE(HistFactory
4342
src/Asimov.cxx
4443
src/Channel.cxx
4544
src/Data.cxx
46-
src/EstimateSummary.cxx
4745
src/FlexibleInterpVar.cxx
4846
src/HistFactoryModelUtils.cxx
4947
src/HistFactoryNavigation.cxx

roofit/histfactory/inc/LinkDef.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#pragma link C++ class ParamHistFunc+ ;
2121
#pragma link C++ class RooStats::HistFactory::LinInterpVar+ ;
2222
#pragma link C++ class RooStats::HistFactory::FlexibleInterpVar+ ;
23-
#pragma link C++ class RooStats::HistFactory::EstimateSummary+ ;
2423
#pragma link C++ class RooStats::HistFactory::HistoToWorkspaceFactoryFast+ ;
2524
#pragma link C++ class RooStats::HistFactory::RooBarlowBeestonLL+ ;
2625
#pragma link C++ class RooStats::HistFactory::HistFactoryNavigation+ ;

roofit/histfactory/inc/RooStats/HistFactory/EstimateSummary.h

Lines changed: 0 additions & 89 deletions
This file was deleted.

roofit/histfactory/inc/RooStats/HistFactory/MakeModelAndMeasurementsFast.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
#include "RooStats/HistFactory/Measurement.h"
99
#include "RooStats/HistFactory/Channel.h"
10-
#include "RooStats/HistFactory/EstimateSummary.h"
1110
#include "RooStats/HistFactory/HistoToWorkspaceFactoryFast.h"
1211

1312
#include "RooWorkspace.h"
@@ -24,8 +23,6 @@ namespace RooStats{
2423
HistoToWorkspaceFactoryFast::Configuration const& cfg={}
2524
);
2625

27-
std::vector<RooStats::HistFactory::EstimateSummary> GetChannelEstimateSummaries(RooStats::HistFactory::Measurement& measurement, RooStats::HistFactory::Channel& channel);
28-
2926
void FormatFrameForLikelihood(RooPlot* frame, std::string xTitle=std::string("#sigma / #sigma_{SM}"), std::string yTitle=std::string("-log likelihood"));
3027
void FitModel(RooWorkspace *, std::string data_name="obsData");
3128
void FitModelAndPlot(const std::string& measurementName, const std::string& fileNamePrefix, RooWorkspace *, std::string, std::string, TFile*, FILE*);

roofit/histfactory/src/EstimateSummary.cxx

Lines changed: 0 additions & 165 deletions
This file was deleted.

0 commit comments

Comments
 (0)