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
3b3c4815
Commit
3b3c4815
authored
May 15, 2019
by
Jens Kroeger
Browse files
TestAlgorithm: updated histogram names in OnlineMonitor
parent
02810125
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/OnlineMonitor/OnlineMonitor.cpp
View file @
3b3c4815
...
...
@@ -14,7 +14,7 @@ OnlineMonitor::OnlineMonitor(Configuration config, std::vector<std::shared_ptr<D
// Set up overview plots:
canvas_overview
=
m_config
.
getMatrix
<
std
::
string
>
(
"overview"
,
{{
"Tracking4D/trackChi2"
},
{
"Clustering4D/%REFERENCE%/cluster
Tot
"
},
{
"Clustering4D/%REFERENCE%/cluster
Charge
"
},
{
"TestAlgorithm/%REFERENCE%/hitmap"
,
"colz"
},
{
"Tracking4D/%REFERENCE%/residualsX"
}});
...
...
@@ -26,7 +26,7 @@ OnlineMonitor::OnlineMonitor(Configuration config, std::vector<std::shared_ptr<D
{
"EventLoaderCLICpix2/%DUT%/pixelToA"
},
{
"EventLoaderCLICpix2/%DUT%/pixelCnt"
,
"log"
},
{
"EventLoaderCLICpix2/%DUT%/pixelsPerFrame"
,
"log"
},
{
"AnalysisDUT/cluster
Tot
Associated"
},
{
"AnalysisDUT/cluster
Charge
Associated"
},
{
"AnalysisDUT/associatedTracksVersusTime"
}});
canvas_tracking
=
m_config
.
getMatrix
<
std
::
string
>
(
"tracking"
,
{{
"Tracking4D/trackChi2"
},
...
...
@@ -45,7 +45,7 @@ OnlineMonitor::OnlineMonitor(Configuration config, std::vector<std::shared_ptr<D
canvas_cy2d
=
m_config
.
getMatrix
<
std
::
string
>
(
"correlation_y2d"
,
{{
"TestAlgorithm/%DETECTOR%/correlationY_2Dlocal"
,
"colz"
}});
canvas_charge
=
m_config
.
getMatrix
<
std
::
string
>
(
"charge_distributions"
,
{{
"Clustering4D/%DETECTOR%/cluster
Tot
"
}});
canvas_charge
=
m_config
.
getMatrix
<
std
::
string
>
(
"charge_distributions"
,
{{
"Clustering4D/%DETECTOR%/cluster
Charge
"
}});
canvas_time
=
m_config
.
getMatrix
<
std
::
string
>
(
"event_times"
,
{{
"TestAlgorithm/%DETECTOR%/eventTimes"
}});
}
...
...
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