00001
00002
00003
00004
00006 #ifndef METUTILITIES_MET_METHELPERS_H
00007 #define METUTILITIES_MET_METHELPERS_H 1
00008
00009 namespace met {
00010
00011 void addGhostMuonsToJets(const xAOD::MuonContainer& muons, xAOD::JetContainer& jets);
00012
00013
00014 }
00015
00016 #endif