00001 // Dear emacs, this is -*- c++ -*- 00002 // $Id: getIsolationAccessor.h 630627 2014-11-24 14:35:22Z emoyse $ 00003 #ifndef XAODPRIMITIVES_TOOLS_GETISOLATIONACCESSOR_H 00004 #define XAODPRIMITIVES_TOOLS_GETISOLATIONACCESSOR_H 00005 00006 // EDM include(s): 00007 #include "AthContainers/AuxElement.h" 00008 00009 // Local include(s): 00010 #include "xAODPrimitives/IsolationType.h" 00011 00012 namespace xAOD { 00013 00023 SG::AuxElement::Accessor< float >* 00024 getIsolationAccessor( Iso::IsolationType type ); 00025 00026 } // namespace xAOD 00027 00028 #endif // XAODPRIMITIVES_TOOLS_GETISOLATIONACCESSOR_H