Skip to content
Snippets Groups Projects
Commit 96088fb9 authored by Jure Bericic's avatar Jure Bericic
Browse files

Updated for trigger detector.

Changed trigger map to correspond with detector design.
Added parameter file.
parent ff85292d
No related branches found
No related tags found
No related merge requests found
!HMS: !HMS:
! HCAL_ID= 5 ADC, TDC ! THMS_ID=2 ADC,TDC
ROC=1
detector=5
! Plane = 1 >> ADC Only ! Plane = 1 >> ADC Only
! Plane = 2 >> TDC Only ! Plane = 2 >> TDC Only
! Plane = 3 >> Both ADC & TDC
detector=5
ROC=1
!F250 module !F250 module
SLOT=17 SLOT=17
! chan plane bar sig ! chan plane bar sig
8, 3, 1, 0! hASUM 8, 1, 1, 0! hASUM
9, 3, 2, 0! hBSUM 9, 1, 2, 0! hBSUM
10, 3, 3, 0! hCSUM 10, 1, 3, 0! hCSUM
11, 3, 4, 0! hDSUM 11, 1, 4, 0! hDSUM
12, 4, 1, 0! hPSHWR 12, 1, 5, 0! hPSHWR
13, 3, 5, 0! hSHWR 13, 1, 6, 0! hSHWR
14, 3, 6, 0! hAERSUM 14, 1, 7, 0! hAERSUM
15, 3, 7, 0! hCERSUM 15, 1, 8, 0! hCERSUM
!CAEN1190 module !CAEN1190 module
SLOT=2 SLOT=2
! A0 ! A0
! chan TDC bar sig ! chan plane bar sig
0, 2, 1 0! h1X 0, 2, 1, 1! h1X
1, 2, 2 0! h1Y 1, 2, 2, 1! h1Y
2, 2, 3 0! h2X 2, 2, 3, 1! h2X
3, 2, 4 0! h2Y 3, 2, 4, 1! h2Y
4, 2, 5 0! h1T 4, 2, 5, 1! h1T
5, 2, 6 0! h2T 5, 2, 6, 1! h2T
6, 2, 7 0! hT 6, 2, 7, 1! hT1
7, 3, 1 0! hASUM 7, 2, 8, 1! hASUM
8, 3, 2 0! hBSUM 8, 2, 9, 1! hBSUM
9, 3, 3 0! hCSUM 9, 2, 10, 1! hCSUM
10, 3, 4 0! hDSUM 10, 2, 11, 1! hDSUM
11, 4, 1 0! hPSHWRLO 11, 2, 12, 1! hPSHWRLO
12, 4, 1 0! hPSHWRHI 12, 2, 13, 1! hPSHWRHI
13, 3, 5 0! hSHWR 13, 2, 14, 1! hSHWR
14, 3, 6 0! hAERSUM 14, 2, 15, 1! hAERSUM
15, 3, 7 0! hCERSUM 15, 2, 16, 1! hCERSUM
!CAEN1190 module !CAEN1190 module
SLOT=20 SLOT=20
! D1 ! D1
! chan TDC bar sig ! chan plane bar sig
127, 2, 7 1! hT 127, 2, 17 1! hT2
\ No newline at end of file
t_hms_numAdc = 8
t_hms_numTdc = 17
; bar num: 1 2 3 4 5 6 7 8
t_hms_adcNames = "hASUM hBSUM hCSUM hDSUM hPSHWR hSHWR hAERSUM hCERSUM"
; bar num: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
t_hms_tdcNames = "h1X h1Y h2X h2Y h1T h2T hT1 hASUM hBSUM hCSUM hDSUM hPSHWRLO hPSHWRHI hSHWR hAERSUM hCERSUM hT2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment