ATLAS Offline Software
Loading...
Searching...
No Matches
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
7
8
9namespace 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
Provide an interface for finding inheritance information at run time.
#define SG_ADD_BASE(D, B)
Add a new base class B to class D.
#define SG_VIRTUAL(T)
Used to mark virtual derivation.
Electron & operator=(const Electron &rhs)
Definition Electron.cxx:11
void makeElectronFromEgamma(const egamma &eg)
create photon from egamma
Definition Electron.cxx:20
egamma()
Default constructor.
Definition egamma.cxx:24
egamma & operator=(const egamma &rhs)
Definition egamma.cxx:83
The namespace of all packages in PhysicsAnalysis/JetTagging.