44 using namespace catalogue;
45 using namespace triplets;
46 using namespace measure;
47 using namespace threept;
56 (void)dir_output_triplets; (void)dir_output_2pt; (void)dir_input_triplets; (void)count_ddd; (void)count_rrr; (void)count_ddr; (void)count_drr; (void)tcount; (void)fact; (void)seed;
57 ErrorCBL(
"",
"measure",
"ThreePointCorrelation_angular_reduced.cpp", ExitCode::_workInProgress_);
66 (void)dir; (void)file; (void)connected;
67 ErrorCBL(
"",
"write",
"ThreePointCorrelation_angular_reduced.cpp", ExitCode::_workInProgress_);
76 m_dataset->write_covariance(dir, file);
The class ThreePointCorrelation_angular_reduced.
void write(const std::string dir, const std::string file, const bool connected) const override
write the monopole of the two-point correlation function
void write_covariance(const std::string dir, const std::string file) const override
write the measured three-point correlation covariance
void measure(const std::string dir_output_triplets, const std::string dir_output_2pt, const std::vector< std::string > dir_input_triplets={}, const bool count_ddd=true, const bool count_rrr=true, const bool count_ddr=true, const bool count_drr=true, const bool tcount=false, const double fact=0.1, const int seed=3213) override
method to measure the three-point correlation function
The global namespace of the CosmoBolognaLib
int ErrorCBL(const std::string msg, const std::string functionCBL, const std::string fileCBL, const cbl::glob::ExitCode exitCode=cbl::glob::ExitCode::_error_)
throw an exception: it is used for handling exceptions inside the CosmoBolognaLib