1#ifndef RADIOGRAPHY_DERIVED_QUANTITIES_H
2#define RADIOGRAPHY_DERIVED_QUANTITIES_H
4#include "volume_tally.h"
6#include "surface_tally.h"
9namespace DerivedQuantity{
10 double getPrimaryFluence(
SurfaceQuantityContainer& surface_quantity_container,
double energy,
double energy_width,
bool is_cosine_weighted =
false);
13 double energy,
double energy_width,
bool is_cosine_weighted =
false);
16 Eigen::VectorXd energy_spectrum,
bool is_cosine_weighted =
false);
Class which provides access to various simulation significant data.
Class which represents a container for surface quantities.