Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
soft:root [2022/11/16 19:39] Ce Zhangsoft:root [2023/05/24 09:51] (current) – [ROOT study] Ce Zhang
Line 1: Line 1:
 =====ROOT study===== =====ROOT study=====
 +==== Divide ====
 +<code>
 +hHitTime_Ratio[i] = new TH1F(*hHitTime_Num[i]); 
 +hHitTime_Ratio[i]->SetName("hFRSignal"); 
 +hHitTime_Ratio[i]->Divide(hHitTime_Den[i]);
 +</code>
 ==== Sub Canvas and Pads ==== ==== Sub Canvas and Pads ====
 <code> <code>