CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Crystal.cc
Go to the documentation of this file.
1 //FAMOS headers
3 
4 Crystal::Crystal(const DetId& cell, const BaseCrystal* xtal) : cellid_(cell), myCrystal_(xtal) {
5  neighbours_.resize(8);
6 }
Crystal()=default
Empty constructor.
Definition: DetId.h:17
std::vector< CrystalNeighbour > neighbours_
Definition: Crystal.h:114