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
ja:root:wantto12

TTreeのScanでカラムの幅、数値の精度などを指定したい


TTree::Scan()の第3引数がオプション指定になっている。

  tree->Scan("a:b:c","","colsize=30 precision=3 col=::20.10:#x:5ld");

のように指定する。