|
GET library
|
#include "GETSystem.hh"#include "GStringFunctions.hh"#include "GOptionString.hh"#include <TSystem.h>#include "icc/GETIdentifiers.icc"Go to the source code of this file.
Functions | |
| string | GETGainId (double cg) |
| string | GETPeakingTimeId (double pkt) |
| string | GETPulserId (double v) |
| string | GETRangeId (double cg) |
| string | GETSamplingId (u_int n, double fw) |
Include file for functions setting identification strings.
|
inline |
Return an identifier for gain parameter: it refers to dynamic range.
| cg | gain capacitor (fC) |
References GETRangeId().
|
inline |
Return an identifier for peaking time.
| pkt | peaking time value (ns) |
| string GETPulserId | ( | double | v | ) |
Return an identifier for pulser amplitude.
| v | pulser amplitude (mV) |
|
inline |
Return an identifier for range parameter.
| cg | gain capacitor (fC) |
Referenced by GETGainId().
| string GETSamplingId | ( | u_int | n, |
| double | fw | ||
| ) |
Return a data identifier from sampling parameters (for file names).
| n | samples dimension |
| fw | write frequency |