#include "TMidasOnline.h"
#include <string>
#include <assert.h>
#include "midas.h"
#include "msystem.h"
#include "hardware.h"
#include "ybos.h"
Go to the source code of this file.
◆ eventCallback()
Definition at line 198 of file TMidasOnline.cxx.
199{
200#if 0
201 printf(
"eventCallback: buffer %d, request %d, pheader %p (event_id: %d, trigger mask: 0x%x, serial: %d, time: %d, size: %d), pevent %p\n",
202 buffer_handle,
203 request_id,
204 pheader,
210 pevent);
211#endif
212
214 TMidasOnline::instance()->fEventHandler(pheader,pevent,pheader->
data_size);
215}
TH1X EXPRT * h1_book(const char *name, const char *title, int bins, double min, double max)