1 | Modification history of drsdaq program
|
---|
2 | --------------------------------------
|
---|
3 |
|
---|
4 | 23/3/2009 Changed 'Events' entry in run header. It now gives the number of
|
---|
5 | events in the current file.
|
---|
6 | 24/3/2009 Copied into FACT subversion directory. Updated location of
|
---|
7 | configuration file and PixelMap.txt (in config/ in repository).
|
---|
8 | Improved PrintMessage() and error outputs.
|
---|
9 | 26/3/2009 Added PixelMap translation to communication with HV control.
|
---|
10 | 30/3/2009 Added feedback gain. Checked into repository.
|
---|
11 | 1/4/2009 Changes many 'char *' to 'const char *' to honour compiler warning
|
---|
12 | on ihp-pc26 (newer version of g++ than on eth-vme02)
|
---|
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
|
---|
15 | 6/4/2009 Allowed reading of data via read command also while DAQ is active.
|
---|
16 | 22/4/2009 Included sizes of RunHeader, EventHeader and BoardStructure in
|
---|
17 | RunHeader and changed some data widths in RunHeader to U32 to
|
---|
18 | increase compatibility with Magic raw data format. Unique run
|
---|
19 | numbers are now generated using the file LastRunNumber.
|
---|
20 | 28/4/2009 Raw file writing uses now writev() and is changed entirely to
|
---|
21 | Linux system calls instead of C++ library functions. Introduced
|
---|
22 | new magic number that indicates an error while writing. More
|
---|
23 | extensive error checking for I/O functions. Requesting zero events
|
---|
24 | will let run go until stopped manually. Feedback writes slow data.
|
---|
25 | 29/4/2009 DAQ writes run summary to slow data file.
|
---|