software:g4simulation:analysis
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
software:g4simulation:analysis [2019/03/07 11:15] – created himuser | software:g4simulation:analysis [2022/01/14 18:44] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Analysis ====== | ====== Analysis ====== | ||
- | An example how to read the .root files can be found in rootmacros/ | + | There are already several files which help you to analyse |
- | This test.C file can be executed with: | + | |
- | < | + | |
- | /primasoft/geant4$ root -l rootmacros/ | + | |
- | </ | + | |
- | If executed, a histogram will be displayed with Root. | + | - PrimaSimAnalysis (can be found here: / |
+ | - Config file for Analysis (examples can be found here: / | ||
+ | - Rootmacros (examples can be found here: / | ||
- | For the analysis some pre-calculations are made in include/ | ||
- | These are imported in test.C and the functions BeginOfRun(), | ||
- | The root files include information about the primary particles, the deposited energy in the calorimeter and in the tagger. | ||
- | For the calorimeter there are several functions implemented in SimAnalysis, | ||
- | When reading | + | |
+ | This is what they do: | ||
+ | |||
+ | == PrimaSimAnalysis == | ||
+ | * The deposited energy in every crystal is stored: " | ||
+ | * The signal energy in every crystal is simulated: " | ||
+ | * Hits are sorted into clusters: " | ||
+ | * The momentum direction and the energy of the initial particle is stored: " | ||
+ | * Single crystal threshold is applied. The value can be set in the config file, default is 2 MeV. This is analogue the to hit detection threshold in a measurement. | ||
+ | * Different crystal-setups can be used. The setup can be chosen in the config file, default is to use all 786 crystals. These are the options: | ||
+ | * all crystals are used (768) | ||
+ | * the inner 640 crystals are used symmetrically (640) | ||
+ | * the inner 640 crystals are used in an oval shape (640_oval) | ||
+ | * the inner 560 crystals are used symmetrically (560) | ||
+ | * Scintillation hits is still under developement ..... | ||
+ | * 3 functions are left empty (BeginOfRun(), | ||
+ | |||
+ | |||
+ | |||
+ | == Rootmacro == | ||
+ | * an example how to read the .root files can be found in rootmacros/ | ||
+ | * execute a rootmacro | ||
+ | / | ||
+ | </ | ||
+ | * the root files include information about the primary particles, the deposited energy in the calorimeter and in the tagger. | ||
+ | * in the rootmacros the functions BeginOfRun(), | ||
+ | * in OpenTreeFiles() you can define | ||
+ | * test.C is a basic example | ||
+ | * energy_res.C and acceptance.C are more advanced examples | ||
+ | * event_display.C the energy signal for each crystal for one event (usage: '' |
software/g4simulation/analysis.1551957326.txt.gz · Last modified: 2022/01/14 18:44 (external edit)