]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerTrackStoreV1.cxx
Removing warnings (Andrea)
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerTrackStoreV1.cxx
index c4a69ca3dc4adaaeeebe68dba4c0e133168316e3..54a135e66c40a893433a1170230ebc32b446fad7 100644 (file)
@@ -15,6 +15,7 @@
 
 // $Id$
 
+//-----------------------------------------------------------------------------
 /// \class AliMUONTriggerTrackStoreV1
 ///
 /// Implementation of AliMUONVTriggerTrackStore which should be
@@ -22,6 +23,7 @@
 /// the introduction of the AliMUONVStore concept
 ///
 /// \author Laurent Aphecetche, Subatech
+//-----------------------------------------------------------------------------
 
 #include "AliMUONTriggerTrackStoreV1.h"
 
@@ -84,7 +86,7 @@ Int_t
 AliMUONTriggerTrackStoreV1::GetSize() const
 {
   /// Return the number of trigger tracks we hold
-  return fTracks->GetSize();
+  return fTracks->GetLast()+1;
 }
 
 //_____________________________________________________________________________