Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Related Pages

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 Fri Sep 16 18:01:51 2005 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5