ATLAS Offline Software
Loading...
Searching...
No Matches
CreateDummyEl.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4
5#ifndef __ELECTRONEFFICIENCYCORRECTION_CREATEDUMMYEL__
6#define __ELECTRONEFFICIENCYCORRECTION_CREATEDUMMYEL__
7
8#include <vector>
10// Infrastructure include(s):
11#ifdef ROOTCORE
15#endif // ROOTCORE
16
17StatusCode
18getElectrons(const std::vector<std::pair<double, double>>& pt_eta,
19 int runNumber,
20 xAOD::TStore& store);
21#endif
StatusCode getElectrons(const std::vector< std::pair< double, double > > &pt_eta, int runNumber, xAOD::TStore &store)
A relatively simple transient store for objects created in analysis.
Definition TStore.h:45