MN_Helper::ObsMiniJets is a structure that implements observables based on the jets that are emmited in-between the Mueller-Navelet jets. These jets are called "mini jets" Definition of these observavbles ($N$ is the number of jets in the event, and the jets are labeled $i \in (0,N-1)$, including the two Mueller-Navelet jets, the jets are assumed ordred in rapidity from highest rapidity to lowest rapidity (signed rapidity).
- PtAveMini --> $ \left\langle P_{T,Mini} \right\rangle = \frac{1}{N-2} \sum_{i=1}^{N-2} p_{T,i} $
- DEtaAveMini --> & \left\langle \Delta \eta_{Mini} \right\rangle = \frac{1}{N-3} \sum_{i=1}^{N-3} \left\vert \eta_{i} - \eta_{i+1} \right\vert$
- REtaAveMini --> $ R_{k} = \frac{1}{N-3} \sum_{i=1}^{N-3} \frac{\eta_{i}}{\eta_{i+1}} $
- Todo:
- Check this and compare with the standard definition.