Skip to content

Conversation

@stefan-zugravel
Copy link
Contributor

-> FIXED - bug that hard-coded two configuration parameter
-> ADDED - ADC and TDC plots with a cut
-> ADDED - centroid plot with cut
-> ADDED - axis label on SIGNAL plots
-> ADDED - rate histogram for trending plot

if (ih < (int)fMatrixHistoCounts_a[mod][ch].size()) {
getObjectsManager()->startPublishing(fMatrixHistoCounts_a[mod][ch].at(ih).histo);
try {
getObjectsManager()->addMetadata(fMatrixHistoCounts_a[mod][ch].at(ih).histo->GetName(), fMatrixHistoCounts_a[mod][ch].at(ih).histo->GetName(), "34");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is the same code used in line 965.
We want to use the histograms of type COUTSA to generate a trending plot of the rate during a run.
The difference between COUTS and COUTSA is the the second want is zeroed at each cycle and thus provides an estimate of the instantaneous rate and not the average one.

@stefan-zugravel
Copy link
Contributor Author

Resolved the clang-format issue and updated the branch.

@Barthelemy Barthelemy enabled auto-merge (squash) January 7, 2025 09:01
@Barthelemy Barthelemy merged commit 8ea13a1 into AliceO2Group:master Jan 16, 2025
6 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.

2 participants