![]() |
Belle II Software
release-05-02-19
|
Functions | |
| def | add_DATCON_simulation (path) |
Contains calls for the DATCON PXD data reduction chain
| def tracking.datcon.add_DATCON_simulation | ( | path | ) |
Add DATCON to simulation with standard parameters defined in the single modules.
The DATCON simulation is build up of six blocks:
1) SVDShaperDigitToDATCONSVDDigitConverter: Converts SVDShaperDigits into DATCONSVDDigits
2) DATCONSVDSimpleClusterizer: Performs simple clusterisation of SVD hit information
3) DATCONSVDSpacePointCreator: Creates SpacePoints with the DATCONSVDClusters
4) DATCONTracking: Tracking algorithms for pattern recognition and track findng
5) DATCONPXDExtrapolation: Extrapolation to the PXD of the tracks found and calculation of
Most Probable Hits / PXDIntercepts
6) DATCONROICalculation: Calculation of ROI on the PXD
Arguments
---------
path : basf2.Path
Module path to be adjusted.
Definition at line 6 of file datcon.py.