|
CHROMA
|
Parameter structure. More...
#include <inline_prop_and_matelem_colorvec_w.h>
Classes | |
| struct | NamedObject_t |
| struct | Param_t |
Public Member Functions | |
| Params () | |
| Params (XMLReader &xml_in, const std::string &path) | |
Public Attributes | |
| unsigned long | frequency |
| Param_t | param |
| NamedObject_t | named_obj |
| std::string | xml_file |
Parameter structure.
Definition at line 26 of file inline_prop_and_matelem_colorvec_w.h.
| Chroma::InlinePropAndMatElemColorVecEnv::Params::Params | ( | ) |
Definition at line 157 of file inline_prop_and_matelem_colorvec_w.cc.
References frequency.
| Chroma::InlinePropAndMatElemColorVecEnv::Params::Params | ( | XMLReader & | xml_in, |
| const std::string & | path | ||
| ) |
Definition at line 159 of file inline_prop_and_matelem_colorvec_w.cc.
References frequency, Chroma::AsqtadFermActEnv::name, named_obj, param, Chroma::InlinePropAndMatElemColorVecEnv::read(), and xml_file.
| unsigned long Chroma::InlinePropAndMatElemColorVecEnv::Params::frequency |
Definition at line 31 of file inline_prop_and_matelem_colorvec_w.h.
Referenced by Chroma::InlinePropAndMatElemColorVecEnv::InlineMeas::getFrequency(), and Params().
| NamedObject_t Chroma::InlinePropAndMatElemColorVecEnv::Params::named_obj |
Definition at line 57 of file inline_prop_and_matelem_colorvec_w.h.
Referenced by Chroma::InlinePropAndMatElemColorVecEnv::InlineMeas::func(), Params(), and Chroma::InlinePropAndMatElemColorVecEnv::write().
| Param_t Chroma::InlinePropAndMatElemColorVecEnv::Params::param |
Definition at line 56 of file inline_prop_and_matelem_colorvec_w.h.
Referenced by Chroma::InlinePropAndMatElemColorVecEnv::InlineMeas::func(), Params(), and Chroma::InlinePropAndMatElemColorVecEnv::write().
| std::string Chroma::InlinePropAndMatElemColorVecEnv::Params::xml_file |
Alternate XML file pattern
Definition at line 58 of file inline_prop_and_matelem_colorvec_w.h.
Referenced by Chroma::InlinePropAndMatElemColorVecEnv::InlineMeas::operator()(), and Params().