Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
TEveVSDStructs.cxx
Go to the documentation of this file.
1 // @(#)root/eve:$Id$
2 // Authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2007, Rene Brun and Fons Rademakers. *
6  * All rights reserved. *
7  * *
8  * For the licensing terms see $ROOTSYS/LICENSE. *
9  * For the list of contributors see $ROOTSYS/README/CREDITS. *
10  *************************************************************************/
11 
12 #include "TEveVSDStructs.h"
13 
14 ClassImp(TEveMCTrack);
15 ClassImp(TEveHit);
16 ClassImp(TEveCluster);
17 ClassImp(TEveRecTrackT<Float_t>);
18 ClassImp(TEveRecTrackT<Double_t>);
19 ClassImp(TEveRecKink);
20 ClassImp(TEveRecV0);
21 ClassImp(TEveRecCascade);
22 ClassImp(TEveMCRecCrossRef);
23 
24 template class TEveRecTrackT<Float_t>;
25 template class TEveRecTrackT<Double_t>;