CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DataFormats/CastorReco/src/CastorJet.cc

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