Public Member Functions | |
| void | UseMe () |
| ~Cleaner () | |
|
|
Definition at line 21 of file MCReweight.h. References MCReweight::fgInstance. 00021 {
00022 if (MCReweight::fgInstance != 0) {
00023 delete MCReweight::fgInstance;
00024 MCReweight::fgInstance = 0;
00025 } }
|
|
|
Definition at line 20 of file MCReweight.h. Referenced by MCReweight::Instance(). 00020 { } // Dummy method to quiet compiler
|
1.3.9.1