-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a134446
commit 6ec87e4
Showing
3 changed files
with
36 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,31 @@ | ||
 | ||
|
||
DDG4: The digitization tools of DD4hep | ||
======================================== | ||
DDG4: The simulation toolkit of DD4hep | ||
====================================== | ||
|
||
Simulating the detector response is an essential tool in high energy physics | ||
to analyze the sensitivity of an experiment to the underlying physics. | ||
Such simulation tools require a detailed though convenient detector description as | ||
it is provided by the `DD4hep` toolkit `DDG4` which uses [Geant4](https://geant4.web.cern.ch/) | ||
it is provided by the DD4hep toolkit DDG4 which uses [Geant4](https://geant4.web.cern.ch/) | ||
to simulate the energy response of a given apparatus. | ||
The toolkit implements a modular and flexible approach to simulation activities using `Geant4`. | ||
User defined simulation applications using `DDG4` can easily be configured, | ||
The toolkit implements a modular and flexible approach to simulation activities using Geant4. | ||
User defined simulation applications using DDG4 can easily be configured, | ||
extended using specialized action routines. | ||
|
||
The design is strongly driven by easy of use; | ||
developers of detector descriptions and applications using | ||
them should provide minimal information and minimal specific | ||
code to achieve the desired result. | ||
|
||
For further details please see the user manual | ||
DDG4 also supports the fast Geant4 simulation interfaces GFlash and FastSim | ||
to speed up certain simulation procedures. | ||
|
||
For further details please see the user manual in the formats | ||
[HTML](https://dd4hep.web.cern.ch/dd4hep/usermanuals/DDG4Manual/DDG4Manual.html) | ||
and | ||
[PDF](https://dd4hep.web.cern.ch/dd4hep/usermanuals/DDG4Manual/DDG4Manual.pdf) | ||
|
||
Some usage examples for DDG4 can be found [here](../examples/DDG4) | ||
|
||
|
||
 | ||
 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.