Skip to content

Commit

Permalink
Merge pull request cms-sw#111 from nucleosynthesis/nckw-remove-spurio…
Browse files Browse the repository at this point in the history
…us-lowerbound-on-poi

Fix Compilation Error
  • Loading branch information
adavidzh committed Mar 6, 2014
2 parents 4e1808c + 502fb97 commit f03e511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HybridNew.cc
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ std::auto_ptr<RooStats::HybridCalculator> HybridNew::create(RooWorkspace *w, Roo
r->setVal(rVal);
if (testStat_ == "LHC" || testStat_ == "Profile") {
r->setConstant(false);
if (testStat == "LHC") r->setMin(0);
if (testStat_ == "LHC") r->setMin(0);
if (workingMode_ == MakeSignificance || workingMode_ == MakeSignificanceTestStatistics) {
r->setVal(0);
// r->removeMax(); // NO, this is done within the test statistics, and knowing the scale of the variable is useful
Expand Down

0 comments on commit f03e511

Please sign in to comment.