CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 #include "DataFormats/CastorReco/interface/CastorCell.h"
00002 
00003 reco::CastorCell::CastorCell(const double energy, const ROOT::Math::XYZPoint& position) {
00004   position_ = position;
00005   energy_ = energy;
00006 }
00007 
00008 reco::CastorCell::~CastorCell() {
00009 
00010 }