I would like to build on top of the zmumu example and include zee. I succeeded in most of the steps, except the skim. https://github.com/PocketCoffea/AnalysisConfigs/blob/main/configs/zmumu/example_config.py#L47 I would like to have a skim with a condition like this: ``` get_nObj_min(2, 18., "Muon") OR get_nObj_min(2, 18., "Electron") ``` Maybe this is not even possible in the current state of the framework. In this case it is an request for enhancement.
I would like to build on top of the zmumu example and include zee. I succeeded in most of the steps, except the skim.
https://github.com/PocketCoffea/AnalysisConfigs/blob/main/configs/zmumu/example_config.py#L47
I would like to have a skim with a condition like this:
Maybe this is not even possible in the current state of the framework. In this case it is an request for enhancement.