Overview | Releases | Download | Docs | Links | Help | RecentChanges

ScanResultWriter

The raw data coming from the ROD are serialised to IS by the class <ScanResultWriter>, with help from the appropriate <ScanDataWriter> which allows different internal ROD data histogram formats to be published into the information service, IS. This separates the internal ROD format of the raw data from that of the analysis code.

The representation of the raw data in the analysis code is by the <RawScanResult> which forms part of the DataModel.

If we decide to move raw data fitting from the FittingService onto the ROD then a new <ScanDataWriter> will write that data to IS as a <FitScanResult>.