#include <NoiseOccupancyTestResult.h>
Public Member Functions | |
| ChipNOResult () | |
| ChipNOResult (shared_ptr< TGraph >g, shared_ptr< TF1 >f, double m, double r) | |
| Make a result with graph, fit, mean and rms. | |
| ~ChipNOResult () | |
| double | getNoise () const throw () |
| ChipNOResult & | operator= (const ChipNOResult &) throw () |
Data Fields | |
| shared_ptr< TGraph > | graph |
| shared_ptr< TF1 > | fit |
| double | mean |
| double | rms |
| double | offset |
Definition at line 20 of file NoiseOccupancyTestResult.h.
|
||||||||||||||||||||
|
Make a result with graph, fit, mean and rms.
Definition at line 28 of file NoiseOccupancyTestResult.h. |
|
|
Definition at line 47 of file NoiseOccupancyTestResult.cpp. References fit. Referenced by NoiseOccupancyCompare::compare(). |
1.4.6