Implements MN jets observables depending on the 2 Mueller-Navelet jets of the event. Definition of these observables:
- $p_{T,ave} = \frac{p_{T,FWD}+p_{T,BWD}}{2}$
- $p_{T,FWD}$ transverse momentum of the forward jet
- $p_{T,BWD}$ transverse momentum of the backward jet
- $p_{T,RatMN} = min \left( \frac{P_{T,FWD}}{P{T,BWD}} , \frac{P_{T,BWD}}{P{T,FWD}} \right)$
- $\pi - \Dela \phi$ is the azimuthal distance between the two Mueller-Navelet Jets (mind that the function Obs2Jets::DPhi() returns in fact $\pi - \Dela \phi$)
- $\cos\left( n \left( \pi - \Delta \phi \right) \right)$ with $n = 1,2,3,4,...$ (implemented in CosDPhi() which directly returns this observable)