Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
REveVSDStructs.cxx
Go to the documentation of this file.
1 // @(#)root/eve7:$Id$
2 // Authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007, 2018
3 
4 /*************************************************************************
5  * Copyright (C) 1995-2019, 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 <ROOT/REveVSDStructs.hxx>
13 
14 using namespace ROOT::Experimental;
15 namespace REX = ROOT::Experimental;
16 
17 namespace ROOT {
18 namespace Experimental {
19 
20 template class REveRecTrackT<Float_t>;
21 template class REveRecTrackT<Double_t>;
22 
23 } // namespace Experimental
24 } // namespace ROOT