Rev 267 | Rev 272 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 267 | Rev 268 | ||
|---|---|---|---|
| Line 203... | Line 203... | ||
| 203 | for (int k=0;k<100;k++) if (fList[k]!=0) fList[k]->Clear(); |
203 | for (int k=0;k<100;k++) if (fList[k]!=0) fList[k]->Clear(); |
| 204 | i++; |
204 | i++; |
| 205 | } |
205 | } |
| 206 | 206 | ||
| 207 | send_message(2, TString::Format("Number of events processed %d\n", i ),100); |
207 | send_message(2, TString::Format("Number of events processed %d\n", i ),100); |
| 208 | for (int i=0;i<100;i++) if (fH[i]!=0) send_message(1,TBufferJSON::ConvertToJSON(fH[i]),100 ); |
- | |
| - | 208 | ||
| 209 | send_message(1,TBufferJSON::ConvertToJSON(fHnprt),100 ); |
209 | send_message(1,TBufferJSON::ConvertToJSON(fHnprt),100 ); |
| 210 | send_message(1,TBufferJSON::ConvertToJSON(fHid),100 ); |
210 | send_message(1,TBufferJSON::ConvertToJSON(fHid),100 ); |
| - | 211 | ||
| - | 212 | for (int i=0;i<100;i++) if (fH[i]!=0) send_message(1,TBufferJSON::ConvertToJSON(fH[i]),100 ); |
|
| - | 213 | ||
| 211 | TDatime d; |
214 | TDatime d; |
| 212 | timer.Stop(); |
215 | timer.Stop(); |
| 213 | send_message(3, TString::Format("'%s', %d, %f, %f", d.AsSQLString(),i, timer.RealTime(), timer.CpuTime() ),100); |
216 | send_message(3, TString::Format("'%s', %d, %f, %f", d.AsSQLString(),i, timer.RealTime(), timer.CpuTime() ),100); |
| 214 | 217 | ||
| 215 | } |
218 | } |