ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
egamma
egammaEvent
src
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
"
6
#include "
AthenaKernel/BaseInfo.h
"
7
8
9
namespace
Analysis
{
10
11
Electron
&
Electron::operator=
(
const
Electron
& rhs)
12
{
13
if
(
this
!= &rhs ) {
14
egamma::operator=
( rhs );
15
}
16
return
*
this
;
17
}
18
20
void
Electron::makeElectronFromEgamma
(
const
egamma
& eg)
21
{
22
if
(
this
!= &eg ) {
23
egamma::operator=
(eg);
24
}
25
}
26
27
28
}
// namespace Analysis
29
30
31
SG_ADD_BASE
(
Analysis::Electron
,
SG_VIRTUAL
(
IAthenaBarCode
));
BaseInfo.h
Provide an interface for finding inheritance information at run time.
SG_ADD_BASE
#define SG_ADD_BASE(D, B)
Add a new base class B to class D.
Definition
Control/AthenaKernel/AthenaKernel/BaseInfo.h:325
SG_VIRTUAL
#define SG_VIRTUAL(T)
Used to mark virtual derivation.
Definition
Control/AthenaKernel/AthenaKernel/BaseInfo.h:211
Electron.h
Analysis::Electron
Definition
Reconstruction/egamma/egammaEvent/egammaEvent/Electron.h:20
Analysis::Electron::operator=
Electron & operator=(const Electron &rhs)
Definition
Electron.cxx:11
Analysis::Electron::Electron
Electron()
default constructor
Definition
Reconstruction/egamma/egammaEvent/egammaEvent/Electron.h:23
Analysis::Electron::makeElectronFromEgamma
void makeElectronFromEgamma(const egamma &eg)
create photon from egamma
Definition
Electron.cxx:20
IAthenaBarCode
Definition
AthenaKernel/AthenaKernel/IAthenaBarCode.h:48
egamma::egamma
egamma()
Default constructor.
Definition
egamma.cxx:24
egamma::operator=
egamma & operator=(const egamma &rhs)
Definition
egamma.cxx:79
Analysis
The namespace of all packages in PhysicsAnalysis/JetTagging.
Definition
IConstituent.h:25
Generated on
for ATLAS Offline Software by
1.17.0