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
0c06b466
Commit
0c06b466
authored
Mar 13, 2020
by
Jens Kroeger
Browse files
AnalysisTimingATLASpix: improve axis titles of left/right/main ToT histograms
parent
3f5f3069
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisTimingATLASpix/AnalysisTimingATLASpix.cpp
View file @
0c06b466
...
...
@@ -359,11 +359,11 @@ void AnalysisTimingATLASpix::initialise() {
hClusterSize_mainPeak
=
new
TH1F
(
"clusterSize_mainPeak"
,
"clusterSize (main peak of time residual); cluster size; # entries"
,
100
,
0
,
100
);
hTot_leftTail
=
new
TH1F
(
"hTot_leftTail"
,
"ToT (left tail of time residual); pixel ToT [lsb]; # events"
,
2
*
64
,
-
64
,
64
);
new
TH1F
(
"hTot_leftTail"
,
"ToT (left tail of time residual);
seed
pixel ToT [lsb]; # events"
,
2
*
64
,
-
64
,
64
);
hTot_rightTail
=
new
TH1F
(
"hTot_rightTail"
,
"ToT (left tail of time residual); pixel ToT [lsb]; # events"
,
2
*
64
,
-
64
,
64
);
new
TH1F
(
"hTot_rightTail"
,
"ToT (left tail of time residual);
seed
pixel ToT [lsb]; # events"
,
2
*
64
,
-
64
,
64
);
hTot_mainPeak
=
new
TH1F
(
"hTot_mainPeak"
,
"ToT (main peak of time residual); pixel ToT [lsb]; # events"
,
2
*
64
,
-
64
,
64
);
new
TH1F
(
"hTot_mainPeak"
,
"ToT (main peak of time residual);
seed
pixel ToT [lsb]; # events"
,
2
*
64
,
-
64
,
64
);
hPixelTimestamp_leftTail
=
new
TH1F
(
"pixelTimestamp_leftTail"
,
"pixelTimestamp (left tail of time residual); pixel timestamp [ms]; # events"
,
3e6
,
...
...
Jens Kroeger
@jekroege
mentioned in commit
bc6972f4
·
Jun 18, 2020
mentioned in commit
bc6972f4
mentioned in commit bc6972f40b09808bc9756a18cf5e879662409a70
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