CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/CondFormats/GeometryObjects/src/PCaloGeometry.cc

Go to the documentation of this file.
00001 #include "CondFormats/GeometryObjects/interface/PCaloGeometry.h"
00002 #include <iostream>
00003 
00004 PCaloGeometry::PCaloGeometry(){}
00005 
00006 PCaloGeometry::PCaloGeometry( std::vector<float>    const & tra ,
00007                               std::vector<float>    const & dim , 
00008                               std::vector<uint32_t> const & ind   ) :
00009   m_translation(tra),
00010   m_dimension(dim),
00011   m_indexes(ind){}
00012