ATLAS Offline Software
Loading...
Searching...
No Matches
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
12#include <cstddef>
13
14namespace PhotonHelpers{
16 bool passOQquality(const xAOD::Photon& ph);
18 bool passOQqualityDelayed(const xAOD::Photon& ph);
19}
20
21#endif
bool passOQqualityDelayed(const xAOD::Photon &ph)
Helpers to ease the implementation of the pass Quality requirements.
bool passOQquality(const xAOD::Photon &ph)
Helper to ease the implemmantation of the pass Quality requirements.
Photon_v1 Photon
Definition of the current "egamma version".