Skip to content

Commit

Permalink
Merge pull request #40440 from guitargeek/roonllvar_1
Browse files Browse the repository at this point in the history
Avoid including `RooNLLVar.h` in CMSSW
  • Loading branch information
cmsbuild authored Jan 8, 2023
2 parents a0a9386 + b30a7b3 commit a5f10ec
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
11 changes: 0 additions & 11 deletions PhysicsTools/TagAndProbe/src/TagProbeFitter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <memory>

#include <stdexcept>
//#include "TagProbeFitter.h"

#include "TROOT.h"
#include "TFile.h"
Expand All @@ -13,35 +12,25 @@
#include "TH2F.h"
#include "TStyle.h"
#include "Math/QuantFuncMathCore.h"
#include "Roo1DTable.h"
#include "RooAbsDataStore.h"
#include "RooAbsReal.h"
#include "RooAddPdf.h"
#include "RooBinning.h"
#include "RooBinningCategory.h"
#include "RooCategory.h"
#include "RooChebychev.h"
#include "RooDataHist.h"
#include "RooDataSet.h"
#include "RooEfficiency.h"
#include "RooExtendPdf.h"
#include "RooFitResult.h"
#include "RooFormulaVar.h"
#include "RooGaussian.h"
#include "RooGenericPdf.h"
#include "RooGlobalFunc.h"
#include "RooLinkedListIter.h"
#include "RooMappedCategory.h"
#include "RooMinimizer.h"
#include "RooMsgService.h"
#include "RooMultiCategory.h"
#include "RooNLLVar.h"
#include "RooNumIntConfig.h"
#include "RooPlot.h"
#include "RooProdPdf.h"
#include "RooProfileLL.h"
#include "RooRealVar.h"
#include "RooSimultaneous.h"
#include "RooThresholdCategory.h"
#include "RooTrace.h"
#include "RooWorkspace.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@
#include "RooDataHist.h"
#include "RooFormulaVar.h"
#include "RooHistPdf.h"
#include "RooGenericPdf.h"
#include "RooAddPdf.h"
#include "RooSimultaneous.h"
#include "RooGaussian.h"
#include "RooNLLVar.h"
#include "RooConstVar.h"
#include "RooFitResult.h"
#include "RooExponential.h"
Expand Down
1 change: 0 additions & 1 deletion PhysicsTools/TagAndProbe/test/utilities/ZeeBkgFit.C
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "RooAddPdf.h"
#include "RooSimultaneous.h"
#include "RooGaussian.h"
#include "RooNLLVar.h"
#include "RooConstVar.h"
#include "RooFitResult.h"
#include "RooExponential.h"
Expand Down
1 change: 0 additions & 1 deletion PhysicsTools/TagAndProbe/test/utilities/fitZCat.C
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "RooAddPdf.h"
#include "RooSimultaneous.h"
#include "RooGaussian.h"
#include "RooNLLVar.h"
#include "RooConstVar.h"
#include "RooFitResult.h"
#include "RooExponential.h"
Expand Down

0 comments on commit a5f10ec

Please sign in to comment.