JetMonitoring: Fix clang warning.
The isAvailable check here
if(j.isAvailable<float>((m_jetScale)+"_pt"))
doesn't do what one expects. This is (int)+(char*), which is not very meaningful.
There actually doesn't seem to be a good way of doing this given the current Jet interface, so just remove this test and hope for the best.