5 #include <daqFormats.h>
15 u_short adc[2][PMD_CRAMS_MAX][2][PMD_CRAMS_CH_MAX] ;
17 u_short ped[2][PMD_CRAMS_MAX][2][PMD_CRAMS_CH_MAX] ;
18 u_short rms[2][PMD_CRAMS_MAX][2][PMD_CRAMS_CH_MAX] ;
19 u_short thr[2][PMD_CRAMS_MAX][2][PMD_CRAMS_CH_MAX] ;
23 #ifndef DAQ_PMD_DATA_STRUCTURE
25 #include <DAQ_READER/daq_det.h>
29 class daq_dta *handle_legacy() ;
30 class daq_dta *handle_raw(
int sec) ;
35 static const char *help_string ;
44 daq_dta *
get(
const char *bank=
"*",
int c1=-1,
int c2=-1,
int c3=-1,
void *p1=0,
void *p2=0) ;
47 printf(
"%s\n%s\n",GetCVS(),help_string) ;
50 const char *GetCVS()
const {
51 static const char cvs[]=
"Tag $Name: $Id: built " __DATE__
" " __TIME__ ;
return cvs;
57 #endif // DAQ_PMD_DATA_STRUCTURE