Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
testAnalysis.cc File Reference

Test program for the analysis common classes. More...

Go to the source code of this file.

Functions

int main ()
 

Detailed Description

Test program for the analysis common classes.

Definition in file testAnalysis.cc.

Function Documentation

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 }