CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
ThreePointCorrelation.h File Reference

The class ThreePointCorrelation. More...

#include "Measure.h"
#include "ChainMesh_Catalogue.h"
#include "Triplet1D.h"
#include "Triplet2D.h"
Include dependency graph for ThreePointCorrelation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cbl::measure::threept::ThreePointCorrelation
 The class ThreePointCorrelation. More...
 

Namespaces

 cbl
 The global namespace of the CosmoBolognaLib
 
 cbl::measure
 The namespace of the functions and classes used to manage any kind of measure
 
 cbl::measure::threept
 The namespace of the three-point correlation function
 

Enumerations

enum class  cbl::measure::threept::ThreePType { cbl::measure::threept::_angular_connected_ , cbl::measure::threept::_angular_reduced_ , cbl::measure::threept::_comoving_connected_ , cbl::measure::threept::_comoving_reduced_ }
 the three-point correlation function type More...
 

Functions

std::vector< std::string > cbl::measure::threept::ThreePTypeNames ()
 return a vector containing the ThreePType names More...
 
ThreePType cbl::measure::threept::ThreePTypeCast (const int threePTypeIndex)
 cast an enum of type ThreePType from its index More...
 
ThreePType cbl::measure::threept::ThreePTypeCast (const std::string threePTypeName)
 cast an enum of type ThreePType from its name More...
 
std::vector< ThreePType > cbl::measure::threept::ThreePTypeCast (const std::vector< int > threePTypeIndeces)
 cast an enum of type ThreePType from indeces More...
 
std::vector< ThreePType > cbl::measure::threept::ThreePTypeCast (const std::vector< std::string > threePTypeNames)
 cast an enum of type ThreePType from thier names More...
 

Detailed Description

The class ThreePointCorrelation.

This file defines the interface of the class ThreePointCorrelation, used to measure the three-point correlation function

Authors
Federico Marulli, Michele Moresco, Alfonso Veropalumbo
feder.nosp@m.ico..nosp@m.marul.nosp@m.li3@.nosp@m.unibo.nosp@m..it, miche.nosp@m.le.m.nosp@m.oresc.nosp@m.o@un.nosp@m.ibo.i.nosp@m.t, alfon.nosp@m.so.v.nosp@m.eropa.nosp@m.lumb.nosp@m.o@uni.nosp@m.bo.i.nosp@m.t

Definition in file ThreePointCorrelation.h.