Public Member Functions | |
| void | UseMe () |
| ~Cleaner () | |
|
|
Definition at line 77 of file MasterGeVPerMip.h. References MasterGeVPerMip::fMyInstance. 00077 {
00078 if ( MasterGeVPerMip::fMyInstance != 0 ) {
00079 delete MasterGeVPerMip::fMyInstance;
00080 MasterGeVPerMip::fMyInstance = 0;
00081 }
00082 }
|
|
|
Definition at line 76 of file MasterGeVPerMip.h. Referenced by MasterGeVPerMip::Instance(). 00076 { }
|
1.3.9.1