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

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 Thu Dec 15 21:14:24 2005 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5