]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RALICE/icepack/IceGOM.h
21-jun-2005 NvE Install scripts for gcc corrected to also include the rdmc stuff
[u/mrichter/AliRoot.git] / RALICE / icepack / IceGOM.h
1 #ifndef IceGOM_h
2 #define IceGOM_h
3
4 // Copyright(c) 2003, IceCube Experiment at the South Pole, All rights reserved.
5 // See cxx source for full Copyright notice.
6
7 // $Id$
8
9 #include "AliDevice.h"
10
11 class IceGOM : public AliDevice
12 {
13  public:
14   IceGOM();                                          // Default constructor
15   virtual ~IceGOM();                                 // Default destructor
16   IceGOM(const IceGOM& m);                           // Copy constructor
17   virtual TObject* Clone(const char* name="") const; // Make a deep copy and provide its pointer
18
19  ClassDef(IceGOM,1) // Signal (Hit) handling of a generic IceCube Optical Module (GOM).
20 };
21 #endif