39template std::vector<float> o2::framework::basicVectorFromBranch<float>(boost::property_tree::ptree
const&
tree);
40template std::vector<int> o2::framework::basicVectorFromBranch<int>(boost::property_tree::ptree
const&
tree);
41template std::vector<std::basic_string<char>> o2::framework::basicVectorFromBranch<std::basic_string<char>>(boost::property_tree::ptree
const&
tree);
42template std::vector<double> o2::framework::basicVectorFromBranch<double>(boost::property_tree::ptree
const&
tree);
GLenum GLsizei GLsizei GLint * values
boost::property_tree::ptree labeledArrayToBranch(LabeledArray< T > &&array)
boost::property_tree::ptree basicVectorToBranch(T *values, size_t size)
boost::property_tree::ptree vectorToBranch(T *values, size_t size)
boost::property_tree::ptree array2DToBranch(Array2D< T > &&array)
std::unique_ptr< TTree > tree((TTree *) flIn.Get(std::string(o2::base::NameConf::CTFTREENAME).c_str()))