//void test() { gSystem->Load("../libData.so"); RawData o; Double_t *m = o.GetAmp(); for(Int_t i = 0; i < 1024; i++) { m[i] = 1; } o.Print(); }