diff --git a/macros/CCEScan/Hamburg.C b/macros/CCEScan/Hamburg.C index e034d79..fa19c12 100755 --- a/macros/CCEScan/Hamburg.C +++ b/macros/CCEScan/Hamburg.C @@ -182,10 +182,10 @@ TVectorD* vp_time2 = (TVectorD*)f_temp->Get("v_TT_AT6_time"); if (det.EqualTo("IT")) { - vp_temp1 = (TVectorD*)f_temp->Get("v_TT_T3_temp"); - vp_temp2 = (TVectorD*)f_temp->Get("v_TT_B3_temp"); + vp_temp1 = (TVectorD*)f_temp->Get("v_IT_T3_temp"); + vp_temp2 = (TVectorD*)f_temp->Get("v_IT_B3_temp"); vp_time1 = (TVectorD*)f_temp->Get("v_IT_T3_time"); - vp_time2 = (TVectorD*)f_temp->Get("v_TT_B3_time"); + vp_time2 = (TVectorD*)f_temp->Get("v_IT_B3_time"); } if (!vp_temp1 || !vp_temp2 || !vp_time1 || !vp_time2) {