|
Geant4 examples
|
Test program for the analysis common classes. More...
#include "ExG4HbookAnalysisManager.hh"Go to the source code of this file.
Functions | |
| int | main () |
Test program for the analysis common classes.
Definition in file testAnalysis.cc.
| int main | ( | ) |
Definition at line 39 of file testAnalysis.cc.
{
#ifdef G4_USE_HBOOK
ExG4HbookAnalysisManager* hbookManager = ExG4HbookAnalysisManager::Instance();
delete hbookManager;
hbookManager = ExG4HbookAnalysisManager::Instance();
delete hbookManager;
#endif
return 0;
}
1.7.4