Skip to content

MCH: improved naming and location of digits task histograms#848

Merged
Barthelemy merged 2 commits into
AliceO2Group:masterfrom
AliceMCH:mch-digits-task-improved-histo-naming
Oct 1, 2021
Merged

MCH: improved naming and location of digits task histograms#848
Barthelemy merged 2 commits into
AliceO2Group:masterfrom
AliceMCH:mch-digits-task-improved-histo-naming

Conversation

@aferrero2707
Copy link
Copy Markdown
Contributor

The DE-specific occupancy histograms are moved into sub-folders, following the convention "STx/DExxx/".
This allows to only have global histograms in the root "QcTaskMCHDigits" folder.
Histogram names have also been shortened for better readability.

The DE-specific occupancy histograms are moved into sub-folders, following the convention "STx/DExxx/".
This allows to only have global histograms in the root "QcTaskMCHDigits" folder.
Histogram names have also been shortened for better readability.
@aferrero2707 aferrero2707 force-pushed the mch-digits-task-improved-histo-naming branch from 5531041 to f79db02 Compare September 30, 2021 10:09
Also reduced the ADC threshold for filling the occupancy plots from 100 to 50 ADC units
@aferrero2707 aferrero2707 force-pushed the mch-digits-task-improved-histo-naming branch from f79db02 to 98e1633 Compare September 30, 2021 10:30
@Barthelemy
Copy link
Copy Markdown
Collaborator

@TimoWilken @ktf Macos build failed without logs


static std::string getHistoPath(int deId)
{
return fmt::format("ST{}/DE{}/", (deId - 100) / 200 + 1, deId);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

magic numbers ? :)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes, but graved in the stone ;-)

@TimoWilken
Copy link
Copy Markdown
Contributor

Macos build failed without logs

It was a temporary failure fetching a dependency, I've restarted the check.

@Barthelemy Barthelemy merged commit 5004c1a into AliceO2Group:master Oct 1, 2021
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.

3 participants