Skip to content

Commit 585ab0b

Browse files
[RelVal] Except more TLeaf Types (#1671)
1 parent 328c826 commit 585ab0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RelVal/utils/ExtractAndFlatten.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ void ExtractAndFlattenDirectory(TDirectory* inDir, TDirectory* outDir, std::vect
168168

169169
void ExtractTree(TTree* tree, TDirectory* outDir, std::vector<std::string>& collectNames, std::string const& basedOnTree, std::string const& currentPrefix)
170170
{
171-
const std::vector<std::string> acceptedLeafTypes{"char", "int", "float", "double"};
171+
const std::vector<std::string> acceptedLeafTypes{"char", "int", "float", "double", "short", "long"};
172172
TIter next(tree->GetListOfLeaves());
173173
std::vector<std::string> leafNames;
174174
TLeaf* obj = nullptr;

0 commit comments

Comments
 (0)