ATLAS Offline Software
PhotonHelpers.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // Dear emacs, this is -*-c++-*-
6 
7 #ifndef __PHOTONHELPERS__
8 #define __PHOTONHELPERS__
9 
10 // Atlas includes
11 #include "xAODEgamma/PhotonFwd.h"
12 #include <cstddef>
13 
14 namespace PhotonHelpers{
16  bool passOQquality(const xAOD::Photon& ph);
18  bool passOQqualityDelayed(const xAOD::Photon& ph);
19 }
20 
21 #endif
PhotonFwd.h
PhotonHelpers::passOQquality
bool passOQquality(const xAOD::Photon &ph)
Helper to ease the implemmantation of the pass Quality requirements.
Definition: PhotonHelpers.cxx:12
PhotonHelpers
Definition: PhotonHelpers.h:14
xAOD::Photon_v1
Definition: Photon_v1.h:37
PhotonHelpers::passOQqualityDelayed
bool passOQqualityDelayed(const xAOD::Photon &ph)
Helpers to ease the implementation of the pass Quality requirements.
Definition: PhotonHelpers.cxx:29