#include <FeltParameters.h>
Public Member Functions | |
FeltParameters () | |
FeltParameters (std::string filename) | |
FeltParameters (const std::vector< std::string > &feltParams) | |
virtual | ~FeltParameters () |
const boost::array< short, 16 > & | getParameters (const std::string &) |
const std::string & | getParameterName (const boost::array< short, 16 > &) |
std::string | getParameterDatatype (const std::string ¶meterName) const |
double | getParameterFillValue (const std::string ¶meterName) const |
Static Public Member Functions | |
static const std::string & | DEFAULT_CONFIG () |
MetNoFelt::FeltParameters::FeltParameters | ( | ) |
MetNoFelt::FeltParameters::FeltParameters | ( | std::string | filename | ) | [explicit] |
MetNoFelt::FeltParameters::FeltParameters | ( | const std::vector< std::string > & | feltParams | ) | [explicit] |
initialize parameters from a list of parameters in diana format, e.g. 17,2,1000:prod=74
virtual MetNoFelt::FeltParameters::~FeltParameters | ( | ) | [virtual] |
const boost::array<short, 16>& MetNoFelt::FeltParameters::getParameters | ( | const std::string & | ) |
const std::string& MetNoFelt::FeltParameters::getParameterName | ( | const boost::array< short, 16 > & | ) |
std::string MetNoFelt::FeltParameters::getParameterDatatype | ( | const std::string & | parameterName | ) | const |
double MetNoFelt::FeltParameters::getParameterFillValue | ( | const std::string & | parameterName | ) | const |
static const std::string& MetNoFelt::FeltParameters::DEFAULT_CONFIG | ( | ) | [inline, static] |