]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RALICE/icepack/IceIDOM.h
17-jun-2005 NvE New class AliJob introduced to provide a flexible (physics) analysis...
[u/mrichter/AliRoot.git] / RALICE / icepack / IceIDOM.h
CommitLineData
00b6d74f 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
11class 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