CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/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 }