#include <FullScanTool.h>
Inheritance diagram for SctAnalysis::FullScanTool:
Public Member Functions | |
FullScanTool (RawScanResult &raw) | |
constructor | |
~FullScanTool () throw () | |
Destructor. | |
void | add (boost::shared_ptr< const SctData::RawScanResult > raw, double offset) |
Add a scan to the tool, with the second parameter giving the scan offset (e.g. | |
void | combine () |
Do the combining algorithm - i.e. | |
Private Attributes | |
std::vector< std::pair< boost::shared_ptr< const SctData::RawScanResult >, double > > | results |
Definition at line 12 of file FullScanTool.h.
|
constructor
Definition at line 6 of file FullScanTool.cpp. |
|
Destructor.
Definition at line 14 of file FullScanTool.cpp. |
|
Add a scan to the tool, with the second parameter giving the scan offset (e.g. 25 if in nanoseconds or 1 if in bunch crossings) Definition at line 17 of file FullScanTool.cpp. References results. |
|
Do the combining algorithm - i.e. make the ScanPoints and the link data for the FullScanTool be the combination of those for the separate scans Definition at line 39 of file FullScanTool.cpp. References results. |