14 namespace InlineSZINReadNamedObjEnv
51 XMLReader inputtop(xml, path);
60 XMLReader inputtop(xml, path);
73 XMLReader paramtop(xml_in, path);
75 if (paramtop.count(
"Frequency") == 1)
88 QDPIO::cerr << __func__ <<
": caught Exception reading XML: " << e << std::endl;
100 push(xml_out,
"szin_read_named_obj");
101 write(xml_out,
"update_no", update_no);
103 QDPIO::cout <<
name <<
": object reader" << std::endl;
126 QDPIO::cout <<
"SZIN Object successfully read: time= "
127 << swatch.getTimeInSeconds()
128 <<
" secs" << std::endl;
130 catch( std::bad_cast )
132 QDPIO::cerr <<
name <<
": cast error"
138 QDPIO::cerr <<
name <<
": error message: " << e
143 QDPIO::cout <<
name <<
": ran successfully" << std::endl;
Inline measurement factory.
Inline writing of memory objects.
void operator()(const unsigned long update_no, XMLWriter &xml_out)
Do the writing.
void write(XMLWriter &xml, const std::string &path, const AsqtadFermActParams ¶m)
Writer parameters.
Inline task to read an object from a named buffer.
Named object function std::map.
static bool registered
Local registration flag.
const std::string name
Name to be used.
bool registerAll()
Register all the factories.
void read(XMLReader &xml, const std::string &path, Params::NamedObject_t &input)
Object buffer.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
push(xml_out,"Condensates")
struct Chroma::InlineSZINReadNamedObjEnv::Params::File_t file
struct Chroma::InlineSZINReadNamedObjEnv::Params::NamedObject_t named_obj
Read object function std::map.