File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ constexpr float AmplitudeThresholdFV0A = 100.0f; ///< Amplitude threshold for FV
5353constexpr float AmplitudeThresholdFT0A = 100 .0f ; // /< Amplitude threshold for FT0-A (a.u.)
5454constexpr float AmplitudeThresholdFT0C = 50 .0f ; // /< Amplitude threshold for FT0-C (a.u.)
5555constexpr float MaxFITTime = 4 .0f ; // /< Maximum FIT time (ns)
56- constexpr int NDtColl = 1 ; // /< Time window for BC range (ns)
56+ constexpr int NDtColl = 1 ; // /< Time window for BC range (ns)
5757constexpr int MinNBCs = 2 ; // /< Minimum number of BCs to check
5858constexpr int MinNTracks = 2 ; // /< Minimum number of tracks
59- constexpr int MaxNTracks = 1000 ; // /< Maximum number of tracks
59+ constexpr int MaxNTracks = 1000 ; // /< Maximum number of tracks
6060} // namespace defaults
6161
6262// / \brief Determine gap type using SGSelector with BC range checking
You can’t perform that action at this time.
0 commit comments