7#ifndef EGAMMAEVENT_PHOTON_H
8#define EGAMMAEVENT_PHOTON_H 1
36 Photon(
const egamma& rhs,
bool copyDetails=
true,
bool copyMinimal=
false) :
37 egamma(rhs, copyDetails, copyMinimal)
40 Photon(
const Photon& rhs,
bool copyDetails=
true,
bool copyMinimal=
false) :
41 egamma(rhs, copyDetails, copyMinimal)
~Photon()=default
destructor
Photon(unsigned int author)
constructor
Photon(const Photon &rhs, bool copyDetails=true, bool copyMinimal=false)
void makePhotonFromEgamma(const egamma &eg)
create photon from egamma
Photon(const egamma &rhs, bool copyDetails=true, bool copyMinimal=false)
Photon()
default constructor
Photon & operator=(const Photon &rhs)
egamma()
Default constructor.
unsigned int author() const
Reconstruction Author.
The namespace of all packages in PhysicsAnalysis/JetTagging.