SctParSim Package
From Charm-Tau Detector
(Difference between revisions)
V.S.Vorobev (Talk | contribs) (Created page with "The [https://git.inp.nsk.su/vvorob/sctparsim SctParSim] package is being developed by the SCT Collaboration. Simple parametric response of the SCT detector is implemented in [...") |
V.S.Vorobev (Talk | contribs) |
||
Line 1: | Line 1: | ||
The [https://git.inp.nsk.su/vvorob/sctparsim SctParSim] package is being developed by the SCT Collaboration. Simple parametric response of the SCT detector is implemented in [https://git.inp.nsk.su/vvorob/sctparsim SctParSim]. The main focus of this package are high performance and ease of use. The package is implemented with the python language and uses [https://github.com/HEP-FCC/podio PODIO] as interface for data. | The [https://git.inp.nsk.su/vvorob/sctparsim SctParSim] package is being developed by the SCT Collaboration. Simple parametric response of the SCT detector is implemented in [https://git.inp.nsk.su/vvorob/sctparsim SctParSim]. The main focus of this package are high performance and ease of use. The package is implemented with the python language and uses [https://github.com/HEP-FCC/podio PODIO] as interface for data. | ||
− | = Geometry primitives = | + | = Geometry: primitives and algorithms = |
== Cylindric layer == | == Cylindric layer == | ||
+ | The [https://git.inp.nsk.su/vvorob/sctparsim/blob/master/Geometry.py Geometry] package contains <code>Cylinder</code> and <code>CylindricalLayer</code> classes. Each detector subsystem is an inheritor of the <code>CylindricalLayer</code>. It is assumed the inner and outer cylinders are oriented along the z axis and have common centre in the origin point. | ||
== Paths == | == Paths == |
Revision as of 17:46, 8 April 2019
The SctParSim package is being developed by the SCT Collaboration. Simple parametric response of the SCT detector is implemented in SctParSim. The main focus of this package are high performance and ease of use. The package is implemented with the python language and uses PODIO as interface for data.
Contents |
Geometry: primitives and algorithms
Cylindric layer
The Geometry package contains Cylinder
and CylindricalLayer
classes. Each detector subsystem is an inheritor of the CylindricalLayer
. It is assumed the inner and outer cylinders are oriented along the z axis and have common centre in the origin point.
Paths
Line
Helix
Crosser
Detector model
Subsystems
Event looper module
Input data format
Output data format
--V.S.Vorobev (talk) 14:39, 8 April 2019 (+07)