00001
00002 #ifndef JETEDM_FASTJETUTILS_H
00003 #define JETEDM_FASTJETUTILS_H
00004
00005 #include "fastjet/JetDefinition.hh"
00006 #include "xAODJet/JetContainerInfo.h"
00007
00008 namespace xAOD {
00009
00010 namespace JetAlgorithmType {
00011
00012
00013 const std::string& algName(fastjet::JetAlgorithm a);
00014 ID algId(fastjet::JetAlgorithm a);
00015
00016
00017 fastjet::JetAlgorithm fastJetDef(ID id);
00018 fastjet::JetAlgorithm fastJetDef(const std::string& name);
00019
00020
00021 }
00022 }
00023 #endif