From 2626c85dd7730a71d742e5f4ec862c1c997cca88 Mon Sep 17 00:00:00 2001 From: mtadel Date: Wed, 18 Feb 2009 16:30:02 +0000 Subject: [PATCH] Disable kink extraction, TEveRecKink is being updated in ROOT trunk. --- EVE/EveBase/AliEveVSDCreator.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/EVE/EveBase/AliEveVSDCreator.cxx b/EVE/EveBase/AliEveVSDCreator.cxx index 10d3f606dc4..64fd74d9ac8 100644 --- a/EVE/EveBase/AliEveVSDCreator.cxx +++ b/EVE/EveBase/AliEveVSDCreator.cxx @@ -732,6 +732,9 @@ void AliEveVSDCreator::ConvertKinks() if (fTreeKK != 0) throw(kEH + "Kinks already converted."); + throw kEH + "Currently non-supported - TEveRecKink being updated."; + + /* AliESDEvent* esdEvent = AliEveEventManager::AssertESD(); fDirectory->cd(); @@ -774,6 +777,7 @@ void AliEveVSDCreator::ConvertKinks() } if (esdEvent->GetNumberOfKinks()) fTreeKK->BuildIndex("label"); delete esdEvent; + */ } /******************************************************************************/ // TEveMCRecCrossRef -- 2.43.5