#include <CocoaUnitsTable.h>
Definition at line 94 of file CocoaUnitsTable.h.
◆ CocoaBestUnit() [1/2]
◆ CocoaBestUnit() [2/2]
CocoaBestUnit::CocoaBestUnit |
( |
const CLHEP::Hep3Vector & |
internalValue, |
|
|
const ALIstring & |
category |
|
) |
| |
◆ ~CocoaBestUnit()
CocoaBestUnit::~CocoaBestUnit |
( |
| ) |
|
◆ GetCategory()
const ALIstring& CocoaBestUnit::GetCategory |
( |
| ) |
const |
|
inline |
◆ GetIndexOfCategory()
size_t CocoaBestUnit::GetIndexOfCategory |
( |
| ) |
const |
|
inline |
◆ GetValue()
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
flux, |
|
|
CocoaBestUnit |
VU |
|
) |
| |
|
friend |
Definition at line 342 of file CocoaUnitsTable.cc.
345 ALIint len = theUnitsTable[
a.IndexOfCategory]->GetSymbMxLen();
347 ALIint ksup(-1), kinf(-1);
354 for (
size_t k = 0;
k < List.size();
k++) {
388 flux <<
a.Value[
j] / (List[
index]->GetValue()) <<
" ";
391 std::ios::fmtflags oldform = flux.flags();
393 flux.setf(std::ios::left, std::ios::adjustfield);
394 flux << std::setw(len) << List[
index]->GetSymbol();
◆ Category
◆ IndexOfCategory
size_t CocoaBestUnit::IndexOfCategory |
|
private |
◆ nbOfVals
ALIint CocoaBestUnit::nbOfVals |
|
private |
◆ Value