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
b6800b8c
Commit
b6800b8c
authored
Apr 08, 2020
by
Jens Kroeger
Browse files
AnalysisTimingATLASpix: fix overwriting of histogram with same name (typo)
parent
de4a357f
Pipeline
#1547726
passed with stages
in 28 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisTimingATLASpix/AnalysisTimingATLASpix.cpp
View file @
b6800b8c
...
...
@@ -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
,
...
...
Jens Kroeger
@jekroege
mentioned in commit
a4c7596d
·
Jun 18, 2020
mentioned in commit
a4c7596d
mentioned in commit a4c7596d7c859a10c7299f1ebda9f90d4e688386
Toggle commit list
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