#include <cstdio>#include "Tools/Flux/GBGLRSAtmoFlux.h"#include "Tools/Flux/GAtmoFlux.h"#include "Framework/Conventions/Units.h"#include <stdlib.h>#include "TH3D.h"#include "Framework/Messenger/Messenger.h"Go to the source code of this file.
Classes | |
| struct | tests |
Macros | |
| #define | UNUSED(V) ((void) V) |
| Program used for testing the GAtmoFlux class. More... | |
| #define | LEN(x) ((sizeof(x)/sizeof(0[x]))/((size_t)(!(sizeof(x) % sizeof(0[x]))))) |
Typedefs | |
| typedef int | testFunction(char *err) |
Functions | |
| int | isclose (double a, double b, double rel_tol, double abs_tol) |
| int | testGetTotalFlux (char *err) |
| int | testGetTotalFluxInEnergyRange (char *err) |
| int | main (int argc, char **argv) |
Variables | |
| struct tests | tests [] |
| #define LEN | ( | x | ) | ((sizeof(x)/sizeof(0[x]))/((size_t)(!(sizeof(x) % sizeof(0[x]))))) |
Definition at line 32 of file gtestGAtmoFlux.cxx.
| #define UNUSED | ( | V | ) | ((void) V) |
Program used for testing the GAtmoFlux class.
gtestGAtmoFlux
March 31, 2020
Copyright (c) 2003-2020, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org
Definition at line 27 of file gtestGAtmoFlux.cxx.
| typedef int testFunction(char *err) |
Definition at line 34 of file gtestGAtmoFlux.cxx.
| int isclose | ( | double | a, |
| double | b, | ||
| double | rel_tol, | ||
| double | abs_tol | ||
| ) |
Definition at line 36 of file gtestGAtmoFlux.cxx.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 201 of file gtestGAtmoFlux.cxx.
| int testGetTotalFlux | ( | char * | err | ) |
Definition at line 49 of file gtestGAtmoFlux.cxx.
| int testGetTotalFluxInEnergyRange | ( | char * | err | ) |
Definition at line 92 of file gtestGAtmoFlux.cxx.
1.8.11