]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerTrackStoreV1.cxx
New splines and first eta maps for the 2013 pPb runs (Benjamin)
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerTrackStoreV1.cxx
index 158b36269dda26bea730145eedb42d878345e32e..59fa6477f80d3b9586e655f365c25c1998e8a64e 100644 (file)
 ClassImp(AliMUONTriggerTrackStoreV1)
 /// \endcond
 
+//_____________________________________________________________________________
+AliMUONTriggerTrackStoreV1::AliMUONTriggerTrackStoreV1(TRootIOCtor* /*dummy*/) : AliMUONVTriggerTrackStore(),
+fTracks(0x0)
+{
+  /// ctor
+}
+
 //_____________________________________________________________________________
 AliMUONTriggerTrackStoreV1::AliMUONTriggerTrackStoreV1() : AliMUONVTriggerTrackStore(),
  fTracks(new TClonesArray("AliMUONTriggerTrack",10))
@@ -86,7 +93,7 @@ Int_t
 AliMUONTriggerTrackStoreV1::GetSize() const
 {
   /// Return the number of trigger tracks we hold
-  return fTracks->GetSize();
+  return fTracks->GetLast()+1;
 }
 
 //_____________________________________________________________________________