]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ACORDE/AliACORDERawData.h
Update of the ID Volumes acording to the DCS and Electronic nomenclature of ACORDE...
[u/mrichter/AliRoot.git] / ACORDE / AliACORDERawData.h
index 162cbf200a0e1b0abc04355b76559ae1b4e33191..b95b8c98956f3b51f7dfa60b558f97d0e3474cf6 100644 (file)
@@ -7,7 +7,7 @@
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
-//  Converts T0 digits into a raw data stream                               //
+//  Converts ACORDE digits into a raw data stream                               //
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -22,8 +22,8 @@ class AliACORDERawData : public TObject {
   virtual ~AliACORDERawData();
   AliACORDERawData &operator=(const AliACORDERawData &r);      // ass. op.
 
-  void WriteACORDERawData(Bool_t *b);
-  void SetACORDERawWords(Bool_t *b);
+  void WriteACORDERawData(Bool_t *b,Bool_t multi);
+  void SetACORDERawWords(Bool_t *b,Bool_t multi);
   
 
  private:
@@ -33,7 +33,7 @@ class AliACORDERawData : public TObject {
   UInt_t fWord11;
   UInt_t fWord12;
 
-  ClassDef(AliACORDERawData,1)             //  T0 raw data class
+  ClassDef(AliACORDERawData,1)             //  ACORDE raw data class
 
 };