Blame |
    Last modification |
    View Log
    | RSS feed
  
  
#ifndef _daq_h_
 
#define _daq_h_
 
//#include <vector>
 
//class VmUsbStack;
 
//class daq {
 
//public:
 
//  VmUsbStack * fStack;
 
//      VmUsbStack * fInit;
 
  int fPedestal;
 
  int fThresholdEnable;
 
  int fThreshold[0xFF];
 
  int fStop;
 
  int fMode;
 
  int clear();
 
  int end();
 
  int event(unsigned int *, int,int*, int );
 
  int init();  
 
  int daq_init();  
 
  int connect();
 
  int disconnect();
 
  int read_pedestals(char *fpedname);
 
//  daq();
 
//  ~daq();
 
//};
 
 
 
#endif