Skip to content

Commit

Permalink
Add missing include to compile with ROOT master
Browse files Browse the repository at this point in the history
  • Loading branch information
guitargeek committed Nov 30, 2023
1 parent ca9df6c commit e397b9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ProfiledLikelihoodRatioTestStat.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "../interface/ProfiledLikelihoodRatioTestStat.h"
#include "../interface/CloseCoutSentry.h"
#include <stdexcept>
#include <RooFitResult.h>
#include <RooRealVar.h>

Double_t ProfiledLikelihoodRatioTestStat::Evaluate(RooAbsData& data, RooArgSet& nullPOI)
Expand Down

0 comments on commit e397b9f

Please sign in to comment.