]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRegHeader.cxx
Updated AddTask for pPb
[u/mrichter/AliRoot.git] / MUON / AliMUONRegHeader.cxx
index 93cb2a0b1bb1247fc92c3eaae9961cbcb0d13eb6..3a6be0e01dd8fb2fd0039c5224f5c9d82cf335ef 100644 (file)
@@ -39,6 +39,24 @@ ClassImp(AliMUONRegHeader)
  const UInt_t AliMUONRegHeader::fgkEndOfReg     = 0xBEEFFACE;
  const UInt_t AliMUONRegHeader::fgkErrorWord    = 0xCAFEDEAD;
 
+//___________________________________________
+AliMUONRegHeader::AliMUONRegHeader(TRootIOCtor* /*dummy*/)
+:  TObject(),
+fDarcWord(0),
+fWord(0),
+fMask(0),
+fL0(0),
+fClk(0),
+fHold(0),
+fLocalArray(0x0)
+{
+  /// ctor
+  fInput[0] = fInput[1] = 0;
+  
+  for (Int_t i = 0; i < 8; i++)
+    fScaler[i] = 0;  
+}
+
 //___________________________________________
 AliMUONRegHeader::AliMUONRegHeader()
   :  TObject(),