#include <ConventionsValidate.h>
Public Member Functions | |
| ConventionsValidate () | |
| virtual | ~ConventionsValidate () |
| Bool_t | RunAllTests () |
Private Member Functions | |
| Bool_t | TestDetector () |
| Bool_t | TestElecType () |
| Bool_t | TestPlaneCoverage () |
| Bool_t | TestPlaneView () |
| Bool_t | TestReadoutType () |
| Bool_t | TestSimFlag () |
| Bool_t | TestStripEnd () |
| Bool_t | TestMunits () |
|
|
Definition at line 29 of file ConventionsValidate.cxx. 00029 {}
|
|
|
Definition at line 32 of file ConventionsValidate.cxx. 00032 {}
|
|
|
Definition at line 112 of file ConventionsValidate.cxx. References TestDetector(), TestMunits(), TestPlaneCoverage(), TestPlaneView(), TestReadoutType(), TestSimFlag(), and TestStripEnd(). 00113 {
00114 Bool_t passed = kTRUE;
00115
00116 passed &= this->TestDetector();
00117 passed &= this->TestPlaneCoverage();
00118 passed &= this->TestPlaneView();
00119 passed &= this->TestReadoutType();
00120 passed &= this->TestSimFlag();
00121 passed &= this->TestStripEnd();
00122
00123 passed &= this->TestMunits();
00124
00125 return passed;
00126 }
|
|
|
Definition at line 35 of file ConventionsValidate.cxx. References MSG. Referenced by RunAllTests(). 00036 {
00037 MSG("Conv",Msg::kError)
00038 << " test doesn't actually validate anything" << endl;
00039
00040 Bool_t passed = true;
00041
00042 return passed;
00043 }
|
|
|
|
|
|
Definition at line 101 of file ConventionsValidate.cxx. References MSG. Referenced by RunAllTests(). 00102 {
00103 MSG("Conv",Msg::kError)
00104 << " test doesn't actually validate anything" << endl;
00105
00106 Bool_t passed = true;
00107
00108 return passed;
00109 }
|
|
|
Definition at line 46 of file ConventionsValidate.cxx. References MSG. Referenced by RunAllTests(). 00047 {
00048 MSG("Conv",Msg::kError)
00049 << " test doesn't actually validate anything" << endl;
00050
00051 Bool_t passed = true;
00052
00053 return passed;
00054 }
|
|
|
Definition at line 57 of file ConventionsValidate.cxx. References MSG. Referenced by RunAllTests(). 00058 {
00059 MSG("Conv",Msg::kError)
00060 << " test doesn't actually validate anything" << endl;
00061
00062 Bool_t passed = true;
00063
00064 return passed;
00065 }
|
|
|
Definition at line 68 of file ConventionsValidate.cxx. References MSG. Referenced by RunAllTests(). 00069 {
00070 MSG("Conv",Msg::kError)
00071 << " test doesn't actually validate anything" << endl;
00072
00073 Bool_t passed = true;
00074
00075 return passed;
00076 }
|
|
|
Definition at line 79 of file ConventionsValidate.cxx. References MSG. Referenced by RunAllTests(). 00080 {
00081 MSG("Conv",Msg::kError)
00082 << " test doesn't actually validate anything" << endl;
00083
00084 Bool_t passed = true;
00085
00086 return passed;
00087 }
|
|
|
Definition at line 90 of file ConventionsValidate.cxx. References MSG. Referenced by RunAllTests(). 00091 {
00092 MSG("Conv",Msg::kError)
00093 << " test doesn't actually validate anything" << endl;
00094
00095 Bool_t passed = true;
00096
00097 return passed;
00098 }
|
1.3.9.1