Geant4 examples
Functions
extended/common/analysis/testAnalysis.cc File Reference

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

#include "ExG4HbookAnalysisManager.hh"

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.

{
#ifdef G4_USE_HBOOK
  ExG4HbookAnalysisManager* hbookManager = ExG4HbookAnalysisManager::Instance();
  delete hbookManager;
  
  hbookManager = ExG4HbookAnalysisManager::Instance();
  delete hbookManager;
#endif

  return 0;
}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines