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
b77d1fff
Commit
b77d1fff
authored
Jun 18, 2020
by
Jens Kroeger
Browse files
EventLoaderTimepix3: rename histogra
parent
b064e20d
Pipeline
#1728213
passed with stages
in 19 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderTimepix3/EventLoaderTimepix3.cpp
View file @
b77d1fff
...
...
@@ -156,7 +156,7 @@ void EventLoaderTimepix3::initialise() {
m_file_iterator
=
m_files
.
begin
();
// Calibration
pixelToT_beforecalibration
=
new
TH1F
(
"pixelToT
_beforecalibration"
,
"pixelToT_beforecalibration
"
,
100
,
0
,
200
);
pixelToT_beforecalibration
=
new
TH1F
(
"pixelToT
"
,
"pixelToT
"
,
100
,
0
,
200
);
if
(
m_detector
->
isDUT
()
&&
m_config
.
has
(
"calibration_path"
)
&&
m_config
.
has
(
"threshold"
))
{
LOG
(
INFO
)
<<
"Applying calibration from "
<<
calibrationPath
;
...
...
Jens Kroeger
@jekroege
mentioned in merge request
!340 (merged)
·
Jul 13, 2020
mentioned in merge request
!340 (merged)
mentioned in merge request !340
Toggle commit list
Jens Kroeger
@jekroege
mentioned in commit
3768c354
·
Jul 13, 2020
mentioned in commit
3768c354
mentioned in commit 3768c3543e69eb88d61acddf53000c030566901b
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