00001 // Dear emacs, this is -*- c++ -*- 00002 // $Id: EgammaAccessors_v1.h 630766 2014-11-25 00:34:26Z christos $ 00003 #ifndef XAOD_EGAMMAACCESSORS_V1_H 00004 #define XAOD_EGAMMAACCESSORS_V1_H 00005 00006 // EDM include(s): 00007 #include "AthContainers/AuxElement.h" 00008 // Local include(s): 00009 #include "xAODEgamma/EgammaEnums.h" 00010 00011 namespace xAOD { 00012 00017 00018 00019 SG::AuxElement::Accessor< float >* 00020 showerShapeAccessorV1( xAOD::EgammaParameters::ShowerShapeType type ); 00021 00022 SG::AuxElement::Accessor< char >* 00023 selectionMenuAccessorV1( xAOD::EgammaParameters::SelectionMenu menu ) ; 00024 00025 SG::AuxElement::Accessor< unsigned int >* 00026 selectionisEMAccessorV1( xAOD::EgammaParameters::SelectionisEM isEM ) ; 00027 00028 00029 } // namespace xAOD 00030 00031 #endif // XAOD_EGAMMAACCESSORS_V1_H