Parametric simulation

From Charm-Tau Detector
(Difference between revisions)
Jump to: navigation, search
(Talks)
 
(62 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Talks==
 
==Talks==
  
* Software meeting 2018-06-29, Friday, [[File:sctau_papas_v2_20180629.pdf]]
+
* Software meeting 2018-06-29, Friday, [[File:sctau_papas_v2_20180629.pdf]] by '''Georgiy Razuvaev'''
 +
* Software meeting 2019-02-01 [[:Media:Sctau_papas_v3_20190201.pdf | Status of PAPAS]] by '''Georgiy Razuvaev'''
 +
* Software meeting 2019-08-09 [[:Media:Sctparsim_20190809.pdf | Super c-τ parametric simulation: Status]] by '''Georgiy Razuvaev'''
 +
* Software meeting 2019-12-27 [[:Media:SctParSim_status_20191127_Belozyorova.pdf | SctParSim: status and recent progress]] by '''Maria Belozyorova'''
 +
* Workshop on future Super c-tau factories 2021-11-16 [https://indico.inp.nsk.su/event/62/contributions/2315/ Parametric simulation of the SCT detector] by '''Maria Belozyorova'''
  
 +
= SctParSim (Aurora) =
 +
A parametric simulation is a tool to receive a detector response without detailed description of interaction of particles with matter. The simulation is the part of the Aurora project, which is a software suit for SCTF.
  
==About papas, heppy et cetra==
+
Implemented detector subsystems:
 +
* drift chamber
 +
* FARICH PID system
 +
* calorimeter
 +
* muon system
  
Particle propagation is done by geometry calculation.
+
The parametric simulation yields the detector response in the SCT EDM format thus allowing to analyze its result in the same manner as the result of the full simulation. The tracker and the calorimeter smear particle parameters according
To valid the calculation several different cases were plotted.
+
to a Gaussian distribution, while the FARICH PID and the muon subsystem use for that purpose the results of a pre-conducted standalone full Geant4 simulations.
  
{{Gallery
+
'''More information about parameterization''' is presented [[SctParSim (Aurora)|here]].
|title=Cultural depictions of George Washington
+
|width=160 | height=170
+
|align=center
+
|footer=Example 1
+
|File:Tof_test_9k.png
+
|alt1=helix
+
|helix
+
|File:File:Tof_test_9k.png
+
|alt2=caption 2
+
|caption 2
+
}}
+
  
 +
'''How-to use the parametric simulation''' is demonstrated [https://ctd.inp.nsk.su/wiki/index.php/SCT_parametric_simulation here]
  
==Output tree==
+
= SctParSim (Python) =
  
The output tree contains branches which can be divided in several groups:
+
This version of the parametric simulation had written in the Python language. The main difference is that this version has the ability to draw events.  
* reconstructed particle parameters;
+
* generated particle parameters;
+
* generated vertices;
+
* connection between reconstructed particles, generated particles and generated vertices.
+
  
The table below presents branches and description of their content.
+
'''How to run and parameter description''' is [[SctParSim (python)|here]]
{| class="wikitable"
+
|-
+
! Name
+
! Type
+
! Length
+
! Description
+
|-
+
| colspan="4" style="text-align: center;" | Reconstructed particles
+
|-
+
| n
+
| int
+
| 1
+
| The number of reconstructed particles.
+
|-
+
| px
+
| float []
+
| n
+
| The reconstructed particle momentum: x coordinate.
+
|-
+
| py
+
| float []
+
| n
+
| The reconstructed particle momentum: y coordinate.
+
|-
+
| pz
+
| float []
+
| n
+
| The reconstructed particle momentum: z coordinate.
+
|-
+
| colspan="4" style="text-align: center;" | Generated particles
+
|-
+
| n0
+
| int
+
| 1
+
| The number of generated particles.
+
|-
+
| px0
+
| float []
+
| n0
+
| The generated particle momentum: x coordinate.
+
|-
+
| py0
+
| float []
+
| n0
+
| The generated particle momentum: y coordinate.
+
|-
+
| pz0
+
| float []
+
| n0
+
| The generated particle momentum: z coordinate.
+
|-
+
| colspan="4" style="text-align: center;" | Generated vertices
+
|-
+
| nv0
+
| int
+
| 1
+
| The number of generated vertices.
+
|-
+
| vx0
+
| float []
+
| nv0
+
| The generated vertex: x coordinate.
+
|-
+
| vy0
+
| float []
+
| nv0
+
| The generated vertex: y coordinate.
+
|-
+
| vz0
+
| float []
+
| nv0
+
| The generated vertex: z coordinate.
+
|-
+
| colspan="4" style="text-align: center;" | Links
+
|-
+
| recgen
+
| int []
+
| n
+
| Transform a reconstructed particle index to the generated particle index.
+
|-
+
| genver
+
| int []
+
| n0
+
| Transform a generated particle index to the generated vertex index.
+
|}
+
  
==Analysis example==
+
= PAPAS (Old) =
 +
 
 +
More details are [[SctparSim (PAPAS)|here]]

Latest revision as of 15:03, 24 November 2021

Contents

[edit] Talks

[edit] SctParSim (Aurora)

A parametric simulation is a tool to receive a detector response without detailed description of interaction of particles with matter. The simulation is the part of the Aurora project, which is a software suit for SCTF.

Implemented detector subsystems:

  • drift chamber
  • FARICH PID system
  • calorimeter
  • muon system

The parametric simulation yields the detector response in the SCT EDM format thus allowing to analyze its result in the same manner as the result of the full simulation. The tracker and the calorimeter smear particle parameters according to a Gaussian distribution, while the FARICH PID and the muon subsystem use for that purpose the results of a pre-conducted standalone full Geant4 simulations.

More information about parameterization is presented here.

How-to use the parametric simulation is demonstrated here

[edit] SctParSim (Python)

This version of the parametric simulation had written in the Python language. The main difference is that this version has the ability to draw events.

How to run and parameter description is here

[edit] PAPAS (Old)

More details are here

Personal tools