Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
a4c7596d
Commit
a4c7596d
authored
Apr 08, 2020
by
Jens Kroeger
Browse files
AnalysisTimingATLASpix: fix overwriting of histogram with same name (typo)
(cherry picked from commit
b6800b8c
)
parent
4b4860bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisTimingATLASpix/AnalysisTimingATLASpix.cpp
View file @
a4c7596d
...
...
@@ -426,7 +426,7 @@ void AnalysisTimingATLASpix::initialise() {
3e6
,
0
,
3e3
);
hPixelTimestamp_rightTail
=
new
TH1F
(
"pixelTimestamp_
lef
tTail"
,
hPixelTimestamp_rightTail
=
new
TH1F
(
"pixelTimestamp_
righ
tTail"
,
"pixelTimestamp (left tail of time residual);pixel timestamp [ms];# events"
,
3e6
,
0
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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