00001
00002 #ifndef JETUTIL_JETORIGINHELPERS_H
00003 #define JETUTIL_JETORIGINHELPERS_H
00017 #include "xAODJet/Jet.h"
00018 #include "xAODTracking/VertexFwd.h"
00019
00020 namespace jet {
00021
00029 xAOD::JetFourMom_t clusterOriginCorrection(const xAOD::Jet& jet, const xAOD::Vertex & vx);
00030
00031 }
00032
00033 #endif