#include <ALIUnitsTable.h>
Public Member Functions | |
ALIBestUnit (ALIdouble internalValue, ALIstring category) | |
ALIBestUnit (const CLHEP::Hep3Vector &internalValue, ALIstring category) | |
ALIstring | GetCategory () const |
size_t | GetIndexOfCategory () const |
ALIdouble * | GetValue () |
~ALIBestUnit () | |
Private Attributes | |
ALIstring | Category |
size_t | IndexOfCategory |
ALIint | nbOfVals |
ALIdouble | Value [3] |
Friends | |
std::ostream & | operator<< (std::ostream &, ALIBestUnit VU) |
Definition at line 129 of file ALIUnitsTable.h.
Definition at line 282 of file ALIUnitsTable.cc.
References taus_updatedMVAIds_cff::category, EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0::cerr, gather_cfg::cout, ALIUnitDefinition::GetUnitsTable(), mps_fire::i, IndexOfCategory, nbOfVals, relativeConstraints::value, and Value.
ALIBestUnit::ALIBestUnit | ( | const CLHEP::Hep3Vector & | internalValue, |
ALIstring | category | ||
) |
Definition at line 304 of file ALIUnitsTable.cc.
References taus_updatedMVAIds_cff::category, EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0::cerr, ALIUnitDefinition::GetUnitsTable(), mps_fire::i, IndexOfCategory, nbOfVals, and Value.
ALIBestUnit::~ALIBestUnit | ( | ) |
Definition at line 325 of file ALIUnitsTable.cc.
|
inline |
|
inline |
|
inline |
|
friend |
Definition at line 329 of file ALIUnitsTable.cc.
|
private |
Definition at line 151 of file ALIUnitsTable.h.
Referenced by GetCategory().
|
private |
Definition at line 152 of file ALIUnitsTable.h.
Referenced by ALIBestUnit(), and GetIndexOfCategory().
|
private |
Definition at line 150 of file ALIUnitsTable.h.
Referenced by ALIBestUnit().
|
private |
Definition at line 149 of file ALIUnitsTable.h.
Referenced by ALIBestUnit(), and GetValue().