You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PWGDQ] Add EMCal matching info to the barrel track selection in tableReader_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
// produce the barrel-only DQ skimmed data model typically for pp/p-Pb or UPC Pb-Pb (no centrality), subscribe to the DQ event filter (filter-pp or filter-PbPb)
PROCESS_SWITCH(TableMaker, processPP, "Build full DQ skimmed data model for pp/p-Pb w/o event filtering (use Zorro)", false);
2210
+
PROCESS_SWITCH(TableMaker, processPPWithEMCal, "Build full DQ skimmed data model for pp/p-Pb w/o event filtering, with EMCal clusters", false);
2199
2211
PROCESS_SWITCH(TableMaker, processPPWithFilter, "Build full DQ skimmed data model typically for pp/p-Pb and UPC Pb-Pb, w/ event filtering", false);
2200
2212
PROCESS_SWITCH(TableMaker, processPPWithFilterBarrelOnly, "Build barrel only DQ skimmed data model typically for pp/p-Pb and UPC Pb-Pb, w/ event filtering", false);
2201
2213
PROCESS_SWITCH(TableMaker, processPPWithFilterMuonOnly, "Build muon only DQ skimmed data model typically for pp/p-Pb and UPC Pb-Pb, w/ event filtering", false);
0 commit comments