noise.cxx

00001 {
00002 TScanDef noise;
00003 
00004 noise.trigsPerBurst = 500;
00005 
00006 noise.configure(1, 0, 200, 5);
00007 noise.trigSequence.singleL1A();
00008 noise.loopCalLine = 1;
00009 noise.bits32=1;
00010 noise.ope=1;
00011 tapi.modifyABCDVar(11, 1.0);
00012 tapi.modifyABCDVar(13, 0.0);
00013 tapi.modifyABCDVar(14, 0.0);
00014 
00015 tapi.modifyABCDVar(42, 0.0);
00016 
00017 tapi.doScan(noise);
00018 }

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