From 0d473bbb2c50f5f1414bce3209b97c37179980d4 Mon Sep 17 00:00:00 2001 From: Klaus Rabbertz <klaus.rabbertz@cern.ch> Date: Thu, 10 Oct 2024 00:11:54 +0200 Subject: [PATCH] Fix superfluous entry --- v2.5/toolkit/fastnlotoolkit/include/fastnlotk/fastNLOReader.h | 1 - 1 file changed, 1 deletion(-) diff --git a/v2.5/toolkit/fastnlotoolkit/include/fastnlotk/fastNLOReader.h b/v2.5/toolkit/fastnlotoolkit/include/fastnlotk/fastNLOReader.h index 8dc51655..58a9a33a 100644 --- a/v2.5/toolkit/fastnlotoolkit/include/fastnlotk/fastNLOReader.h +++ b/v2.5/toolkit/fastnlotoolkit/include/fastnlotk/fastNLOReader.h @@ -89,7 +89,6 @@ public: void CalcRefCrossSection(); //!< New-style from InfoBlocks std::vector < double > GetCrossSection(bool lNorm = false); //!< Return vector with all cross section values, normalize on request std::vector < double > GetReferenceCrossSection(); //!< Old-style from grid like entries; is this working at all? Remove? TODO - std::vector < double > GetRefCrossSection(); //!< New-style from InfoBlocks std::vector < double > GetNormCrossSection(bool lNormScale = false, double xmurd = 1.0, double xmufd = 1.0); //!< Return vector with all normalized cross section values std::vector < std::map< double, double > > GetCrossSection_vs_x1(); //! Cross section vs. x1 ( XSection_vsX1[bin][<x,xs>] ) Working? TODO -- GitLab