You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DataFormats/Detectors/TRD/include/DataFormatsTRD/Constants.h
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -75,11 +75,11 @@ constexpr int TIMEBINS = 30; ///< the number of time bins
75
75
constexprfloatMAXIMPACTANGLE = 25.f; ///< the maximum impact angle for tracks relative to the TRD detector plane to be considered for vDrift and ExB calibration
76
76
constexprintNBINSANGLEDIFF = 25; ///< the number of bins for the track angle used for the vDrift and ExB calibration based on the tracking
77
77
constexprdoubleVDRIFTDEFAULT = 1.546; ///< default value for vDrift
78
-
constexprdoubleVDRIFTMIN = 0.4; ///< min value for vDrift
79
-
constexprdoubleVDRIFTMAX = 2.0; ///< max value for vDrift
78
+
constexprdoubleVDRIFTMIN = 0.4; ///< min value for vDrift
79
+
constexprdoubleVDRIFTMAX = 2.0; ///< max value for vDrift
80
80
constexprdoubleEXBDEFAULT = 0.0; ///< default value for LorentzAngle
81
-
constexprdoubleEXBMIN = -0.4; ///< min value for LorentzAngle
82
-
constexprdoubleEXBMAX = 0.4; ///< max value for LorentzAngle
81
+
constexprdoubleEXBMIN = -0.4; ///< min value for LorentzAngle
82
+
constexprdoubleEXBMAX = 0.4; ///< max value for LorentzAngle
83
83
constexprintNBINSGAINCALIB = 320; ///< number of bins in the charge (Q0+Q1+Q2) histogram for gain calibration
84
84
constexprfloatMPVDEDXDEFAULT = 42.; ///< default Most Probable Value of TRD dEdx
85
85
constexprfloatT0DEFAULT = 1.2; ///< default value for t0
0 commit comments