]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliVMERawStream.cxx
changes and additions for the response maker task. fix visualisation (M. Verweij)
[u/mrichter/AliRoot.git] / RAW / AliVMERawStream.cxx
index 0d2907cccdbb68054007ce81221ad311f19be6b8..df86fba0cd9a1365ecb8b81d6e14fcd4fff6420d 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
+/* $Id$ */
+
 ///////////////////////////////////////////////////////////////////////////////
-//
-// This is a class for reading ITS SDD raw data files and providing
-// information about digits
-//
+///
+/// This class provides access to VME data in test beam raw data.
+///
 ///////////////////////////////////////////////////////////////////////////////
 
 #include "AliVMERawStream.h"
@@ -49,20 +50,6 @@ AliVMERawStream::AliVMERawStream(AliRawReader* rawReader) :
   fRawReader->SelectEquipment(551, 38, 38);
 }
 
-AliVMERawStream::AliVMERawStream(const AliVMERawStream& stream) :
-  TObject(stream)
-{
-  Fatal("AliVMERawStream", "copy constructor not implemented");
-}
-
-AliVMERawStream& AliVMERawStream::operator = (const AliVMERawStream& 
-                                             /* stream */)
-{
-  Fatal("operator =", "assignment operator not implemented");
-  return *this;
-}
-
-
 Bool_t AliVMERawStream::Next()
 {
 // read the next raw digit