Append Form() and a set of char

i have a (tsring ?) from x->GetTitle() or x->GetName()
now I want to add those with something like x->GetName() + "_cut";
Is that possible ?


_ROOT Version: 6.24 (conda_forge)
Platform: centos7
_Compiler:_gcc9


... = x->GetName() + TString("_cut");

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.