Error in <TRint::HandleTermInput()>

ROOT Version: 6.26.00
Platform: Ubuntu22.04

Hi.I try to run my code but it show me this error:
Error in TRint::HandleTermInput(): std::out_of_range caught: vector::_M_range_check: __n (which is 0) >= this->size() (which is 0)

What is this error and how can i solve it?

The code is in the next file
AnalizeMuonTester.C (6.2 KB)

Before accessing “v->at(i)” always make sure that “v->size() > i”`

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