// // main.cpp // ROOTtest // // Created on 24.01.2024. // #include "TGraph.h" #include "TMath.h" #include using namespace std; int ROOTtest() { double x[100], y[100]; int n = 20; for (int i=0;iSetTitle("Graph title;X title;Y title"); g->Draw("AC*"); return 0; }