Skip to content
Snippets Groups Projects

NF <applyToStopCut> option

Merged Ahmed Markhoos requested to merge NF-applyToStopCuts-option into master
All threads resolved!
Files
16
@@ -75,7 +75,7 @@ public:
int execute(int itrNumber = -1) override;
bool success() override;
int deployResult(const std::vector<TString>& startAtCutNames, const std::vector<TString>& stopAtCut, int overwrite) override;
int deployResult(const std::vector<TString>& startAtCutNames, const std::vector<TString>& stopAtCut, int overwrite, bool applyToStopCut) override;
ClassDefOverride(TQABCDCalculator,1) // helper class to facilitate an ABCD-estimate
};
Loading