confReg.cxx

00001 {
00002 TScanDef raw;
00003 
00004 raw.trigsPerBurst = 10;
00005 raw.trigSequence.singleL1A();
00006 raw.enableDataMode=0;
00007 cout << "Hello " << raw.enableDataMode << endl; 
00008 
00009 //raw.configure(1, 0, 2, 1);
00010 raw.configure(50, 1, 251, 5);
00011 
00012 // Send module configuration and leave in 40MHz mode
00013 const bool configure = true;
00014 tapi.doRawScan(raw, 1, 400, configure, false);
00015 tapi.awaitScan();
00016 }

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