64 for (
int i = 0; i <
NWIRE; i++ )
66 Stat_t entry_l = m_hleft[i]->GetEntries();
67 double mean_l = m_hleft[i]->GetMean();
68 if ( entry_l < 50 ) mean_l = 0.0;
70 Stat_t entry_r = m_hright[i]->GetEntries();
71 double mean_r = m_hright[i]->GetMean();
72 if ( entry_r < 50 ) mean_r = 0.0;
74 double delt0 = 0.5 * ( mean_l + mean_r ) / vdr;
75 double resiLrSum = 0.5 * ( mean_l + mean_r );
76 double resiLrSub = 0.5 * ( mean_l - mean_r );
77 m_hLrResiSum->Fill( resiLrSum );
78 m_hLrResiSub->Fill( resiLrSub );
80 double t0 = calconst->
getT0( i );
sprintf(cut, "kal_costheta0_em>-0.93&&kal_costheta0_em<0.93&&kal_pxy0_em>=0.05+%d*0.1&&kal_" "pxy0_em<0.15+%d*0.1&&NGch>=2", j, j)