Public Member Functions | |
virtual void | publishData () |
Publishes all the data we need, looping over modules, then waits for it all to be fitted, analyzed. | |
virtual void | downloadData (string serialNumber) |
Downloads the response curve data. | |
virtual void | compare (const PipelineTestResult &t) |
virtual void | setup () |
Create the TFile and TTree. | |
virtual void | summaryOutput () |
Definition at line 32 of file PipelineTests/SCTDAQComparison/RetrieveAndCompare.cpp.
|
Downloads the response curve data.
Reimplemented from AnalysisTestFramework< PipelineTestResult >. Definition at line 106 of file PipelineTests/SCTDAQComparison/RetrieveAndCompare.cpp. References SctTest::ModuleData::getPipelineInfo(), AnalysisTestFramework< PipelineTestResult >::moduleData, SctTest::TestInfo::runNumber, and SctTest::TestInfo::scanNumber. Here is the call graph for this function: ![]() |
|
Publishes all the data we need, looping over modules, then waits for it all to be fitted, analyzed.
Reimplemented from AnalysisTestFramework< PipelineTestResult >. Definition at line 117 of file PipelineTests/SCTDAQComparison/RetrieveAndCompare.cpp. References AnalysisTestFramework< PipelineTestResult >::highLevelApi. |
|
Create the TFile and TTree.
Reimplemented from AnalysisTestFramework< PipelineTestResult >. Definition at line 93 of file PipelineTests/SCTDAQComparison/RetrieveAndCompare.cpp. References AnalysisTestFramework< PipelineTestResult >::file, Info::serial, and AnalysisTestFramework< PipelineTestResult >::tree. |