CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CastorEgamma.cc
Go to the documentation of this file.
2 
3 reco::CastorEgamma::CastorEgamma(const double energycal, const reco::CastorClusterRef& usedCluster) {
5  usedCluster_ = usedCluster;
6 }
7 
9 
10 }
CastorEgamma()
default constructor. Sets energy to zero
Definition: CastorEgamma.h:21
double energycal() const
Egamma energycal.
Definition: CastorEgamma.h:33
CastorClusterRef usedCluster_
used CastorClusters
Definition: CastorEgamma.h:95
double energycal_
Egamma energycal.
Definition: CastorEgamma.h:92
virtual ~CastorEgamma()
destructor
Definition: CastorEgamma.cc:8