##// END OF EJS Templates
ajout des constantes CHANNELF0, 1 et 2
paul -
r31:07e22c5c44da default
parent child
Show More
@@ -1,6 +1,10
1 #ifndef FSW_PARAMS_PROCESSING_H
1 #ifndef FSW_PARAMS_PROCESSING_H
2 #define FSW_PARAMS_PROCESSING_H
2 #define FSW_PARAMS_PROCESSING_H
3
3
4 #define CHANNELF0 0
5 #define CHANNELF1 1
6 #define CHANNELF2 2
7
4 #define NB_BINS_PER_SM 128
8 #define NB_BINS_PER_SM 128
5 #define NB_VALUES_PER_SM 25
9 #define NB_VALUES_PER_SM 25
6 #define TOTAL_SIZE_SM 3200 // 25 * 128 = 0xC80
10 #define TOTAL_SIZE_SM 3200 // 25 * 128 = 0xC80
General Comments 0
You need to be logged in to leave comments. Login now