Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
b2ada675
Commit
b2ada675
authored
Aug 19, 2019
by
Jens Kroeger
Committed by
Simon Spannagel
Aug 19, 2019
Browse files
AnalysisTimingATLASpix: fixed label of Z axis (was overwriting y axis - typo)
parent
18aa5019
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisTimingATLASpix/AnalysisTimingATLASpix.cpp
View file @
b2ada675
...
...
@@ -82,7 +82,7 @@ void AnalysisTimingATLASpix::initialise() {
hTrackCorrelationTimeAssocVsTime
=
new
TH2F
(
name
.
c_str
(),
name
.
c_str
(),
3e3
,
0
,
3e3
,
1e3
,
-
5
,
5
);
hTrackCorrelationTimeAssocVsTime
->
GetYaxis
()
->
SetTitle
(
"track time stamp - cluster time stamp [us]"
);
hTrackCorrelationTimeAssocVsTime
->
GetXaxis
()
->
SetTitle
(
"time [s]"
);
hTrackCorrelationTimeAssocVsTime
->
Get
Y
axis
()
->
SetTitle
(
"# events"
);
hTrackCorrelationTimeAssocVsTime
->
Get
Z
axis
()
->
SetTitle
(
"# events"
);
name
=
"hTrackCorrelationTime_rowCorr"
;
std
::
string
title
=
"hTrackCorrelationTime_rowCorr: row-by-row correction"
;
...
...
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