]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliVMERawStream.h
#100372: Request to port code to allow for event selection from ZDC timing info at...
[u/mrichter/AliRoot.git] / RAW / AliVMERawStream.h
index 5cdc8c0a1e9786f6f299dfc38177c7f2a832fea1..3f4c7fd50774f79227cae4a3c017889cb21b3ffb 100644 (file)
@@ -3,6 +3,14 @@
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
+/* $Id$ */
+
+///////////////////////////////////////////////////////////////////////////////
+///
+/// This class provides access to VME data in test beam raw data.
+///
+///////////////////////////////////////////////////////////////////////////////
+
 #include <TObject.h>
 
 class AliRawReader;
@@ -11,8 +19,6 @@ class AliRawReader;
 class AliVMERawStream: public TObject {
   public :
     AliVMERawStream(AliRawReader* rawReader);
-    AliVMERawStream(const AliVMERawStream& stream);
-    AliVMERawStream& operator = (const AliVMERawStream& stream);
     virtual ~AliVMERawStream() {};
 
     virtual Bool_t   Next();
@@ -31,6 +37,9 @@ class AliVMERawStream: public TObject {
     UInt_t           GetTimeMuSec() const {return fTimeMuSec;};
 
   private :
+    AliVMERawStream(const AliVMERawStream& stream);
+    AliVMERawStream& operator = (const AliVMERawStream& stream);
+
     Bool_t           CheckString(const char* str) const;
     Bool_t           ReadTDC();
     Bool_t           ReadTime();