00001
00002 #ifndef XAODJET_JETACCESSORMAP_H
00003 #define XAODJET_JETACCESSORMAP_H
00009 #include "xAODJet/versions/JetAccessorMap_v1.h"
00010
00011 namespace xAOD {
00012
00013
00014
00015 namespace JetAttributeAccessor {
00020 template<class T>
00021 AccessorWrapper<T>* accessor(xAOD::JetAttribute::AttributeID id ){
00022 return AccessorMap_v1<T>::accessor(id);
00023 }
00024
00025 inline std::string name(xAOD::JetAttribute::AttributeID id ){
00026 return name_v1(id);
00027 }
00028
00029 }
00030
00031 }
00032
00033 #endif