Histogram.cxx

00001 #define USELIBRARY
00002 
00003 #include "../TApi.h"
00004 
00005 int main() {
00006   TScanDef thresh;
00007 
00008   thresh.trigsPerBurst = 1000;
00009 
00010   thresh.configure(1, 0, 20, 5);
00011 
00012   // Start TApi
00013   TApi tapi;
00014 
00015   tapi.initialiseAll(0);
00016 
00017   tapi.doScan(thresh);
00018 }

Generated on Mon Feb 6 14:01:21 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6