]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONHitStoreV1.cxx
Updated train config
[u/mrichter/AliRoot.git] / MUON / AliMUONHitStoreV1.cxx
index b62212afb6d293433edb4a8e9abd76c4be43813c..091d7f20a2747caf33e1bdeda1e3700f63d54df6 100644 (file)
 
 #include "AliMUONHitStoreV1.h"
 
+//-----------------------------------------------------------------------------
 /// \class AliMUONHitStoreV1
 ///
 /// Implementation of AliMUONVHitStore
 ///
 /// \author Laurent Aphecetche, Subatech
-///
+//-----------------------------------------------------------------------------
 
 #include <TClonesArray.h>
 #include <TTree.h>
 ClassImp(AliMUONHitStoreV1)
 /// \endcond
 
+//_____________________________________________________________________________
+AliMUONHitStoreV1::AliMUONHitStoreV1(TRootIOCtor* /*dummy*/) : AliMUONVHitStore(),
+fHits(0x0)
+{
+  /// default ctor from file
+}
+
 //_____________________________________________________________________________
 AliMUONHitStoreV1::AliMUONHitStoreV1() : AliMUONVHitStore(),
  fHits(new TClonesArray("AliMUONHit",10))