]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliRunDigitizer.cxx
Adding support for the fast cluster to the physics selection
[u/mrichter/AliRoot.git] / STEER / AliRunDigitizer.cxx
index 027c19b811c3b248c080328282ab5c344df19c81..b17d65c6a232ef8263b0da2b43cb0ad452ec0316 100644 (file)
@@ -133,6 +133,7 @@ AliRunDigitizer::AliRunDigitizer(): TTask("AliRunDigitizer","The manager for Mer
   //
   // root requires default ctor, where no new objects can be created
   // do not use this ctor, it is supplied only for root needs
+  for (Int_t i=0; i<MAXSTREAMSTOMERGE; ++i) fkMASK[i]=0;
 }
 
 //_______________________________________________________________________
@@ -182,31 +183,6 @@ AliRunDigitizer::AliRunDigitizer(Int_t nInputStreams, Int_t sperb):
 }
 //_______________________________________________________________________
 
-AliRunDigitizer::AliRunDigitizer(const AliRunDigitizer& dig):
- TTask(dig),
- fkMASKSTEP(0),
- fOutputFileName(0),
- fOutputDirName(0),
- fEvent(0),
- fNrOfEventsToWrite(0),
- fNrOfEventsWritten(0),
- fCopyTreesFromInput(0),
- fNinputs(0),
- fNinputsGiven(0),
- fInputStreams(0x0),
- fOutRunLoader(0x0),
- fOutputInitialized(kFALSE),
- fCombi(0),
- fCombination(0),
- fCombinationFileName(0)
-{
-  //
-  // Copy ctor
-  //
-  dig.Copy(*this);
-}
-//_______________________________________________________________________
-
 void AliRunDigitizer::Copy(TObject&) const
 {
   //
@@ -373,7 +349,7 @@ Bool_t AliRunDigitizer::InitOutputGlobal()
        AliError("Can not get Run Loader Input 0. Maybe yet not initialized?");
        return kFALSE;
      }
-    AliDebug(2, Form(" 2 %#x = ", inrl)) ; 
+    AliDebug(2, Form(" 2 %p = ", inrl)) ; 
 
     //Copy all detector loaders from input 0 to output
     const TObjArray* inloaders = inrl->GetArrayOfLoaders();