]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDRawStream.h
Moved mode lines to end of files
[u/mrichter/AliRoot.git] / FMD / AliFMDRawStream.h
index c2fa594310230080a538e20dfc0828107b085c4e..9b31b4b606d2af383fd8ea27a9c0443c25e9a6ed 100644 (file)
@@ -1,9 +1,12 @@
-// -*- mode: c++ -*- 
-//
-// 
 #ifndef ALIFMDRAWSTREAM_H
 #define ALIFMDRAWSTREAM_H
-
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights
+ * reserved. 
+ *
+ * Latest changes by Christian Holm Christensen <cholm@nbi.dk>
+ *
+ * See cxx source for full Copyright notice                               
+ */
 #ifndef ALIALTRORAWSTREAM_H
 # include <AliAltroRawStream.h>
 #endif 
@@ -21,13 +24,7 @@ class AliFMDRawStream : public AliAltroRawStream
 {
 private:
   UShort_t fSampleRate; // # of ALTRO samples per VA1_ALICE clock
-  // UChar_t* fMyData;
-  // Int_t    fMyPosition;
-  // Int_t    fMyCount;
-  // Int_t    fMyBunchLength;
-  Int_t    fPrevTime;
-protected:
-  // UShort_t Get10BitWord(UChar_t* buffer, Int_t position) const;
+  Int_t    fPrevTime;   // Last time bin
 public:
   AliFMDRawStream(AliRawReader* reader);
 
@@ -51,3 +48,11 @@ public:
 };
 
 #endif
+//____________________________________________________________________
+//
+// Local Variables:
+//   mode: C++
+// End:
+//
+// EOF
+//