Geant4 Cross Reference |
1 1 2 Geant4 extended examples - ana 2 Geant4 extended examples - analysis 3 ------------------------------ 3 ----------------------------------- 4 4 5 Examples in this directory demonstrate how to 5 Examples in this directory demonstrate how to make histograms and ntuples 6 6 7 AnaEx01 7 AnaEx01 8 -------- 8 -------- 9 9 10 Simple example showing use of g4tools. 10 Simple example showing use of g4tools. 11 11 12 AnaEx02 12 AnaEx02 13 -------- 13 -------- 14 14 15 As AnaEx01, but direct interface to ROOT. 15 As AnaEx01, but direct interface to ROOT. 16 << 16 17 AnaEx03 17 AnaEx03 18 -------- 18 -------- 19 19 20 Demonstrates usage of analysis commands for f << 20 As AnaEx01, showing basic features common to all AIDA implementations. 21 (new since Geant4 11.1), in particular writin << 22 multiple times. << 23 21 24 B1Con 22 B1Con 25 ------ 23 ------ 26 24 27 B1Con shows how to use the statistical tool G 25 B1Con shows how to use the statistical tool G4ConvergenceTester. 28 It does not make histograms. 26 It does not make histograms. 29 It has the same geometry as B1. 27 It has the same geometry as B1. >> 28 >> 29 B3aScoreWriter >> 30 -------------- >> 31 >> 32 This example demonstrates saving the Geant4 scorers hits in form of ntuples in a Root >> 33 file using Geant4 analysis tools. >> 34 >> 35 B3aScoreWriter >> 36 -------------- >> 37 >> 38 This example demonstrates saving the Geant4 scorers hits in form of ntuples in a Root >> 39 file using Geant4 analysis tools. >> 40 In difference from the B3aScoreWriter example, the G4AnalysisManager is explicitly used >> 41 in this example and the ntuples with scorers hits are saved in addition to the histograms >> 42 and ntuples created in B4RunAction. >> 43