2 // Main authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007
4 /**************************************************************************
5 * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
6 * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for *
7 * full copyright notice. *
8 **************************************************************************/
10 #ifndef ALIEVE_KineTools_H
11 #define ALIEVE_KineTools_H
22 AliEveKineTools(const AliEveKineTools&); // Not implemented
23 AliEveKineTools& operator=(const AliEveKineTools&); // Not implemented
27 virtual ~AliEveKineTools(){}
29 void SetDaughterPathMarks(TEveElement* cont, AliStack* stack, Bool_t recurse=kFALSE);
30 void SetTrackReferences (TEveElement* cont, TTree* treeTR=0, Bool_t recurse=kFALSE);
31 void SortPathMarks (TEveElement* cont, Bool_t recurse=kFALSE);
33 ClassDef(AliEveKineTools, 1); // Tools for import of kinematics.