SdReconstruction/SdTraceCalibratorOG/CalibrationParameters.h
Go to the documentation of this file.
1 #ifndef _SdTraceCalibratorOG_CalibrationParameters_h_
2 #define _SdTraceCalibratorOG_CalibrationParameters_h_
3 
4 
5 namespace SdTraceCalibratorOG {
6 
22 
23  inline constexpr int GetSaturatedBinsMaximum(const bool isUub)
24  { return isUub ? 900 : 300; }
25 
26  inline constexpr int GetMinLength(const bool isUub)
27  { return isUub ? 120: 40; }
28 
29  inline constexpr unsigned int GetUsefulBins(const bool isUub)
30  { return isUub ? 600 : 200; }
31 
32  inline constexpr int GetLargeFADCThreshold(const bool isUub)
33  { return isUub ? 1200 : 300; }
34 
35  inline constexpr int GetMinFADCValue(const bool isUub)
36  { return isUub ? 16 : 4; }
37 
38  inline constexpr int GetFindSignalThresholdMultiplier(const bool isUub)
39  { return isUub ? 4 : 1; }
40 
41  inline constexpr int GetBinsWithLargeSignalThreshold(const bool isUub)
42  { return isUub ? 1500 : 500; }
43 
44  inline constexpr int GetBinsWithSignalThreshold(const bool isUub)
45  { return isUub ? 6 : 2; }
46 
47  inline constexpr int GetSignalMaxDist(const bool isUub)
48  { return isUub ? 60 : 20; }
49 
50  inline constexpr int GetChargeHistogramSmallThreshold(const bool isUub)
51  { return isUub ? 40 : 300; }
52 
53  };
54 
55 }
56 
57 
58 #endif

, generated on Tue Sep 26 2023.