CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/FastSimulation/CaloGeometryTools/src/Crystal.cc

Go to the documentation of this file.
00001 //FAMOS headers
00002 #include "FastSimulation/CaloGeometryTools/interface/Crystal.h"
00003 
00004 Crystal::Crystal(const DetId&  cell, const BaseCrystal* xtal):cellid_(cell),myCrystal_(xtal)
00005 {
00006   neighbours_.resize(8);
00007 }