Skip to content

Update file lowmass.py

Jie Xiao requested to merge fix_of_lowmass_trigger into master

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.

Merge request reports

Loading