CHROMA
Classes | Functions
t_seqsource.cc File Reference
#include <iostream>
#include <cstdio>
#include "chroma.h"

Go to the source code of this file.

Classes

struct  Param_t
 Parameters for running program. More...
 
struct  Prop_t
 Propagators. More...
 
struct  Seqsource_input_t
 Mega-structure of all input. More...
 

Functions

void read (XMLReader &xml, const std::string &path, Prop_t &input)
 Propagator parameters. More...
 
void read (XMLReader &xml, const std::string &path, Param_t &param)
 
void read (XMLReader &xml, const std::string &path, Seqsource_input_t &input)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ read() [1/3]

void read ( XMLReader &  xml,
const std::string &  path,
Param_t param 
)

Definition at line 49 of file t_seqsource.cc.

References Param_t::nrow, and Chroma::read().

◆ read() [2/3]

void read ( XMLReader &  xml,
const std::string &  path,
Prop_t input 
)

Propagator parameters.

Definition at line 39 of file t_seqsource.cc.

References Prop_t::prop_file, Chroma::read(), and Prop_t::seqprop_files.

◆ read() [3/3]

void read ( XMLReader &  xml,
const std::string &  path,
Seqsource_input_t input 
)

Definition at line 58 of file t_seqsource.cc.

References Seqsource_input_t::param, Seqsource_input_t::prop, and Chroma::read().