From 66e8614d473a6d2a97d02c67cba69840d2d3419d Mon Sep 17 00:00:00 2001 From: arcelli Date: Wed, 27 Feb 2008 18:39:30 +0000 Subject: [PATCH] need to specify the detector ID when adding TrackRefs --- TOF/AliTOFv6T0.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TOF/AliTOFv6T0.cxx b/TOF/AliTOFv6T0.cxx index 1aa8fcbf4b2..b539a4f60c5 100644 --- a/TOF/AliTOFv6T0.cxx +++ b/TOF/AliTOFv6T0.cxx @@ -2443,8 +2443,8 @@ void AliTOFv6T0::StepManager() AliMC *mcApplication = (AliMC*)gAlice->GetMCApp(); - //AddTrackReference(mcApplication->GetCurrentTrackNumber(), AliTrackReference::kTOF); - AddTrackReference(mcApplication->GetCurrentTrackNumber()); + AddTrackReference(mcApplication->GetCurrentTrackNumber(), AliTrackReference::kTOF); + //AddTrackReference(mcApplication->GetCurrentTrackNumber()); // getting information about hit volumes -- 2.31.1