]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Update in MCDataInterface for accessing new tree of TrackRefs (Laurent)
authormartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 4 Sep 2007 10:06:12 +0000 (10:06 +0000)
committermartinez <martinez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 4 Sep 2007 10:06:12 +0000 (10:06 +0000)
MUON/AliMUONMCDataInterface.cxx

index c97bbf2e2c0b1d20167cfbe807e3b71d9895b690..c5ccda8be7db10a9514d88a06ec4dde754564057 100644 (file)
@@ -259,7 +259,7 @@ AliMUONMCDataInterface::TrackRefs(Int_t event, Int_t track)
   {
     if ( treeTR->GetEvent(track) > 0 ) 
     {
-      TBranch* branch = treeTR->GetBranch("MUON");
+      TBranch* branch = treeTR->GetBranch("TrackReferences");
       branch->SetAddress(&fTrackRefs);
       branch->GetEvent(track);
       fDataX = track;  // using fDataX as track number.