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

Changed crate 1 to 11.

parent 4deb139c
No related branches found
No related tags found
No related merge requests found
==== Crate 1 type vme Bank Decoding ==== Crate 11 type vme Bank Decoding
# slot model bank # slot model bank
2 1190 1190 2 1190 1190
3 250 250 3 250 250
...@@ -16,4 +16,4 @@ ...@@ -16,4 +16,4 @@
17 250 250 17 250 250
18 250 250 18 250 250
19 250 250 19 250 250
20 1190 1190 20 1190 1190
\ No newline at end of file
!HMS: !HMS:
! HAERO_ID= 12 (TDC),ADC ! HAERO_ID= 12 (TDC),ADC
ROC=1 ROC=11
detector=12 detector=12
!F250 modules !F250 modules
...@@ -24,4 +24,4 @@ SLOT=17 ...@@ -24,4 +24,4 @@ SLOT=17
4, 1, 5, 0! hAER05+ 4, 1, 5, 0! hAER05+
5, 1, 6, 0! hAER06+ 5, 1, 6, 0! hAER06+
6, 1, 7, 0! hAER07+ 6, 1, 7, 0! hAER07+
7, 1, 8, 0! hAER08+ 7, 1, 8, 0! hAER08+
\ No newline at end of file
!HMS: !HMS:
! HCAL_ID= 15 ADC ! HCAL_ID= 15 ADC
ROC=1 ROC=11
detector=15 detector=15
!F250 modules !F250 modules
...@@ -36,7 +36,7 @@ SLOT=4 ...@@ -36,7 +36,7 @@ SLOT=4
8, 1, 12, 1! hA12- 8, 1, 12, 1! hA12-
9, 1, 13, 1! hA13- 9, 1, 13, 1! hA13-
10, 2, 1, 0! hB01+ 10, 2, 1, 0! hB01+
11, 2, 2, 0! hB02+ 11, 2, 2, 0! hB02+
12, 2, 3, 0! hB03+ 12, 2, 3, 0! hB03+
13, 2, 4, 0! hB04+ 13, 2, 4, 0! hB04+
14, 2, 5, 0! hB05+ 14, 2, 5, 0! hB05+
...@@ -78,7 +78,7 @@ SLOT=6 ...@@ -78,7 +78,7 @@ SLOT=6
14, 3, 11, 0! hC11+ 14, 3, 11, 0! hC11+
15, 3, 12, 0! hC12+ 15, 3, 12, 0! hC12+
SLOT=7 SLOT=7
! chan plane row sig ! chan plane row sig
0, 3, 13, 0! hC13+ 0, 3, 13, 0! hC13+
1, 4, 1, 0! hD01+ 1, 4, 1, 0! hD01+
2, 4, 2, 0! hD02+ 2, 4, 2, 0! hD02+
...@@ -92,4 +92,4 @@ SLOT=7 ...@@ -92,4 +92,4 @@ SLOT=7
10, 4, 10, 0! hD10+ 10, 4, 10, 0! hD10+
11, 4, 11, 0! hD11+ 11, 4, 11, 0! hD11+
12, 4, 12, 0! hD12+ 12, 4, 12, 0! hD12+
13, 4, 13, 0! hD13+ 13, 4, 13, 0! hD13+
\ No newline at end of file
!HMS: !HMS:
! HSCIN_ID= 13 ADC+,ADC-,TDC+,TDC- ! HSCIN_ID= 13 ADC+,ADC-,TDC+,TDC-
ROC=1 ROC=11
detector=13 detector=13
! F250 modules ! F250 modules
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
detector=5 detector=5
ROC=1 ROC=11
!F250 module !F250 module
SLOT=17 SLOT=17
......
==== Crate 1 type vme Bank Decoding
# slot model bank
2 1190 1190
3 250 250
4 250 250
5 250 250
6 250 250
7 250 250
8 250 250
9 250 250
10 250 250
13 250 250
14 250 250
15 250 250
16 250 250
17 250 250
18 250 250
19 250 250
20 1190 1190
==== Crate 2 type vme Bank Decoding ==== Crate 2 type vme Bank Decoding
# slot model bank # slot model bank
3 250 250 3 250 250
...@@ -83,3 +63,24 @@ ...@@ -83,3 +63,24 @@
15 1190 1190 15 1190 1190
==== Crate 11 type vme Bank Decoding
# slot model bank
2 1190 1190
3 250 250
4 250 250
5 250 250
6 250 250
7 250 250
8 250 250
9 250 250
10 250 250
13 250 250
14 250 250
15 250 250
16 250 250
17 250 250
18 250 250
19 250 250
20 1190 1190
...@@ -7,7 +7,7 @@ function proceed { ...@@ -7,7 +7,7 @@ function proceed {
echo ;read -p "Enter the crate(s), separated by spaces, you would like to form a single crate map for > " list echo ;read -p "Enter the crate(s), separated by spaces, you would like to form a single crate map for > " list
arr=($list) arr=($list)
for crate in "${arr[@]}"; do for crate in "${arr[@]}"; do
if ((${crate} < 1)) || ((${crate} > 7)); then if ((${crate} < 1)) || ((${crate} > 11)); then
echo; echo "You must enter an integer value in the range [1, 7]"; echo echo; echo "You must enter an integer value in the range [1, 7]"; echo
exit exit
fi fi
...@@ -31,7 +31,7 @@ function ask_proceed { ...@@ -31,7 +31,7 @@ function ask_proceed {
exit exit
elif [[ $response = "yes" ]]; then elif [[ $response = "yes" ]]; then
proceed proceed
else else
echo; echo "Please respond by specifically typing yes or no"; echo; exit echo; echo "Please respond by specifically typing yes or no"; echo; exit
fi fi
} }
......
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