Skip to content

Commit

Permalink
Remove rVrFLikelihood class and related test script
Browse files Browse the repository at this point in the history
The `rVrFLikelihood` had an issue with creating invalid proxies that
caused it to not compile anymore in ROOT 6.28. The provious commit
suggested to fix the class, but according to Andrew Gilbert (@ajgilbert)
it is safe to remove the class from combine.
  • Loading branch information
guitargeek committed Aug 29, 2022
1 parent e017776 commit cf05c33
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 397 deletions.
42 changes: 0 additions & 42 deletions interface/rVrFLikelihood.h

This file was deleted.

1 change: 0 additions & 1 deletion src/classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "HiggsAnalysis/CombinedLimit/interface/RooSpline1D.h"
#include "HiggsAnalysis/CombinedLimit/interface/RooSplineND.h"
#include "HiggsAnalysis/CombinedLimit/interface/RooScaleLOSM.h"
#include "HiggsAnalysis/CombinedLimit/interface/rVrFLikelihood.h"
#include "HiggsAnalysis/CombinedLimit/interface/RooMultiPdf.h"
#include "HiggsAnalysis/CombinedLimit/interface/RooBernsteinFast.h"
#include "HiggsAnalysis/CombinedLimit/interface/SimpleGaussianConstraint.h"
Expand Down
7 changes: 0 additions & 7 deletions src/classes_def.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,6 @@
<class name="CombDataSetFactory" transient="true" />
<class name="DebugProposal" transient="true" />
<class name="cmsmath::SequentialMinimizer" transient="true" />
<class name="rVrFLikelihood" transient="true" />
<ioread sourceClass="rVrFLikelihood" version="[1]" targetClass="rVrFLikelihood" source="std::vector<rVrFLikelihood::Channel> channels_" target="channels_">
<![CDATA[ channels_.clear();
for(auto const& ch : onfile.channels_) {
newObj->addChannel(ch.chi2, const_cast<RooAbsReal &>(ch.muV.arg()), const_cast<RooAbsReal &>(ch.muF.arg()));
} ]]>
</ioread>
<class name="TestProposal" transient="true" />
<class name="RooCheapProduct" />
<class name="CMSHggFormulaA1" />
Expand Down
37 changes: 0 additions & 37 deletions src/rVrFLikelihood.cc

This file was deleted.

Loading

0 comments on commit cf05c33

Please sign in to comment.