Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ErrorData2 Class Reference

#include <ErrorPropTest.h>

List of all members.

Public Member Functions

 ErrorData2 ()
void Print (Option_t *="") const
 ClassDef (ErrorData2, 1)

Public Attributes

DoubleErr a
DoubleErr b
DoubleErr c
DoubleErr d


Constructor & Destructor Documentation

ErrorData2::ErrorData2  )  [inline]
 

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   };


Member Function Documentation

ErrorData2::ClassDef ErrorData2  ,
 

void ErrorData2::Print Option_t *  = ""  )  const [inline]
 

Definition at line 43 of file ErrorPropTest.h.

References a, b, c, and d.

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   }


Member Data Documentation

DoubleErr ErrorData2::a
 

Definition at line 31 of file ErrorPropTest.h.

Referenced by ErrorData2(), and Print().

DoubleErr ErrorData2::b
 

Definition at line 32 of file ErrorPropTest.h.

Referenced by ErrorData2(), and Print().

DoubleErr ErrorData2::c
 

Definition at line 33 of file ErrorPropTest.h.

Referenced by ErrorData2(), and Print().

DoubleErr ErrorData2::d
 

Definition at line 34 of file ErrorPropTest.h.

Referenced by ErrorData2(), and Print().


The documentation for this class was generated from the following file:
Generated on Mon Feb 15 11:09:09 2010 for loon by  doxygen 1.3.9.1