Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TRACKING/DMatrixPools.cc
Go to the documentation of this file.
2 
3 //Declare thread_local resource pools
4 thread_local std::shared_ptr<DResourcePool<TMatrixFSym>> DReferenceTrajectory::dResourcePool_TMatrixFSym = std::make_shared<DResourcePool<TMatrixFSym>>(10, 10, 50);
static thread_local shared_ptr< DResourcePool< TMatrixFSym > > dResourcePool_TMatrixFSym