#include "/cvmfs/nova-development.opensciencegrid.org/novasoft/releases/N21-03-07/SliceLID/var_dict/VarDict.h"
Public Member Functions | |
void | pprint () const |
Public Attributes | |
std::unordered_map< std::string, double > | scalarVarMap |
std::unordered_map< std::string, std::vector< double > > | vectorVarMap |
Private Member Functions | |
void | pprintVectorVars () const |
void | pprintScalarVars () const |
void VarDict::pprint | ( | ) | const |
Definition at line 48 of file VarDict.cxx.
References om::cout, allTimeWatchdog::endl, pprintScalarVars(), and pprintVectorVars().
|
private |
Definition at line 19 of file VarDict.cxx.
References om::cout, allTimeWatchdog::endl, get_sorted_keys(), findDuplicateFiles::key, and scalarVarMap.
Referenced by pprint().
|
private |
Definition at line 32 of file VarDict.cxx.
References om::cout, allTimeWatchdog::endl, get_sorted_keys(), findDuplicateFiles::key, registry_explorer::v, and vectorVarMap.
Referenced by pprint().
std::unordered_map<std::string, double> VarDict::scalarVarMap |
Definition at line 10 of file VarDict.h.
Referenced by SliceLID::VarDictBuilder::build(), LSTME::VarDictBuilder::build(), LSTME::fillVarDict(), SliceLID::fillVarDict(), pprintScalarVars(), SimpleModel::predict(), and TrackLengthCorrection::shift().
std::unordered_map<std::string, std::vector<double> > VarDict::vectorVarMap |
Definition at line 11 of file VarDict.h.
Referenced by SliceLID::VarDictBuilder::build(), LSTME::VarDictBuilder::build(), LSTME::fillVarDict(), SliceLID::fillVarDict(), pprintVectorVars(), SimpleModel::predict(), and TrackLengthCorrection::shift().