00001
00002
00003 #ifndef __PHOTONSELECTORHELPERS__
00004 #define __PHOTONSELECTORHELPERS__
00005
00006
00007 #include "xAODEgamma/Photon.h"
00008 #include <cstddef>
00009
00010 namespace PhotonSelectorHelpers{
00012 bool passOQquality(const xAOD::Photon *ph);
00013 bool passOQqualitydelayed(const xAOD::Photon *ph);
00014
00015 }
00016
00017 #endif