Triumvirate C++ API 0.5.0
Three-point clustering measurements in large-scale structure analyses.
Loading...
Searching...
No Matches
trv::ParticleData Struct Reference

Particle data container. More...

#include <particles.hpp>

Public Attributes

double pos [3]
 particle position vector
 
double nz
 redshift-dependent expected number density
 
double ws
 particle sample weight
 
double wc
 particle clustering weight
 
double w
 particle overall weight
 

Detailed Description

Particle data container.

Definition at line 53 of file particles.hpp.

Member Data Documentation

◆ pos

double trv::ParticleData::pos[3]

particle position vector

Definition at line 54 of file particles.hpp.

◆ nz

double trv::ParticleData::nz

redshift-dependent expected number density

Definition at line 55 of file particles.hpp.

◆ ws

double trv::ParticleData::ws

particle sample weight

Definition at line 56 of file particles.hpp.

◆ wc

double trv::ParticleData::wc

particle clustering weight

Definition at line 57 of file particles.hpp.

◆ w

double trv::ParticleData::w

particle overall weight

Definition at line 58 of file particles.hpp.


The documentation for this struct was generated from the following file: