Skip to content
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

Merged
merged 7 commits into from
Aug 15, 2023

Conversation

selindra
Copy link
Contributor

@selindra selindra commented Aug 8, 2023

This plot shows how the amount of GTBLinks decoding errors was changing throughout the time. Was based on ITSqcTrendingFEE graph.

@IsakovAD IsakovAD changed the title New trending plot of GTB Links decoding errors [WIP] New trending plot of GTB Links decoding errors Aug 9, 2023
Copy link
Collaborator

@IsakovAD IsakovAD left a 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;
Copy link
Collaborator

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);
Copy link
Collaborator

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

@IsakovAD
Copy link
Collaborator

IsakovAD commented Aug 9, 2023

@selindra Thank you for PR.

Let`s see how the situation with build errors evolve after solving my comments

@IsakovAD IsakovAD changed the title [WIP] New trending plot of GTB Links decoding errors New trending plot of GTB Links decoding errors Aug 11, 2023
@IsakovAD
Copy link
Collaborator

@Barthelemy @knopers8

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

@knopers8
Copy link
Collaborator

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.

@knopers8 knopers8 merged commit 1486e32 into AliceO2Group:master Aug 15, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants