]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/esd_spd_tracklets.C
Put all classes in Alieve/ sub-module out of the Alieve namespace and
[u/mrichter/AliRoot.git] / EVE / alice-macros / esd_spd_tracklets.C
index 92f379e401b5895ca5e69f0275012908ba51b7b4..0f1deddeacbc5516539ffe5d566f0d8e81181e49 100644 (file)
@@ -1,3 +1,11 @@
+// $Id$
+// Main authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007
+
+/**************************************************************************
+ * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
+ * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
+ * full copyright notice.                                                 * 
+ **************************************************************************/
 // To use when per-line id is supported
 class TrackletId : public TObject
 {
@@ -8,7 +16,7 @@ public:
 
 TEveStraightLineSet* esd_spd_tracklets(Float_t rad=8)
 {
-  AliESDEvent         * esd = Alieve::Event::AssertESD();
+  AliESDEvent         * esd = AliEveEventManager::AssertESD();
   AliESDVertex   * pv  = esd->GetPrimaryVertex();
   AliMultiplicity* mul = esd->GetMultiplicity();