ATLAS Offline Software
|
#include <string>
#include <cmath>
Go to the source code of this file.
Functions | |
std::string | GetBetaSuffix (float beta) |
std::string GetBetaSuffix | ( | float | beta | ) |
This is a helper function that provides the suffix for ECF and ECF ratio decorations. No suffix is used for beta = 1.0 and other values are given a suffix of _BetaN where N is the value with decimal points removed. This assumes beta values of [0.0,9.9]
Definition at line 10 of file ECFHelper.cxx.