GET library
GETCfgAGetGlobal.hh
Go to the documentation of this file.
1 //======================================================================
2 /*! \file GETCfgAGetGlobal.hh
3  *
4  * Include file for the GETCfgAGetGlobal class.
5  */
6 //======================================================================
7 
8 #ifndef GET_CFG_AGET_GLOBAL_HH
9 #define GET_CFG_AGET_GLOBAL_HH
10 
11 //----------------------------------------------------------------------
12 #include "GETCommon.hh"
13 #include "GETCfgTools.hh"
14 #include "GETCfgAGetGlobalReg1.hh"
15 #include "GETCfgAGetGlobalReg2.hh"
16 
17 //======================================================================
18 /*! \class GETCfgAGetGlobal
19  *
20  * Setup configuration information for AGet/Global.
21  *
22  */
24 {
25  //------------------------------------------------------------
26  /*! \object_doc */
28  //------------------------------------------------------------
29 
30  public:
31  u_short readout_pointer_offset; ///< Time bucket offset to start reading from. See AGET register 12.
32 
33 
34  public:
35  //----------------------------------------------------------
36  /** @name Constructors, affectation, destructor */
37  //@{
38  GETCfgAGetGlobal ( );
39  virtual ~GETCfgAGetGlobal ( );
40  //@}
41 
42 
43  //----------------------------------------------------------
44  /** @name ROOT related functions */
45  //@{
46  public:
47 
48  /*! for use within ROOT.*/
50  //@}
51 };
52 
53 
54 //----------------------------------------------------------------------
55 // Inline functions
56 #include "icc/GETCfgAGetGlobal.icc"
57 
58 
59 //======================================================================
60 #endif
Definition: GETCfgAGetGlobalReg1.hh:21
Definition: GETCfgAGetGlobalReg2.hh:21
Definition: GETCfgAGetGlobal.hh:23
ClassDef(GETCfgAGetGlobal, 0)
GObject(GETCfgAGetGlobal)
virtual ~GETCfgAGetGlobal()
Definition: GETCfgAGetGlobal.cpp:29
u_short readout_pointer_offset
Time bucket offset to start reading from. See AGET register 12.
Definition: GETCfgAGetGlobal.hh:31
GETCfgAGetGlobal()
Definition: GETCfgAGetGlobal.cpp:18