-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New trending plot of GTB Links decoding errors #1918
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please apply clang also to the CMake.txt file as well? I guess, one of checks fails because of that
@@ -65,6 +65,7 @@ void ReductorBinContent::update(TObject* obj) | |||
int numberOfBinsY = histo->GetYaxis()->GetNbins(); | |||
|
|||
for (int j = 1; j <= numberOfBinsY; j++) { | |||
std::cout << "at bin : " << j << " filled by : " << histo->Integral(1, numberOfBinsX, j, j) << std::endl; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this cout
|
||
for (const auto& source : mConfig.dataSources) { | ||
std::unique_ptr<ReductorBinContent> reductor(root_class_factory::create<ReductorBinContent>(source.moduleName, source.reductorName)); | ||
reductor->setParams(22, 0); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you define "22" as some "const int" variable in the header?
This 22 corresponds to the number of error plots provided by your code
@selindra Thank you for PR. Let`s see how the situation with build errors evolve after solving my comments |
Could you please add your approval to this PR? We need to have one more review, but Ivan is out of office for this week |
Same as with the other PR, it is waiting for Ivan's review specifically. I will force-merge as soon as the macOS check goes green. |
This plot shows how the amount of GTBLinks decoding errors was changing throughout the time. Was based on ITSqcTrendingFEE graph.