GET library
GETActarDem.hh
Go to the documentation of this file.
1 //======================================================================
2 /*! \file GETActarDem.hh
3  *
4  * Include file for the GETActarDem class.
5  */
6 //======================================================================
7 
8 #ifndef GET_ACTAR_DEM_HH
9 #define GET_ACTAR_DEM_HH
10 
11 //----------------------------------------------------------------------
12 #include "GETActarTpc.hh"
13 #include "GETHitMaskXY.hh"
14 
15 //======================================================================
16 /*! \class GETActarDem
17  *
18  * This class defines a the GET system for the ACTAR TPC demonstrator.
19  * It defines 2 CoBo modules and 8 AsAd boards
20  *
21  * The GETActarDem class proposes the allocation of histograms
22  * that can be filled automatically when a new event is read:
23  * - all channels sumary (raw data and/or after corrections)
24  * - amplitude and time pattern of pads signal.
25  * They require the look-up table to be defined (except for the raw
26  * data summary).
27  *
28  */
29 class GETActarDem : public GETActarTpc
30 {
31  //------------------------------------------------------------
32  /*! \object_doc */
34  //------------------------------------------------------------
35 
36  protected:
37 
38 
39  public:
40  //----------------------------------------------------------
41  /** @name Constructors, affectation, destructor */
42  //@{
43  GETActarDem ( u_int dim = 0, double dt = 0.01L );
44  virtual ~GETActarDem ( );
45  //@}
46 
47  //----------------------------------------------------------
48  /** @name ROOT related functions */
49  //@{
50  public:
51 
52  /*! for use within ROOT.*/
54  //@}
55 };
56 
57 
58 //----------------------------------------------------------------------
59 // Inline functions
60 #include "icc/GETActarDem.icc"
61 
62 
63 //======================================================================
64 #endif
GObject(GETActarDem)
virtual ~GETActarDem()
Definition: GETActarDem.cpp:29
ClassDef(GETActarDem, 0)
Definition: GETActarTpc.hh:28
Definition: GETActarDem.hh:29
GETActarDem(u_int dim=0, double dt=0.01L)
Definition: GETActarDem.cpp:19