#include <ErrorPropTest.h>
Public Member Functions | |
| ErrorData2 () | |
| void | Print (Option_t *="") const |
| ClassDef (ErrorData2, 1) | |
Public Attributes | |
| DoubleErr | a |
| DoubleErr | b |
| DoubleErr | c |
| DoubleErr | d |
|
|
Definition at line 36 of file ErrorPropTest.h. References a, b, c, d, and ValueErr< T >::Set(). 00036 {
00037 a.Set(gRandom->Uniform(1,100), gRandom->Uniform(0,10));
00038 b.Set(gRandom->Uniform(1,100), gRandom->Uniform(0,10));
00039 c.Set(gRandom->Uniform(1,100), gRandom->Uniform(0,10));
00040 d.Set(gRandom->Uniform(1,100), gRandom->Uniform(0,10));
00041 };
|
|
||||||||||||
|
|
|
|
Definition at line 43 of file ErrorPropTest.h. Referenced by errproptest(). 00043 {
00044 std::cout << "ErrorData2:" << std::endl;
00045 std::cout << " a: " << a << std::endl;
00046 std::cout << " b: " << b << std::endl;
00047 std::cout << " c: " << c << std::endl;
00048 std::cout << " d: " << d << std::endl;
00049 }
|
|
|
Definition at line 31 of file ErrorPropTest.h. Referenced by ErrorData2(), and Print(). |
|
|
Definition at line 32 of file ErrorPropTest.h. Referenced by ErrorData2(), and Print(). |
|
|
Definition at line 33 of file ErrorPropTest.h. Referenced by ErrorData2(), and Print(). |
|
|
Definition at line 34 of file ErrorPropTest.h. Referenced by ErrorData2(), and Print(). |
1.3.9.1