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