#include <NoiseOccupancyAlgorithm.h>
Inheritance diagram for SctAnalysis::NoiseOccupancyAlgorithm:
Public Member Functions | |
virtual boost::shared_ptr< AnalysisAlgorithm > | clone (const TestData &testData, const string &moduleName) const throw () |
over-ride | |
NoiseOccupancyAlgorithm (const TestData &testData, const string &moduleName) throw () | |
constructor | |
virtual | ~NoiseOccupancyAlgorithm () throw () |
destructor | |
virtual void | canAddFitScanResult (const string &name) throw (Sct::LogicError, Sct::IoError) |
over-ride -- needs Fits for defects! | |
virtual void | canAddRawScanResult (const string &name) throw (Sct::LogicError, Sct::IoError) |
over-ride | |
Static Public Member Functions | |
SctData::ChipNOResult | analyzeChip (const unsigned ichip, const SctData::OccupancyProjector &, const SctData::ChipConfiguration &, SctData::ModuleDefectList &defects) throw (Sct::LogicError) |
given the occupancy projector and response curve, produces result for a chip. | |
Private Member Functions | |
NoiseOccupancyAlgorithm () | |
void | init () throw () |
Creates the new result if necessary. | |
void | analyze () throw (Sct::LogicError) |
Analysis returns unless all fits and raws are available. | |
Static Private Attributes | |
bool | inMap |
|
constructor
Definition at line 26 of file NoiseOccupancyAlgorithm.h. |
|
destructor
Definition at line 22 of file NoiseOccupancyAlgorithm.cpp. |
|
Definition at line 46 of file NoiseOccupancyAlgorithm.h. |
|
Analysis returns unless all fits and raws are available.
Definition at line 51 of file NoiseOccupancyAlgorithm.cpp. References Sct::nChipModule. |
|
given the occupancy projector and response curve, produces result for a chip.
Definition at line 74 of file NoiseOccupancyAlgorithm.cpp. References Sct::nChannelChip. |
|
over-ride -- needs Fits for defects!
Definition at line 39 of file NoiseOccupancyAlgorithm.cpp. |
|
over-ride
Definition at line 45 of file NoiseOccupancyAlgorithm.cpp. |
|
over-ride
Implements SctAnalysis::AnalysisAlgorithm. Definition at line 24 of file NoiseOccupancyAlgorithm.cpp. |
|
Creates the new result if necessary.
Definition at line 32 of file NoiseOccupancyAlgorithm.cpp. |
|
Definition at line 28 of file NoiseOccupancyAlgorithm.cpp. |