Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ルート ヒストグラム (時間対カウント) があり、時間を 3 つの等しい間隔に分割し、新しいファイルで統計上の理由からそれぞれの上に折りたたむ必要があります。
最も簡単な方法は、TH1 の GetBinContent メソッドを使用することです。
これにより、特定のビンのコンテンツが得られます。次に、3 つの新しいヒストグラムを作成し、SetBinContent メソッドを使用してビンを埋め、折り畳まれたビンに値を入れます。