CHROMA
|
Parameter structure. More...
#include <inline_baryon_matelem_colorvec_w.h>
Classes | |
struct | NamedObject_t |
struct | Param_t |
Public Member Functions | |
Params () | |
Params (XMLReader &xml_in, const std::string &path) | |
void | writeXML (XMLWriter &xml_out, const std::string &path) const |
Public Attributes | |
unsigned long | frequency |
Param_t | param |
NamedObject_t | named_obj |
std::string | xml_file |
Parameter structure.
Definition at line 23 of file inline_baryon_matelem_colorvec_w.h.
Chroma::InlineBaryonMatElemColorVecEnv::Params::Params | ( | ) |
Definition at line 204 of file inline_baryon_matelem_colorvec_w.cc.
References frequency, Chroma::InlineBaryonMatElemColorVecEnv::Params::Param_t::mom2_max, and param.
Chroma::InlineBaryonMatElemColorVecEnv::Params::Params | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 210 of file inline_baryon_matelem_colorvec_w.cc.
References frequency, named_obj, param, Chroma::InlineBaryonMatElemColorVecEnv::read(), and xml_file.
void Chroma::InlineBaryonMatElemColorVecEnv::Params::writeXML | ( | XMLWriter & | xml_out, |
const std::string & | path | ||
) | const |
Definition at line 242 of file inline_baryon_matelem_colorvec_w.cc.
References named_obj, param, Chroma::pop(), Chroma::push(), and Chroma::InlineBaryonMatElemColorVecEnv::write().
Referenced by Chroma::InlineBaryonMatElemColorVecEnv::InlineMeas::func(), and Chroma::InlineBaryonMatElemColorVecEnv::write().
unsigned long Chroma::InlineBaryonMatElemColorVecEnv::Params::frequency |
Definition at line 29 of file inline_baryon_matelem_colorvec_w.h.
Referenced by Chroma::InlineBaryonMatElemColorVecEnv::InlineMeas::getFrequency(), and Params().
NamedObject_t Chroma::InlineBaryonMatElemColorVecEnv::Params::named_obj |
Named objects
Definition at line 60 of file inline_baryon_matelem_colorvec_w.h.
Referenced by Chroma::InlineBaryonMatElemColorVecEnv::InlineMeas::func(), Params(), and writeXML().
Param_t Chroma::InlineBaryonMatElemColorVecEnv::Params::param |
Parameters
Definition at line 59 of file inline_baryon_matelem_colorvec_w.h.
Referenced by Chroma::InlineBaryonMatElemColorVecEnv::InlineMeas::func(), Params(), and writeXML().
std::string Chroma::InlineBaryonMatElemColorVecEnv::Params::xml_file |
Alternate XML file pattern
Definition at line 61 of file inline_baryon_matelem_colorvec_w.h.
Referenced by Chroma::InlineBaryonMatElemColorVecEnv::InlineMeas::operator()(), and Params().