]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/icepack/IceTDOM.h
11-jan-2008 NvE All files of external applications removed to facilitate
[u/mrichter/AliRoot.git] / RALICE / icepack / IceTDOM.h
diff --git a/RALICE/icepack/IceTDOM.h b/RALICE/icepack/IceTDOM.h
deleted file mode 100644 (file)
index 74e961d..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef IceTDOM_h
-#define IceTDOM_h
-
-// Copyright(c) 2003, IceCube Experiment at the South Pole, All rights reserved.
-// See cxx source for full Copyright notice.
-
-// $Id$
-
-#include "IceDOM.h"
-
-class IceTDOM : public IceDOM
-{
- public:
-  IceTDOM();                                         // Default constructor
-  virtual ~IceTDOM();                                // Default destructor
-  IceTDOM(const IceTDOM& m);                         // Copy constructor
-  virtual TObject* Clone(const char* name="") const; // Make a deep copy and provide its pointer
-
- ClassDef(IceTDOM,1) // Signal (Hit) handling of an IceTop Digital Optical Module (TDOM).
-};
-#endif