]> 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 e4daf9ace5ca90a7c648df5b08233ea713031521..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
 {
   //