Open areinsvo opened 6 years ago
The trigger isn't fully efficient until 250 GeV and the turn-on is dependent on the number of muons. Need to implement the corrections and systematics to properly deal with this.
This is the way the met trigger correction is implemented: https://github.com/LPC-DM/METXFit/blob/SuperMonojetFit/Z_constraints.py#L46-L74 The systematics are included in the transfer factors. A similar block should be added for the photons, and also added to top and W constraints
I added a similar corrections part in the W and top constraints 2845140 & 24df74f
The trigger isn't fully efficient until 250 GeV and the turn-on is dependent on the number of muons. Need to implement the corrections and systematics to properly deal with this.
This is the way the met trigger correction is implemented: https://github.com/LPC-DM/METXFit/blob/SuperMonojetFit/Z_constraints.py#L46-L74 The systematics are included in the transfer factors. A similar block should be added for the photons, and also added to top and W constraints