LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "GFGeoMatManager.h"
#include "math.h"
#include <cassert>
#include "TGeoManager.h"
#include "TGeoMaterial.h"
#include "GFException.h"
Go to the source code of this file.
Functions | |
float | MeanExcEnergy_get (int Z) |
float | MeanExcEnergy_get (TGeoMaterial *) |
Variables | |
const int | MeanExcEnergy_NELEMENTS = 92 |
const float | MeanExcEnergy_vals [MeanExcEnergy_NELEMENTS] |
float MeanExcEnergy_get | ( | int | Z | ) |
Definition at line 88 of file GFGeoMatManager.cxx.
References MeanExcEnergy_NELEMENTS, MeanExcEnergy_vals, and GFException::setFatal().
Referenced by genf::GFGeoMatManager::getMaterialParameters(), and MeanExcEnergy_get().
float MeanExcEnergy_get | ( | TGeoMaterial * | mat | ) |
const int MeanExcEnergy_NELEMENTS = 92 |
Definition at line 78 of file GFGeoMatManager.cxx.
Referenced by MeanExcEnergy_get().
const float MeanExcEnergy_vals[MeanExcEnergy_NELEMENTS] |
Definition at line 79 of file GFGeoMatManager.cxx.
Referenced by MeanExcEnergy_get().