]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliRunTag.cxx
Remove unused responseSPD and responseSSD objects from Calib
[u/mrichter/AliRoot.git] / STEER / AliRunTag.cxx
index 95f74f7c72aa6f846541cacfdf8b9bc1e2eeb106..5b5ed709c75e7dabaf9fc4ea08e6aa968c216745 100644 (file)
@@ -99,7 +99,7 @@ void AliRunTag::AddEventTag(const AliEventTag & EvTag) {
 //___________________________________________________________________________
 void AliRunTag::Clear(const char *) {
   //Resets the number of events and detectors
-  fEventTag.Clear();
+  fEventTag.Delete();
   fNumEvents = 0;
   fDetectorTag.Clear();
   fNumDetectors = 0;