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
Add optional PCM material-budget weights in PCMPCM
Add a V0 photon material-budget weight table (Omega MB weights) and join it
in the PCMPCM pi0/eta workflow. The weights are applied only when the joined
column is available, using compile-time guarded access.
Introduce a configurable switch (runWithMBWeights) in MaterialBudgetWeights:
- false: no CCDB query, write weight=1
- true: require CCDB histogram and abort if missing
DECLARE_SOA_TABLE(V0PhotonOmegaMBWeights, "AOD", "V0PHOTONMBW", v0photonMBweights::OmegaMBWeight); // store MB weights. To be joined with V0PhotonsKF table at analysis level.
692
+
693
+
using V0PhotonOmegaMBWeight = V0PhotonOmegaMBWeights::iterator;
0 commit comments