Skip to content

Commit 059d2d6

Browse files
authored
Revert incorrect changes to fst consts merged in fst-tracking pr. (star-bnl#737)
recent merge of fast-tracking mode incorrectly modified the values in StFstConst.h This reverts those changes, since they are no longer needed with the more general fix to FST (PR star-bnl#685 )
1 parent 0cd6a19 commit 059d2d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

StRoot/StEvent/StFstConsts.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ const float kFstrStart[kFstNumRStripsPerWedge]= {5.000, 7.875, 10.750, 13.625, 1
5252
const float kFstrStop[kFstNumRStripsPerWedge] = {7.875, 10.750, 136.25, 16.500, 19.375, 22.250, 25.125, 28.000}; // in cm
5353

5454
//general APV chip constants
55-
const unsigned char kFstNumTimeBins = 3; // 9 time bins for ADC sampling (maximum time bin number, 3 or 9)
56-
const unsigned char kFstDefaultTimeBin = 1; // the default time bin number (2nd time bin) for FST raw hits
55+
const unsigned char kFstNumTimeBins = 9; // 9 time bins for ADC sampling (maximum time bin number, 3 or 9)
56+
const unsigned char kFstDefaultTimeBin = 2; // the default time bin number (2nd time bin) for FST raw hits
5757
const int kFstMaxAdc = 4096; // ADC value should be less than 4096 (12 bits ADC)
5858

5959
#endif

0 commit comments

Comments
 (0)