#include <RawDataValidate.h>
Public Member Functions | |
| RawDataValidate (Int_t itest=0) | |
| virtual | ~RawDataValidate () |
Private Member Functions | |
| void | TestQie (void) |
| void | TestVa (void) |
Private Attributes | |
| RawRecord * | fRawRecord |
|
|
Definition at line 24 of file RawDataValidate.cxx. 00025 : fRawRecord(0) 00026 { 00027 switch ( itest ) { 00028 case 1: 00029 TestQie(); 00030 break; 00031 case 2: 00032 TestVa(); 00033 break; 00034 default: 00035 printf("RawDataValidate - no known test %d\n",itest); 00036 } 00037 }
|
|
|
Definition at line 40 of file RawDataValidate.cxx. 00041 {
00042 delete fRawRecord;
00043 }
|
|
|
Definition at line 46 of file RawDataValidate.cxx. 00047 {
00048 printf("RawDataValidate::TestQie not yet working\n");
00049 }
|
|
|
Definition at line 53 of file RawDataValidate.cxx. 00054 {
00055 printf("RawDataValidate::TestVa not yet working!\n");
00056 }
|
|
|
Definition at line 33 of file RawDataValidate.h. |
1.3.9.1