hpstr
The Heavy Photon Search Toolkit for Reconstruction (hpstr) provides an interface to physics data from the HPS experiment saved in the LCIO format and converts it into an ROOT based format.
|
This is the complete list of members for ParameterSet, including all inherited members.
elements_ | ParameterSet | |
ElementType enum name | ParameterSet | |
et_Bool enum value | ParameterSet | |
et_Double enum value | ParameterSet | |
et_Integer enum value | ParameterSet | |
et_NoType enum value | ParameterSet | |
et_ParameterSet enum value | ParameterSet | |
et_String enum value | ParameterSet | |
et_VDouble enum value | ParameterSet | |
et_VInteger enum value | ParameterSet | |
et_VString enum value | ParameterSet | |
getDouble(const std::string &name) const | ParameterSet | |
getDouble(const std::string &name, double defaultValue) const | ParameterSet | |
getInteger(const std::string &name) const | ParameterSet | |
getInteger(const std::string &name, int defaultValue) const | ParameterSet | |
getString(const std::string &name) const | ParameterSet | |
getString(const std::string &name, const std::string &defaultValue) const | ParameterSet | |
getVDouble(const std::string &name) const | ParameterSet | |
getVDouble(const std::string &name, const std::vector< double > &defaultValue) const | ParameterSet | |
getVInteger(const std::string &name) const | ParameterSet | |
getVInteger(const std::string &name, const std::vector< int > &defaultValue) const | ParameterSet | |
getVString(const std::string &name) const | ParameterSet | |
getVString(const std::string &name, const std::vector< std::string > &defaultValue) const | ParameterSet | |
insert(const std::string &name, int value) | ParameterSet | |
insert(const std::string &name, double value) | ParameterSet | |
insert(const std::string &name, const std::string &value) | ParameterSet | |
insert(const std::string &name, const std::vector< int > &values) | ParameterSet | |
insert(const std::string &name, const std::vector< double > &values) | ParameterSet | |
insert(const std::string &name, const std::vector< std::string > &values) | ParameterSet |