#include "Comp.h"#include "Sct/IS/IOManagerIS.h"#include "Sct/Exception.h"#include "Sct/LogicErrors.h"#include "Sct/SctNames.h"#include "Sct/SctParameters.h"#include "SctData/FitScanResult.h"#include "SctData/FitObject.h"#include <is/isinfo.h>#include <boost/shared_ptr.hpp>#include <iostream>#include <vector>Go to the source code of this file.
Functions | |
| vector< shared_ptr< FitScanResult > > | readAll () |
| void | removeAll () |
| bool | compareFits (FitScanResult &nagFit, FitScanResult &rootFit) |
| bool | compare (vector< shared_ptr< FitScanResult > > nag, vector< shared_ptr< FitScanResult > > root) |
| void | waitFor (string name, int nsecs) |
| int | main (int argc, char **argv) |
Variables | |
| bool | debug |
| double | meanTol |
| double | sigmaTol |
| string | lastScanName |
|
||||||||||||
|
Definition at line 98 of file NagRootComp.cpp. References compareFits(). |
|
||||||||||||
|
Definition at line 49 of file NagRootComp.cpp. References Comp::comp(), Comp::mean(), Sct::nChannelLink, Sct::nLinkModule, and Comp::stddev(). |
|
||||||||||||
|
Definition at line 127 of file NagRootComp.cpp. References compare(), readAll(), removeAll(), Sct::setExceptionHandlers(), and waitFor(). |
|
|
Definition at line 26 of file NagRootComp.cpp. References readAll(). |
|
|
Definition at line 41 of file NagRootComp.cpp. Referenced by main(). |
|
||||||||||||
|
Definition at line 111 of file NagRootComp.cpp. |
|
|
Definition at line 20 of file NagRootComp.cpp. |
|
|
Definition at line 23 of file NagRootComp.cpp. |
|
|
Definition at line 21 of file NagRootComp.cpp. |
|
|
Definition at line 22 of file NagRootComp.cpp. |
1.3-rc3