void tseq_smpl(){ for(auto i: ROOT::TSeqI(4)){ cout << i << endl; } return; }