Geant4  10.02.p03
testAnalysis.cc File Reference

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 39 of file testAnalysis.cc.

40 {
41 #ifdef G4_USE_HBOOK
42  ExG4HbookAnalysisManager* hbookManager = ExG4HbookAnalysisManager::Instance();
43  delete hbookManager;
44 
45  hbookManager = ExG4HbookAnalysisManager::Instance();
46  delete hbookManager;
47 #endif
48 
49  return 0;
50 }