Public Member Functions | |
NagRootCompare () | |
virtual void | doModule (string serialNumber) |
The main method for doing anything. | |
virtual void | publishData () |
Should override this to publish the data. | |
virtual void | setup () |
Create the TFile and TTree. | |
virtual void | summaryOutput () |
Generates some summary output from the TTree. | |
Private Member Functions | |
void | setFitStrategy (string strategy) |
void | compareFits (FitScanResult &nagFit, FitScanResult &rootFit) |
void | fillData (FitObject &fitOb, ThresholdData &data) |
void | removeAll () |
Definition at line 33 of file NagRootComp.cpp.
|
The main method for doing anything. Sets the appropriate module serialNumber, then calls publishData, then calls downloadData, waits for the data to be published, and calls compare. Reimplemented from AnalysisTestFramework< FitScanResult >. Definition at line 65 of file NagRootComp.cpp. References compareFits(), Sct::copyStringToCorba(), AnalysisTestFramework< FitScanResult >::exitCode, AnalysisTestFramework< FitScanResult >::highLevelApi, publishData(), AnalysisTestFramework< FitScanResult >::readData(), removeAll(), and setFitStrategy(). Here is the call graph for this function: ![]() |
|
Should override this to publish the data.
Reimplemented from AnalysisTestFramework< FitScanResult >. Definition at line 143 of file NagRootComp.cpp. References AnalysisTestFramework< FitScanResult >::highLevelApi. Referenced by doModule(). |
|
Create the TFile and TTree.
Reimplemented from AnalysisTestFramework< FitScanResult >. Definition at line 133 of file NagRootComp.cpp. References AnalysisTestFramework< FitScanResult >::file, Info::serial, and AnalysisTestFramework< FitScanResult >::tree. |
|
Generates some summary output from the TTree.
Reimplemented from AnalysisTestFramework< FitScanResult >. Definition at line 150 of file NagRootComp.cpp. References AnalysisTestFramework< FitScanResult >::exitCode, and AnalysisTestFramework< FitScanResult >::tree. |