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
3507b259
Commit
3507b259
authored
Mar 18, 2020
by
Jens Kroeger
Browse files
AnalysisTimingATLASpix: correct axis label (pixel ToT [ns]->[lsb])
parent
71b1952c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisTimingATLASpix/AnalysisTimingATLASpix.cpp
View file @
3507b259
...
...
@@ -440,21 +440,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]"
);
}
...
...
Jens Kroeger
@jekroege
mentioned in commit
6cea616c
·
Jun 18, 2020
mentioned in commit
6cea616c
mentioned in commit 6cea616c34b4e020a849cb33f36620816d184a37
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