REST version : v2.2.24.
REST commit : c865cb4e.
Hi again,
I have a file, containing TRestTrackEvents
; if I understand correctly, TRestG4Events
, TRestHitsEvents
and TRestSignalEvents
should be stored in this file as well?
TRestTrackEvents
I can access in macro by:
string f_string_name = "TTrackfile.root";
TRestRun* run = new TRestRun(f_string_name);
TRestTrackEvent *signalEvents = (TRestTrackEvent *)run->GetInputEvent();
But is it possible to access other types of events as well from the same file?
Thanks in advance!