]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPedestalSubprocessor.h
Restoring backward compatibility of the SSD calibration objects + output of the SSD...
[u/mrichter/AliRoot.git] / MUON / AliMUONPedestalSubprocessor.h
index 3f4c3ead49094aa4c9339d8002d86c2f4119f01d..699d341804c9a9808bc10c8c9e738a19bf05fd4e 100644 (file)
@@ -16,7 +16,7 @@
 #  include "AliMUONVSubprocessor.h"
 #endif
 
-class AliMUONV2DStore;
+class AliMUONVStore;
 class TObjArray;
 
 class AliMUONPedestalSubprocessor : public AliMUONVSubprocessor
@@ -38,7 +38,7 @@ private:
   Int_t ReadFile(const char* filename);
 
 private:
-  AliMUONV2DStore* fPedestals; //!< Pedestals for the MUON TRK
+  AliMUONVStore* fPedestals; //!< Pedestals for the MUON TRK
   
   ClassDef(AliMUONPedestalSubprocessor,1) // A shuttle preprocessor for MUON TRK pedestals
 };