#include <Comp.h>
Public Member Functions | |
| Comp (double tolerance) | |
| bool | comp (double f1, double f2) |
| double | mean () |
| double | stddev () |
| bool | setTolerance (double tolerance) |
| Comp (double tolerance) | |
| bool | comp (double f1, double f2) |
| double | mean () |
| double | stddev () |
| Comp (double tolerance) | |
| bool | comp (double f1, double f2) |
| double | mean () |
| double | stddev () |
Private Attributes | |
| double | tolerance |
| int | n |
| double | sum |
| double | sum2 |
|
|
Definition at line 6 of file AnalysisTests/NPtGainTests/RCCompare/Comp.h. |
|
|
Definition at line 6 of file FittingTests/NagRootComp/Comp.h. |
|
|
Definition at line 6 of file FittingTests/SCTDAQComp/Comp.h. |
|
||||||||||||
|
Definition at line 7 of file FittingTests/SCTDAQComp/Comp.h. |
|
||||||||||||
|
Definition at line 7 of file FittingTests/NagRootComp/Comp.h. |
|
||||||||||||
|
Definition at line 7 of file AnalysisTests/NPtGainTests/RCCompare/Comp.h. References n, sum, sum2, and tolerance. Referenced by compareChannel(), and compareFits(). |
|
|
Definition at line 15 of file FittingTests/SCTDAQComp/Comp.h. |
|
|
Definition at line 15 of file FittingTests/NagRootComp/Comp.h. |
|
|
Definition at line 15 of file AnalysisTests/NPtGainTests/RCCompare/Comp.h. Referenced by compare(), compareFits(), and stddev(). |
|
|
Definition at line 17 of file AnalysisTests/NPtGainTests/RCCompare/Comp.h. Referenced by main(). |
|
|
Definition at line 16 of file FittingTests/SCTDAQComp/Comp.h. References mean(). |
|
|
Definition at line 16 of file FittingTests/NagRootComp/Comp.h. References mean(). |
|
|
Definition at line 16 of file AnalysisTests/NPtGainTests/RCCompare/Comp.h. References mean(). Referenced by compare(), and compareFits(). |
|
|
Definition at line 20 of file FittingTests/SCTDAQComp/Comp.h. Referenced by comp(), Comp(), mean(), and setTolerance(). |
|
|
Definition at line 21 of file FittingTests/SCTDAQComp/Comp.h. |
|
|
Definition at line 22 of file FittingTests/SCTDAQComp/Comp.h. |
|
|
Definition at line 19 of file FittingTests/SCTDAQComp/Comp.h. |
1.3-rc3