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

Perform two- and three-point clustering statistic measurements. More...

#include <cstdio>
#include <stdexcept>
#include <string>
#include "monitor.hpp"
#include "parameters.hpp"
#include "particles.hpp"
#include "dataobjs.hpp"
#include "io.hpp"
#include "twopt.hpp"
#include "threept.hpp"
+ Include dependency graph for triumvirate.cpp:

Go to the source code of this file.

Functions

void _set_custom_bins (trv::Binning &_binning)
 Set 'custom' binning.
 
int main (int argc, char *argv[])
 A 'black-box' program for measuring two- and three-point clustering statistics.
 

Detailed Description

Perform two- and three-point clustering statistic measurements.

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

Definition in file triumvirate.cpp.

Function Documentation

◆ _set_custom_bins()

void _set_custom_bins ( trv::Binning & _binning)

Set 'custom' binning.

Parameters
_binningBinning.

Definition at line 49 of file triumvirate.cpp.

+ Here is the caller graph for this function:

◆ main()

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

A 'black-box' program for measuring two- and three-point clustering statistics.

Parameters
argcNumber of command-line arguments.
argvCommand-line arguments.
Returns
Exit status.

Definition at line 107 of file triumvirate.cpp.

+ Here is the call graph for this function: