Deprecated: Array and string offset access syntax with curly braces is deprecated in /mnt/hep_web/hep_web/member/n-kota/dokuwiki/inc/init.php on line 542
===== ヒストグラムが最大値を取るX座標を取ってきたい ===== histo->GetXaxis()->GetBinCenter(histo->GetMaximumBin()); とすればよい。 * histo%%->%%GetMaximumBin() でヒストグラムが最大値を取るBin番号を取ってくる * histo%%->%%GetXaxis()%%->%%GetBinCenter(Int_t bin) でそのbinの中央のX座標を取ってくる