CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/CastorReco/src/CastorEgamma.cc

Go to the documentation of this file.
00001 #include "DataFormats/CastorReco/interface/CastorEgamma.h"
00002 
00003 reco::CastorEgamma::CastorEgamma(const double energycal, const reco::CastorClusterRef& usedCluster) {
00004   energycal_ = energycal;
00005   usedCluster_ = usedCluster;
00006 }
00007 
00008 reco::CastorEgamma::~CastorEgamma() {
00009 
00010 }