]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New Raw Data format implemented
authorcheynis <cheynis@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Feb 2008 14:44:43 +0000 (14:44 +0000)
committercheynis <cheynis@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Feb 2008 14:44:43 +0000 (14:44 +0000)
VZERO/AliVZEROBuffer.h

index 1a04cbf1bdc728b2e274aadcda9f3dfd0eb4fc81..0df27b16f5fc3f240c33c0de431f54a715b6d8ba 100644 (file)
@@ -3,9 +3,9 @@
 /* Copyright(c) 1998-2003, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-///////////////////////////////////////////////////////////////////
-// Class used for storing TPC digits according to the DDLs format//
-//////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////
+// Class used for storing VZERO digits according to the DDLs format//
+/////////////////////////////////////////////////////////////////////
 
 #ifdef __CINT__
 class fstream;
@@ -24,9 +24,15 @@ public:
   AliVZEROBuffer(const AliVZEROBuffer &source); // copy constructor
   AliVZEROBuffer& operator=(const AliVZEROBuffer &source); // ass. op.
   void    WriteTriggerInfo(UInt_t trigger);
-  void    WriteChannel(Int_t cell,Int_t ADC, Int_t Time);
-  void    WriteScalers();
+  void    WriteTriggerScalers();
+  void    WriteBunchNumbers();  
+  void    WriteChannel(Int_t cell,UInt_t ADC, UInt_t Time);
+  void    WriteBeamFlags();
   void    WriteMBInfo();
+  void    WriteMBFlags();  
+  void    WriteBeamScalers();
+  void    WriteTiming(Int_t cell,UInt_t ADC, UInt_t Time);
+
   void    SetVerbose(Int_t val){fVerbose=val;}
   Int_t   GetVerbose() const{return  fVerbose;}