Skip to content

Commit

Permalink
Merge pull request #42899 from iarspider/patch-3
Browse files Browse the repository at this point in the history
Add missing include to FitWithRooFit.h
  • Loading branch information
cmsbuild authored Oct 9, 2023
2 parents 96fb87f + d107100 commit 98281b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Alignment/OfflineValidation/interface/FitWithRooFit.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "RooDataHist.h"
#include "RooAddPdf.h"
#include "RooChebychev.h"
#include "RooFitResult.h"
#include "RooGenericPdf.h"
#include "RooGaussModel.h"
#include "RooAddModel.h"
Expand Down
1 change: 1 addition & 0 deletions DQMOffline/Trigger/plugins/GenericTnPFitter.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "RooGlobalFunc.h"
#include "RooCategory.h"
#include "RooSimultaneous.h"
#include "RooFitResult.h"
#include "TFile.h"
#include "TH1F.h"
#include "TH2F.h"
Expand Down

0 comments on commit 98281b6

Please sign in to comment.