]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSOnlineSPDscanSingle.h
Adding router nr in dcs configuration file and removing ClassDef macro in AliITSOnlin...
[u/mrichter/AliRoot.git] / ITS / AliITSOnlineSPDscanSingle.h
index 4da5d241fc519811e8205888c2eb4464d7c6644c..7a9629a638ddd29da34e8cc97d6e570c7a21410c 100644 (file)
@@ -1,5 +1,9 @@
 #ifndef ALI_ITS_ONLINESPDSCANSINGLE_H
 #define ALI_ITS_ONLINESPDSCANSINGLE_H  
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
+ * See cxx source for full Copyright notice                               */
+
+/* $Id$ */
 
 ////////////////////////////////////////////////////////////
 // Author: Henrik Tydesjo                                 //
@@ -16,7 +20,6 @@ class AliITSOnlineSPDscanSingle :  public AliITSOnlineSPDscan {
   AliITSOnlineSPDscanSingle(const Char_t *fileName);
   virtual ~AliITSOnlineSPDscanSingle();
   
-  //  virtual void Clear() {AliITSOnlineSPDscan::Clear(); AddScanStep();}
   // SET METHODS ***********************************
   void     SetHits(UInt_t hs, UInt_t chipi, UInt_t coli, UInt_t rowi, UInt_t val);
   void     IncrementTriggers();
@@ -41,9 +44,6 @@ class AliITSOnlineSPDscanSingle :  public AliITSOnlineSPDscan {
   Float_t  GetAverageMultiplicityTot(UInt_t hs);
 
 
- protected:
-
-  ClassDef(AliITSOnlineSPDscanSingle,1)
-    };
+};
 
 #endif