Belle II Software development
RunManager::SingletonDestroyer Class Reference

Destroyer class to delete the instance of the RunManager class when the program terminates. More...

Detailed Description

Destroyer class to delete the instance of the RunManager class when the program terminates.

Definition at line 93 of file RunManager.h.

Constructor & Destructor Documentation

◆ ~SingletonDestroyer()

~SingletonDestroyer ( )
inline

Definition at line 94 of file RunManager.h.

94 : ~SingletonDestroyer()
95 {
96 // Apr.23,2012, R.Itoh
97 // Removal of Singleton Instance was temporarily turned off for parallel processing
98 // Should be re-activated after proper treatment is implemented.
99 // if (RunManager::m_instance != NULL) delete RunManager::m_instance;
100 }

The documentation for this class was generated from the following file: