#include <ErrorPropTest.h>
Public Member Functions | |
| ErrorData1 () | |
| ClassDef (ErrorData1, 1) | |
Public Attributes | |
| Double_t | a |
| Double_t | b |
| Double_t | c |
| Double_t | d |
|
|
Definition at line 17 of file ErrorPropTest.h. 00017 {
00018 a = gRandom->Uniform(1,100);
00019 b = gRandom->Uniform(1,100);
00020 c = gRandom->Uniform(1,100);
00021 d = gRandom->Uniform(1,100);
00022 };
|
|
||||||||||||
|
|
|
|
Definition at line 13 of file ErrorPropTest.h. Referenced by ErrorData1(). |
|
|
Definition at line 14 of file ErrorPropTest.h. Referenced by ErrorData1(). |
|
|
Definition at line 15 of file ErrorPropTest.h. Referenced by ErrorData1(). |
|
|
Definition at line 16 of file ErrorPropTest.h. Referenced by ErrorData1(). |
1.3.9.1