Bug fixes, DCAr y-axis truncation, and dead-channel map integration - #26
Open
christianreckziegel wants to merge 19 commits into
Open
Bug fixes, DCAr y-axis truncation, and dead-channel map integration#26christianreckziegel wants to merge 19 commits into
christianreckziegel wants to merge 19 commits into
Conversation
…nt the choice of fit option for separation power distribution between pions and electrons
… the separation power distribution
…ks finding for overlapping cases; Modified histogram drawing option for continuous lines instead of bin points.
…e run template. Included global variable etaRange and its use in all eta plots
… comparePasses and compareRunToMC templates
…on in _Run and _Period templates
…access of previously used canvas, name parameter given corrected the wrong behavior
…omparePasses template
- Add drawDeadChannelMap.C macro: fetches IDC_PadStatusMap_A from CCDB and builds hourly TH2F histograms with configurable time binning - Add --dead_channel_maps flag to downloadFromAlien.py to optionally fetch and store dead channel maps in the downloaded ROOT files - Update plotQCData.C to copy DeadChannelMaps directory into _QC.root - Add Dead-channel map section to TPC_AQC_Template_Run.ipynb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR includes three independent changes to the TPC Async QC workflow:
1. Bug fixes
generateReport.pyand related scripts.2. DCAr vs eta plot — Y-axis truncation
3. Dead-channel map integration
drawDeadChannelMap.Cmacro that fetchesIDC_PadStatusMap_Aobjectsfrom the ALICE CCDB and builds hourly TH2F histograms with configurable time
binning (default: 5 min bins, 1 canvas per hour, max 10 canvases).
--dead_channel_mapsflag todownloadFromAlien.py(off by default)to optionally fetch and store dead channel maps during download, avoiding
slowdowns in the standard workflow.
plotQCData.Cto copy theDeadChannelMapsdirectory from{run}.rootinto{run}_QC.rootwhen present.TPC_AQC_Template_Run.ipynbunder Per Pad (Clusters), displayed only when maps are available.
How to use