]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONHitStoreV1.cxx
CID 22679: Out-of-bounds write (OVERRUN_STATIC)
[u/mrichter/AliRoot.git] / MUON / AliMUONHitStoreV1.cxx
index 16770781d141b07c2ebfc61f0ef213dfeb526ef2..091d7f20a2747caf33e1bdeda1e3700f63d54df6 100644 (file)
 ClassImp(AliMUONHitStoreV1)
 /// \endcond
 
+//_____________________________________________________________________________
+AliMUONHitStoreV1::AliMUONHitStoreV1(TRootIOCtor* /*dummy*/) : AliMUONVHitStore(),
+fHits(0x0)
+{
+  /// default ctor from file
+}
+
 //_____________________________________________________________________________
 AliMUONHitStoreV1::AliMUONHitStoreV1() : AliMUONVHitStore(),
  fHits(new TClonesArray("AliMUONHit",10))