ATLAS Offline Software
Loading...
Searching...
No Matches
Photon.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 if ( this != &rhs ) {
13 egamma::operator=( rhs );
14 }
15 return *this;
16}
17
20{
21 if ( this != &eg ) {
23 }
24}
25
26
27} // namespace Analysis
28
29
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.
void makePhotonFromEgamma(const egamma &eg)
create photon from egamma
Definition Photon.cxx:19
Photon & operator=(const Photon &rhs)
Definition Photon.cxx:11
egamma()
Default constructor.
Definition egamma.cxx:24
egamma & operator=(const egamma &rhs)
Definition egamma.cxx:83
The namespace of all packages in PhysicsAnalysis/JetTagging.