CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch12/src/DataFormats/CastorReco/src/CastorEgamma.cc

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