GET library
GETCfgAGetGlobalReg2.hh
Go to the documentation of this file.
1 //======================================================================
2 /*! \file GETCfgAGetGlobalReg2.hh
3  *
4  * Include file for the GETCfgAGetGlobalReg2 class.
5  */
6 //======================================================================
7 
8 #ifndef GET_CFG_AGET_GLOBAL_REG2_HH
9 #define GET_CFG_AGET_GLOBAL_REG2_HH
10 
11 //----------------------------------------------------------------------
12 #include "GETCommon.hh"
13 #include "GETCfgTools.hh"
14 
15 //======================================================================
16 /*! \class GETCfgAGetGlobalReg2
17  *
18  * Setup configuration information for AGet/Global/Reg2.
19  *
20  */
22 {
23  //------------------------------------------------------------
24  /*! \object_doc */
26  //------------------------------------------------------------
27 
28  public:
29  // For now, nothing used from Reg2...
30 
31  public:
32  //----------------------------------------------------------
33  /** @name Constructors, affectation, destructor */
34  //@{
36  virtual ~GETCfgAGetGlobalReg2 ( );
37  //@}
38 
39 
40  //----------------------------------------------------------
41  /** @name ROOT related functions */
42  //@{
43  public:
44 
45  /*! for use within ROOT.*/
47  //@}
48 };
49 
50 
51 //----------------------------------------------------------------------
52 // Inline functions
54 
55 
56 //======================================================================
57 #endif
virtual ~GETCfgAGetGlobalReg2()
Definition: GETCfgAGetGlobalReg2.cpp:26
Definition: GETCfgAGetGlobalReg2.hh:21
GObject(GETCfgAGetGlobalReg2)
GETCfgAGetGlobalReg2()
Definition: GETCfgAGetGlobalReg2.cpp:18
ClassDef(GETCfgAGetGlobalReg2, 0)