ATLAS Offline Software
Loading...
Searching...
No Matches
SFHelpers.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4
5#ifndef __ELECTRONEFFICIENCYCORRECTION_SFHELPER__
6#define __ELECTRONEFFICIENCYCORRECTION_SFHELPER__
7
10
12namespace SFHelpers {
13int
15 const xAOD::Electron& el,
16 double& nominalSF,
17 double& totalPos,
18 double& totalNeg,
19 const bool isToys);
20}
21#endif
an "initializing" ToolHandle for stand-alone applications
int result(asg::StandaloneToolHandle< IAsgElectronEfficiencyCorrectionTool > &tool, const xAOD::Electron &el, double &nominalSF, double &totalPos, double &totalNeg, const bool isToys)
Definition SFHelpers.cxx:20
Electron_v1 Electron
Definition of the current "egamma version".