ATLAS Offline Software
Electron.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #include "egammaEvent/Electron.h"
7 
8 
9 namespace Analysis {
10 
12 {
13  if ( this != &rhs ) {
14  egamma::operator=( rhs );
15  }
16  return *this;
17 }
18 
21 {
22  if ( this != &eg ) {
24  }
25 }
26 
27 
28 } // namespace Analysis
29 
30 
ParticleTest.eg
eg
Definition: ParticleTest.py:29
Analysis::Electron::operator=
Electron & operator=(const Electron &rhs)
Definition: Electron.cxx:11
Analysis::Electron
Definition: Reconstruction/egamma/egammaEvent/egammaEvent/Electron.h:20
egamma
Definition: egamma.h:58
egamma::operator=
egamma & operator=(const egamma &rhs)
Definition: egamma.cxx:83
BaseInfo.h
Provide an interface for finding inheritance information at run time.
IAthenaBarCode
Definition: AthenaKernel/AthenaKernel/IAthenaBarCode.h:48
Electron.h
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition: BTaggingCnvAlg.h:20
Analysis::Electron::makeElectronFromEgamma
void makeElectronFromEgamma(const egamma &eg)
create photon from egamma
Definition: Electron.cxx:20
SG_VIRTUAL
#define SG_VIRTUAL(T)
Used to mark virtual derivation.
Definition: Control/AthenaKernel/AthenaKernel/BaseInfo.h:211
SG_ADD_BASE
SG_ADD_BASE(Analysis::Electron, SG_VIRTUAL(IAthenaBarCode))