Project

General

Profile

Database Parameters » History » Version 14

Sean Jeffas, 05/11/2023 04:25 PM

1 1 Sean Jeffas
h1. Database Parameters
2 2 Sean Jeffas
3
{{toc}}
4
5
6
h1. Naming Convention
7
8
Add description later
9
10
h1. GEM DB Variables
11 1 Sean Jeffas
12 14 Sean Jeffas
* *bb.gem.m#.position* - Position of the center of the module relative to the first module in the stack.
13
* *bb.gem.m#.angle* - Angle of the module.
14
* *bb.gem.m#.maxstrip_t0* - Mean time where good strips are expected. This is only applied to the maximum strip.
15
* *bb.gem.m#.maxstrip_tcut* - Cut around mean time (above) where good strip times are expected. i.e. good strips will have a time that is within t0 ± tcut. This is only applied to the maximum strip.
16
* *bb.gem.addstrip_tcut* - When forming clusters all strips in the cluster must have a time difference between them and the max strip that is less than this value.
17
* *bb.gem.addstrip_ccor cut* - ADC correlation between strips and the max strips in a cluster must be greater than this number.
18
* *bb.gem.m#.threshold_sample* - Maximum ADC time sample for a strip must be above this threshold.
19
* *bb.gem.m#.threshold_stripsum* - Strip time sample ADC sum must be above this threshold.
20
* *bb.gem.m#.threshold_clustersum* - ADC sum of all strip sums in a cluster must be above this threshold.
21
* *bb.gem.m#.ugain* - Gain of each APV card on the U axis of this module.
22
* *bb.gem.m#.vgain* - Gain of each APV card on the V axis of this module.
23
* *bb.frontconstraint_x0* - Calorimeter front constraint mean x position.
24
* *bb.frontconstraint_y0* - Calorimeter front constraint mean y position.
25
* *bb.backconstraint_x0* - Calorimeter back constraint mean x position.
26
* *bb.backconstraint_y0* - Calorimeter back constraint mean y position.
27
* *bb.frontconstraintwidth_x* - Calorimeter front constraint x width.
28
* *bb.frontconstraintwidth_y* - Calorimeter front constraint y width.
29
* *bb.backconstraintwidth_x* - Calorimeter back constraint x width.
30
* *bb.backconstraintwidth_x* - Calorimeter back constraint y width.