CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 {
6  neighbours_.resize(8);
7 }
Crystal()
Empty constructor.
Definition: Crystal.h:32
Definition: DetId.h:20
std::vector< CrystalNeighbour > neighbours_
Definition: Crystal.h:118