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
bc6972f4
Commit
bc6972f4
authored
Mar 13, 2020
by
Jens Kroeger
Browse files
AnalysisTimingATLASpix: improve axis titles of left/right/main ToT histograms
(cherry picked from commit
0c06b466
)
parent
d1e4537b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/AnalysisTimingATLASpix/AnalysisTimingATLASpix.cpp
View file @
bc6972f4
...
...
@@ -360,11 +360,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
,
...
...
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