Skip to content
Snippets Groups Projects
Commit 0d473bbb authored by Klaus Rabbertz's avatar Klaus Rabbertz
Browse files

Fix superfluous entry

parent 3462d46a
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,6 @@ public: ...@@ -89,7 +89,6 @@ public:
void CalcRefCrossSection(); //!< New-style from InfoBlocks 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 > 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 > 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 < 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 std::vector < std::map< double, double > > GetCrossSection_vs_x1(); //! Cross section vs. x1 ( XSection_vsX1[bin][<x,xs>] ) Working? TODO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment