]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RALICE/icepack/IceIDOM.h
08-mar-2006 NvE Time offset correction in IceF2k extended to allow also a user define...
[u/mrichter/AliRoot.git] / RALICE / icepack / IceIDOM.h
1 #ifndef IceIDOM_h
2 #define IceIDOM_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 "IceDOM.h"
10
11 class IceIDOM : public IceDOM
12 {
13  public:
14   IceIDOM();                                         // Default constructor
15   virtual ~IceIDOM();                                // Default destructor
16   IceIDOM(const IceIDOM& m);                         // Copy constructor
17   virtual TObject* Clone(const char* name="") const; // Make a deep copy and provide its pointer
18
19  ClassDef(IceIDOM,1) // Signal (Hit) handling of an IceCube In-ice Digital Optical Module (IDOM).
20 };
21 #endif