Triumvirate C++ API 0.5.0
Three-point clustering measurements in large-scale structure analyses.
Loading...
Searching...
No Matches
parameters.hpp File Reference

Program parameter configuration. More...

#include <sys/stat.h>
#include <fftw3.h>
#include <algorithm>
#include <cmath>
#include <cstdio>
#include <cstring>
#include <fstream>
#include <string>
#include "monitor.hpp"
+ Include dependency graph for parameters.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  trv::ParameterSet
 Parameter set. More...
 

Namespaces

namespace  trv
 

Detailed Description

Program parameter configuration.

Authors
Mike S Wang (https://github.com/MikeSWang), Naonori S Sugiyama (https://github.com/naonori)

This module provides a parameter set object with methods for reading, validating and printing parameters (from/to a file).

Definition in file parameters.hpp.