#include <ChipCounterAlgorithm.h>
Inheritance diagram for SctAnalysis::ChipCounterAlgorithm:
Public Member Functions | |
virtual bool | canAnalyze () const |
Should check to see if the analysis can be performed. | |
virtual void | analyze () |
virtual void | loadData () |
Called to indicate the algorithm should try and load as much data as it can - perhaps by calling loadAllFits or loadAllRaws(). | |
virtual shared_ptr< SctData::TestResult > | createTestResult () const |
Called if the TestResult needs to be created. | |
virtual boost::shared_ptr< AnalysisAlgorithm > | clone (shared_ptr< const TestData > testData, const string &moduleName) const throw () |
Must be overridden by sub-classes. | |
ChipCounterAlgorithm (shared_ptr< const TestData > testData, const string &moduleName, const AnalysisAlgorithm &alg) throw () | |
constructor | |
virtual | ~ChipCounterAlgorithm () throw () |
destructor | |
Static Private Attributes | |
bool | inMap |
const int | NHEADER |
const int | NBC |
const int | NL1 |
Definition at line 10 of file ChipCounterAlgorithm.h.
|
constructor
Definition at line 20 of file ChipCounterAlgorithm.h. |
|
destructor
Definition at line 24 of file ChipCounterAlgorithm.h. |
|
Here is the call graph for this function:
|
Should check to see if the analysis can be performed. Probably wants to call hasAllRaws() or hasAllFits().
Implements SctAnalysis::AnalysisAlgorithm. Definition at line 32 of file ChipCounterAlgorithm.cpp. References SctAnalysis::AnalysisAlgorithm::hasAllRaws(). |
Here is the call graph for this function:
|
Must be overridden by sub-classes. Returns a shared pointer to a concrete AnalysisAlgorithm of the correct type. Primarily used by the map to get an AnalysisAlgorithm of the correct type. Implements SctAnalysis::AnalysisAlgorithm. Definition at line 24 of file ChipCounterAlgorithm.cpp. |
|
Called if the TestResult needs to be created.
Implements SctAnalysis::AnalysisAlgorithm. Definition at line 36 of file ChipCounterAlgorithm.cpp. |
|
Called to indicate the algorithm should try and load as much data as it can - perhaps by calling loadAllFits or loadAllRaws(). This is guarenteed to be called shortly before analyze(). Implements SctAnalysis::AnalysisAlgorithm. Definition at line 28 of file ChipCounterAlgorithm.cpp. References SctAnalysis::AnalysisAlgorithm::loadAllRaws(). |
Here is the call graph for this function: