]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDRawWriter.h
Implemented relevant changes to allow combined tracking to be functional again (we...
[u/mrichter/AliRoot.git] / FMD / AliFMDRawWriter.h
index af2655eb2df4a46bd09533e255d8d9d131f0a1e3..6deabb95cfa9dcf308999a389e4e72665290c924 100644 (file)
@@ -8,6 +8,11 @@
  * See cxx source for full Copyright notice                               
  */
 /* $Id$ */
+/** @file    AliFMDRawWriter.h
+    @author  Christian Holm Christensen <cholm@nbi.dk>
+    @date    Mon Mar 27 12:45:56 2006
+    @brief   Class to write raw data 
+*/
 //____________________________________________________________________
 // 
 // Class to writer ADC values to a Raw File
@@ -52,9 +57,14 @@ public:
       ALTRO data. */
   virtual void WriteDigits(TClonesArray* digits);
 protected:
-  /* Write a single channel.  This member function is obsolete. */
-  // virtual void WriteChannel(AliAltroBuffer* altro, UShort_t strip, 
-  //                           UShort_t sector, Char_t ring, const TArrayI& d);
+  AliFMDRawWriter(const AliFMDRawWriter& o) 
+    : TTask(o), 
+      fFMD(0), 
+      fSampleRate(0), 
+      fChannelsPerAltro(0), 
+      fThreshold(0)
+  {}
+  AliFMDRawWriter& operator=(const AliFMDRawWriter&) { return *this; }
   AliFMD*       fFMD;              //! Pointer to detector description 
   UShort_t      fSampleRate;       // The sample rate (0 -> inferred from data)
   UShort_t      fChannelsPerAltro; // Number of pre-amp. channels/adc channel