c_cpp ROOT Save Cuts

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c_cpp ROOT Save Cuts相关的知识,希望对你有一定的参考价值。

TCutG *mycutg;
mycutg=(TCutG*)gROOT->GetListOfSpecials()->FindObject("CUTG");
mycutg->SetName("Name of Cut");
TFile *f = new TFile("File to save to","new/update");
mycutg->Write();
f->Close();

以上是关于c_cpp ROOT Save Cuts的主要内容,如果未能解决你的问题,请参考以下文章

HDU 1319 Prime Cuts(打表)

HDU 2134 Cuts the cake

POJ1595_Prime Cuts素数水题

1465. Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts (M)

c_cpp ROOT积分TGraph

c_cpp ROOT图表突出显示