Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
+33
View File
@@ -0,0 +1,33 @@
//$Id$
///\file "analysis/.README"
///\brief Examples analysis README page
/*! \page Examples_analysis Category "analysis"
Examples in this directory demonstrate how to make histograms and ntuples
\link ExampleA01 A01 \endlink
Rather complete example dedicaced to AIDA and HepRep.\n
(See also \link ExampleA01AIDA README.AIDA \endlink.)
\link ExampleAnaEx01 AnaEx01 \endlink
Simple example showing use of g4tools.
\link ExampleAnaEx02 AnaEx02 \endlink
As AnaEx01, but direct interface to ROOT.
\link ExampleAnaEx03 AnaEx03 \endlink
As AnaEx01, showing basic features common to all AIDA implementations.
\link ExampleN03Con N03Con \endlink
N03Con shows how to use the statistical tool G4ConvergenceTester. \n
It does not make histograms.\n
It has the same geometry as N03 and AnaEx01,2,3.\n
*/