]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Typo corrected
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 28 May 2009 14:36:46 +0000 (14:36 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 28 May 2009 14:36:46 +0000 (14:36 +0000)
ITS/AliITSQASSDDataMakerRec.cxx

index 3239b5f67d0296c895c89e0b323b4d5a064d6c7f..bde80332b22f25bbaa21787bf28d98bd097cf106 100644 (file)
@@ -909,7 +909,7 @@ void AliITSQASSDDataMakerRec::MakeDigits(TTree *digits) {
     AliError("can't get the branch with the SSD ITS digits !");
     return;
   }
-  static TClonesArray statDigits("AliITSDigitSSD");
+  static TClonesArray statDigits("AliITSdigitSSD");
   TClonesArray *iSSDdigits = &statDigits;
   branchD->SetAddress(&iSSDdigits);  
   for(Int_t iModule = 500; iModule < 2198; iModule++) {