Update file lowmass.py
In the lowmass trigger processor, the self.trigger_group
and self.analysis
values should be updated, or they will still use old base processor values for SM measurement.
The filters and triggers are separated now. The filters are applied to both data and mc. The triggers are usually applied to data but not used to mc. If both are processed together, use apply_to_mc
to decide if the triggers should or should not be applied to mc.