28 std::cout <<
"Event::Print(" << std::string(opt) <<
")" <<
"\n"
29 <<
"Num. of tracks: " << fTracks.size() <<
"\n"
30 <<
"Num. of hits: " << fHits.size()
33 if (std::string(opt).find(
"all") == std::string::npos)
36 for (
const auto& track : fTracks) {
virtual void Print(Option_t *opt="") const
Event()
Creates an empty event with no tracks and no hits.
virtual void Clear(Option_t *opt="")