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 }