X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAliMUONHitStoreV1.cxx;h=091d7f20a2747caf33e1bdeda1e3700f63d54df6;hb=540787c48b8a4ff4297cce6635381d07987ca0f5;hp=16770781d141b07c2ebfc61f0ef213dfeb526ef2;hpb=3d1463c8f7148e36069c24f20cde34e096d5d6a9;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AliMUONHitStoreV1.cxx b/MUON/AliMUONHitStoreV1.cxx index 16770781d14..091d7f20a27 100644 --- a/MUON/AliMUONHitStoreV1.cxx +++ b/MUON/AliMUONHitStoreV1.cxx @@ -34,6 +34,13 @@ ClassImp(AliMUONHitStoreV1) /// \endcond +//_____________________________________________________________________________ +AliMUONHitStoreV1::AliMUONHitStoreV1(TRootIOCtor* /*dummy*/) : AliMUONVHitStore(), +fHits(0x0) +{ + /// default ctor from file +} + //_____________________________________________________________________________ AliMUONHitStoreV1::AliMUONHitStoreV1() : AliMUONVHitStore(), fHits(new TClonesArray("AliMUONHit",10))