Skip to content

Commit

Permalink
[RelVal] Except more TLeaf Types (#1671)
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-voelkel authored Jun 25, 2024
1 parent 328c826 commit 585ab0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RelVal/utils/ExtractAndFlatten.C
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ void ExtractAndFlattenDirectory(TDirectory* inDir, TDirectory* outDir, std::vect

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

0 comments on commit 585ab0b

Please sign in to comment.