struct site::DensityZ

Overview

#include <density.hpp>
 
struct DensityZ {
    // fields
 
    std::vector<double> z;
    std::vector<double> rho;
    int type {0};
};

Detailed Documentation

Fields

std::vector<double> rho

Bin centres along the chosen axis.

int type {0}

Number density in each slab.