Public Member Functions | |
FitCompare () | |
virtual void | publishData () |
Should override this to publish the data. | |
virtual void | downloadData (string serialNumber) |
Downloads the response curve data. | |
virtual void | compare (const FitScanResult &t) |
virtual void | setup () |
Create the TFile and TTree. | |
virtual void | printAdditionalArgs () |
Override to print addition help messages. | |
virtual int | handleArg (int argc, int i, char **argv) |
May be overriden to handle additional args Should return the last used argument index If it doesn't understand the arg, it should call printHelp(). | |
virtual void | summaryOutput () |
Generates some summary output from the TTree. | |
void | FillTree (FitObject &ob, unsigned int index) |
Data Fields | |
Mode | mode |
Definition at line 46 of file SCTDAQComp.cpp.
|
Downloads the response curve data.
Reimplemented from AnalysisTestFramework< FitScanResult >. Definition at line 167 of file SCTDAQComp.cpp. |
|
May be overriden to handle additional args Should return the last used argument index If it doesn't understand the arg, it should call printHelp().
Reimplemented from AnalysisTestFramework< FitScanResult >. Definition at line 217 of file SCTDAQComp.cpp. References mode, AnalysisTestFramework< FitScanResult >::nData, and AnalysisTestFramework< FitScanResult >::printHelp(). Here is the call graph for this function: ![]() |
|
Override to print addition help messages.
Reimplemented from AnalysisTestFramework< FitScanResult >. Definition at line 211 of file SCTDAQComp.cpp. |
|
Should override this to publish the data.
Reimplemented from AnalysisTestFramework< FitScanResult >. Definition at line 170 of file SCTDAQComp.cpp. References AnalysisTestFramework< FitScanResult >::highLevelApi, and mode. |
|
Create the TFile and TTree.
Reimplemented from AnalysisTestFramework< FitScanResult >. Definition at line 138 of file SCTDAQComp.cpp. References AnalysisTestFramework< FitScanResult >::file, mode, Info::serial, and AnalysisTestFramework< FitScanResult >::tree. |
|
Generates some summary output from the TTree.
Reimplemented from AnalysisTestFramework< FitScanResult >. Definition at line 189 of file SCTDAQComp.cpp. References AnalysisTestFramework< FitScanResult >::exitCode, mode, and AnalysisTestFramework< FitScanResult >::tree. |