ATLAS Offline Software
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
13 #include "xAODRootAccess/TEvent.h"
14 #include "xAODRootAccess/TStore.h"
15 #endif // ROOTCORE
16 
18 getElectrons(const std::vector<std::pair<double, double>>& pt_eta,
19  int runNumber,
21 #endif
store
StoreGateSvc * store
Definition: fbtTestBasics.cxx:69
ElectronContainer.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
getElectrons
StatusCode getElectrons(const std::vector< std::pair< double, double >> &pt_eta, int runNumber, xAOD::TStore &store)
Definition: CreateDummyEl.cxx:71
TEvent.h
StatusCode.h
DeMoAtlasDataLoss.runNumber
string runNumber
Definition: DeMoAtlasDataLoss.py:64
xAOD::TStore
A relatively simple transient store for objects created in analysis.
Definition: TStore.h:44
TStore.h