You-Ying Li

Results 6 comments of You-Ying Li

Could you please also add the following codes in [autoSkim.py](https://github.com/cms-sw/cmssw/blob/master/Configuration/Skimming/python/autoSkim.py#L46)? ```python # For 2024 PbPb skims for i_split in range(20): autoSkim[f'HIForward{i_split}'] = 'UPCMonopole+LogError+LogErrorMonitor' ``` > #### PR description: > This...

> @cms-sw/pdmv-l2 How should we go about testing the prompt skims for this years PbPb data taking? Since the ```HLT_HIUPC_MinPixelThrust0p8_MaxPixelCluster10000``` is a new trigger in the 2024 HI Run, there...

@cms-sw/pdmv-l2, could you please test it?

Hi, I would like to make sure if the update is also available to ReReco 2023 Heavy ion data even in the future.

> > Hi, I would like to make sure if the update is also available to ReReco 2023 Heavy ion data even in the future. > > Hi @youyingli I'm...

> Should this skim be also included in the [autoSkim](https://github.com/cms-sw/cmssw/blob/master/Configuration/Skimming/python/autoSkim.py#L45) file? Yes, it should be added. However, #46447 also modified this line which could conflict.