5 #include <DAQ_READER/daq_det.h>
20 class daq_dta *handle_raw(
int sec,
int rdo) ;
21 class daq_dta *handle_vmmraw(
int sec) ;
22 class daq_dta *handle_altro(
int sec,
int rdo) ;
23 class daq_dta *handle_ped(
int sec) ;
24 class daq_dta *handle_vmm(
int sec) ;
32 static const int MAX_SEC = 7 ;
33 static const int MAX_RDO = 6 ;
35 static const char *help_string ;
44 class daq_dta *
get(
const char *bank=
"*",
int c1=-1,
int c2=-1,
int c3=-1,
void *p1=0,
void *p2=0) ;
47 int get_token(
char *buff,
int buff_bytes) ;
48 int get_l2(
char *buff,
int buff_bytes,
struct daq_trg_word *trg,
int prompt=0) ;
51 virtual const char *GetCVS()
const {
52 static const char cvs[]=
"Tag $Name: $Id: built " __DATE__
" " __TIME__ ;
return cvs;
63 int get_l2_vmm(
char *buff,
int buff_bytes,
struct daq_trg_word *trg,
int prompt=0) ;
67 #endif // _DAQ_STGC_H_