[PWGDQ] Add EMCal cluster information to the DQ skimmed data model#17006
Open
Shunsuke-Kurita wants to merge 3 commits into
Open
[PWGDQ] Add EMCal cluster information to the DQ skimmed data model#17006Shunsuke-Kurita wants to merge 3 commits into
Shunsuke-Kurita wants to merge 3 commits into
Conversation
- New ReducedEMCals table: standalone skimmed EMCal cluster table (unique clusters only for now; isAmbiguous flag reserved for the ambiguous clusters treatment) - New ReducedTracksBarrelEMCal table: joinable to ReducedTracks, one entry per skimmed track with the index of the best matched (smallest delta-R) skimmed cluster (-1 if none) and the matching residuals - VarManager: TrackEMCal object type, kEMCal* variables incl. E/p and matching residuals, FillTrackEMCal() usable both with EMCALClusters and ReducedEMCals rows - HistogramsLibrary: emcal and emcalmatch histogram subgroups - tableMaker_withAssoc: skimEMCal() (Preslice-based, runs before the track skimming so matching indices are available), JSON cluster cuts, QA and stats, new processPPBarrelOnlyWithEMCal process function (requires the emcal-correction-task upstream in the workflow) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PMjqae9gYxRGYHfychqECY
…eReader_withAssoc - AnalysisTrackSelection: new processSkimmedWithEMCal and processSkimmedWithCovWithEMCal process functions, subscribing to the ReducedTracksBarrelEMCal (joined to the barrel tracks) and ReducedEMCals tables; the matched cluster quantities (incl. E/p and the matching residuals) are filled in the VarManager so they can be used in the track cuts (e.g. JSON cuts on kEMCalEoverP) and QA histograms - tableMaker_withAssoc: new processPPWithEMCal process function producing the full (barrel + muon) DQ skimmed data model with EMCal clusters, e.g. for e-mu correlations with EMCal electron ID Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PMjqae9gYxRGYHfychqECY
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.
This PR adds the EMCal cluster information to the DQ skimmed data model.
Data model
ReducedEMCals: standalone skimmed cluster table (not joinable to the tracks)ReducedTracksBarrelEMCal: joinable toReducedTracksTasks
tableMaker_withAssoc: newskimEMCal()and new process functionsprocessPPBarrelOnlyWithEMCalandprocessPPWithEMCal(barrel+muon, e.g. for e-mu correlations).tableReader_withAssoc: newprocessSkimmedWithEMCalandprocessSkimmedWithCovWithEMCalin the barrel track selection.