Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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
13
14namespace ROOT {
15namespace Experimental {
16
17template class REveRecTrackT<Float_t>;
18template class REveRecTrackT<Double_t>;
19
20} // namespace Experimental
21} // namespace ROOT
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...