ATLAS Offline Software
Loading...
Searching...
No Matches
ElectronEfficiencyHelpers.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Dear emacs, this is -*-c++-*-
6
7#ifndef __ELECTRONEFFICIENCYHELPERS__
8#define __ELECTRONEFFICIENCYHELPERS__
9
10// Atlas includes
11#include "xAODEgamma/Electron.h"
13
15
17 CP::CorrectionCode getEleTruthCharge( const xAOD::Electron& ele, int& truthcharge);
18
20 CP::CorrectionCode isGoodEle( const xAOD::Electron& ele, bool& goodEle);
21
22}
23
24#endif
Return value from object correction CP tools.
CP::CorrectionCode getEleTruthCharge(const xAOD::Electron &ele, int &truthcharge)
Get the charge of the original electron.
CP::CorrectionCode isGoodEle(const xAOD::Electron &ele, bool &goodEle)
Return true if it's good ele for charge flip measurements.
Electron_v1 Electron
Definition of the current "egamma version".