#include "ScanResultWriter.h"#include "SctApi/dataTypes.h"#include <CommonWithDsp/processor.h>#include <CommonWithDsp/sctStructure.h>#include <CommonWithDsp/ABCD/ABCDscans.h>#include <cstdio>#include <sstream>#include <cstring>#include <ctime>Go to the source code of this file.
Functions | |
| scan_result_ptrs * | readFile (const char *name) |
| void | help () |
| void | publish (scan_result_ptrs &scanResult, unsigned int i) |
| int | main (int argc, char **argv) |
|
|
Definition at line 135 of file NPtGainTests/RCCompare/RetrieveAndCompare.cpp. Referenced by main(). |
|
||||||||||||
|
Definition at line 23 of file StressFilePublisher.cpp. References scan_result_ptrs::data, scan_result_ptrs::header, help(), ScanHeader::moduleName, scan_result_ptrs::nErrorEvents, scan_result_ptrs::nEvents, scan_result_ptrs::points, publish(), readFile(), and ScanHeader::runNumber. |
|
||||||||||||
|
Definition at line 78 of file StressFilePublisher.cpp. References scan_result_ptrs::header, and ScanHeader::scanNumber. Referenced by SctCalibrationController::CalibrationControllerImpl::CalibrationControllerImpl(), handleFile(), and main(). |
|
|
Definition at line 87 of file StressFilePublisher.cpp. References scan_result_ptrs::data, scan_result_ptrs::header, scan_result_ptrs::nErrorEvents, scan_result_ptrs::nEvents, ScanHeader::npoints, ScanHeader::pntData, ScanHeader::pntErrors, ScanHeader::pntEvents, ScanHeader::pntPoints, scan_result_ptrs::points, and ScanHeader::size. Referenced by main(). |
1.3-rc3