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
6cea616c
Commit
6cea616c
authored
Mar 18, 2020
by
Jens Kroeger
Browse files
AnalysisTimingATLASpix: correct axis label (pixel ToT [ns]->[lsb])
(cherry picked from commit
3507b259
)
parent
cb8aea82
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisTimingATLASpix/AnalysisTimingATLASpix.cpp
View file @
6cea616c
...
...
@@ -453,21 +453,21 @@ void AnalysisTimingATLASpix::initialise() {
gTimeCorrelationVsTot_rowCorr
=
new
TGraphErrors
(
nBinsToT
);
gTimeCorrelationVsTot_rowCorr
->
SetName
(
"gTimeCorrelationVsTot_rowCorr"
);
gTimeCorrelationVsTot_rowCorr
->
SetTitle
(
"gTimeCorrelationVsTot_rowCorr"
);
gTimeCorrelationVsTot_rowCorr
->
GetXaxis
()
->
SetTitle
(
"pixel ToT [
ns
]"
);
gTimeCorrelationVsTot_rowCorr
->
GetXaxis
()
->
SetTitle
(
"pixel ToT [
lsb
]"
);
gTimeCorrelationVsTot_rowCorr
->
GetYaxis
()
->
SetTitle
(
"time correlation peak [ns]"
);
nBinsToT
=
hTrackCorrelationTimeVsTot_rowCorr_1px
->
GetNbinsY
();
gTimeCorrelationVsTot_rowCorr_1px
=
new
TGraphErrors
(
nBinsToT
);
gTimeCorrelationVsTot_rowCorr_1px
->
SetName
(
"gTimeCorrelationVsTot_rowCorr_1px"
);
gTimeCorrelationVsTot_rowCorr_1px
->
SetTitle
(
"gTimeCorrelationVsTot_rowCorr_1px"
);
gTimeCorrelationVsTot_rowCorr_1px
->
GetXaxis
()
->
SetTitle
(
"pixel ToT [
ns
] (single-pixel clusters)"
);
gTimeCorrelationVsTot_rowCorr_1px
->
GetXaxis
()
->
SetTitle
(
"pixel ToT [
lsb
] (single-pixel clusters)"
);
gTimeCorrelationVsTot_rowCorr_1px
->
GetYaxis
()
->
SetTitle
(
"time correlation peak [ns]"
);
nBinsToT
=
hTrackCorrelationTimeVsTot_rowCorr_npx
->
GetNbinsY
();
gTimeCorrelationVsTot_rowCorr_npx
=
new
TGraphErrors
(
nBinsToT
);
gTimeCorrelationVsTot_rowCorr_npx
->
SetName
(
"gTimeCorrelationVsTot_rowCorr_npx"
);
gTimeCorrelationVsTot_rowCorr_npx
->
SetTitle
(
"gTimeCorrelationVsTot_rowCorr_npx"
);
gTimeCorrelationVsTot_rowCorr_npx
->
GetXaxis
()
->
SetTitle
(
"pixel ToT [
ns
] (multi-pixel clusters"
);
gTimeCorrelationVsTot_rowCorr_npx
->
GetXaxis
()
->
SetTitle
(
"pixel ToT [
lsb
] (multi-pixel clusters"
);
gTimeCorrelationVsTot_rowCorr_npx
->
GetYaxis
()
->
SetTitle
(
"time correlation peak [ns]"
);
}
...
...
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