Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Volker Friese
cbmroot
Commits
f940464a
Commit
f940464a
authored
Jan 21, 2022
by
Volker Friese
Browse files
Apply clang-format.
parent
8494c100
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sim/detectors/sts/CbmStsDigitize.cxx
sim/detectors/sts/CbmStsDigitize.cxx
+1
-1
No files found.
sim/detectors/sts/CbmStsDigitize.cxx
View file @
f940464a
...
...
@@ -633,7 +633,7 @@ void CbmStsDigitize::ProcessMCEvent()
// The cut at 1 ms from the event start is somehow arbitrary, but should suit the purpose.
// If not cut here, the time range for the StsDigi (2^31 ns) might be exceeded in
// flexible time slices or in event-by-event simulation.
if
(
point
->
GetTime
()
>
1.e6
)
{
if
(
point
->
GetTime
()
>
1.e6
)
{
fNofPointsIgno
++
;
continue
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment