]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONPainterPadStore.cxx
Added switch to turn off many histograms needed for cross checks but not always needed
[u/mrichter/AliRoot.git] / MUON / AliMUONPainterPadStore.cxx
index cfa2bd0d6f2c3d5500ef644699e0a6ca3c0299ce..af8393a64b9844fa2d23c65a4feb0d001c916140 100644 (file)
 ClassImp(AliMUONPainterPadStore)
 ///\endcond
 
+//_____________________________________________________________________________
+AliMUONPainterPadStore::AliMUONPainterPadStore(TRootIOCtor* /*dummy*/) : TObject(),
+fPadStore(0x0)
+{
+  /// ctor
+}
+
 //_____________________________________________________________________________
 AliMUONPainterPadStore::AliMUONPainterPadStore() : TObject(),
   fPadStore(new AliMUON2DMap(kTRUE))