GET library
GETIdentifiers.hh
Go to the documentation of this file.
1 //======================================================================
2 /*! \file GETIdentifiers.hh
3  *
4  * Include file for functions setting identification strings.
5  */
6 //======================================================================
7 
8 #ifndef GET_IDENTIFIERS_HH
9 #define GET_IDENTIFIERS_HH
10 
11 //======================================================================
12 
13 // base include files from the GET library
14 #include "GETSystem.hh"
15 
16 // include files from GCpp
17 #include "GStringFunctions.hh"
18 #include "GOptionString.hh"
19 
20 // include files from ROOT
21 #include <TSystem.h>
22 
23 //----------------------------------------------------------------------
24 // GET system options
25 
26 
27 //----------------------------------------------------------------------
28 // GET channels parameters identifiers definitions
29 
30 extern string GETSamplingId ( u_int n, double fw );
31 extern string GETPeakingTimeId ( double pkt ); // inline
32 extern string GETRangeId ( double cg ); // inline
33 extern string GETGainId ( double cg ); // inline
34 extern string GETPulserId ( double v );
35 
36 
37 //----------------------------------------------------------------------
38 #include "icc/GETIdentifiers.icc"
39 
40 //======================================================================
41 #endif
string GETPeakingTimeId(double pkt)
Definition: GETIdentifiers.icc:12
string GETPulserId(double v)
Definition: GETIdentifiers.cpp:29
string GETGainId(double cg)
Definition: GETIdentifiers.icc:24
string GETRangeId(double cg)
Definition: GETIdentifiers.icc:18
string GETSamplingId(u_int n, double fw)
Definition: GETIdentifiers.cpp:16