#include <TSystem.h> #include <iostream> using namespace std; void try_event_class() { gSystem->Load("/home/dariak/NeuRad_tests/macros/event_C.so"); event ev; ev.GetEntry(501); ev.Show(); ev.Loop(); }