Changeset 31
- Timestamp:
- 04/03/09 13:06:17 (16 years ago)
- Location:
- drsdaq
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
drsdaq/DAQReadout.cc
r27 r31 617 617 } 618 618 PrintMessage("Waveform from board %d, chip %d, channel %d\n",board,chip,channel); 619 PrintMessage("Note: The first number is the number of numbers that follows.\n");620 621 619 ReadCalibratedDRSData(); 622 620 623 621 // Note that all numbers must be separated by exactly one whitespace 624 // to allow reading from client socket 625 PrintMessage("==START== %d ",kNumberOfBins); 622 // to allow reading from client socket 623 // The first number is the number of numbers that follow, the second number 624 // is the sampling frequency in GHz and the third is the conversion factor. 625 PrintMessage("==START== %d %.2f %.2f ",kNumberOfBins+2,DRSFreq[board],drs->GetBoard(board)->GetPrecision()); 626 626 for (int k=0; k<kNumberOfBins; k++) PrintMessage("%.1f ", (float) WaveForm[board][chip][channel][k]); 627 627 PrintMessage("==END=="); -
drsdaq/History.txt
r28 r31 12 12 on ihp-pc26 (newer version of g++ than on eth-vme02) 13 13 2/4/2009 Intoduced check for magic number in RawDataCTX.cc 14 3/4/2009 Added frequency and scale factor transmission to socket protocol
Note:
See TracChangeset
for help on using the changeset viewer.