]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Not neccessary Error meassge removed -
authormarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 9 Dec 2008 12:36:35 +0000 (12:36 +0000)
committermarian <marian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 9 Dec 2008 12:36:35 +0000 (12:36 +0000)
Merging
(Marian)

TPC/AliTPCcalibTracksGain.cxx

index dc6899ca51921a501cf1e48dcabeca5f73141ed3..232c1f625db0e5971793a4396c4e1ed868f04037 100644 (file)
@@ -578,7 +578,7 @@ Long64_t AliTPCcalibTracksGain::Merge(TCollection *list) {
    
    while ((cal = (AliTPCcalibTracksGain*)iter->Next())) {
       if (!cal->InheritsFrom(AliTPCcalibTracksGain::Class())) {
-         Error("Merge","Attempt to add object of class %s to a %s", cal->ClassName(), this->ClassName());
+       //Error("Merge","Attempt to add object of class %s to a %s", cal->ClassName(), this->ClassName());
          return -1;
       }