diff --git a/RelVal/utils/ExtractAndFlatten.C b/RelVal/utils/ExtractAndFlatten.C index 889ed0e47..11a00dc8e 100644 --- a/RelVal/utils/ExtractAndFlatten.C +++ b/RelVal/utils/ExtractAndFlatten.C @@ -168,7 +168,7 @@ void ExtractAndFlattenDirectory(TDirectory* inDir, TDirectory* outDir, std::vect void ExtractTree(TTree* tree, TDirectory* outDir, std::vector& collectNames, std::string const& basedOnTree, std::string const& currentPrefix) { - const std::vector acceptedLeafTypes{"char", "int", "float", "double"}; + const std::vector acceptedLeafTypes{"char", "int", "float", "double", "short", "long"}; TIter next(tree->GetListOfLeaves()); std::vector leafNames; TLeaf* obj = nullptr;