ROOT Primer

命令行

root

宏脚本

编译

int main()
{
   ExampleMacro();
   return 0;
}
g++ 'root-config --cflags --libs' ExampleMacro.C -o ExampleMacro