CMS 3D CMS Logo

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 }
BaseCrystal
Definition: BaseCrystal.h:19
Crystal::neighbours_
std::vector< CrystalNeighbour > neighbours_
Definition: Crystal.h:114
DetId
Definition: DetId.h:17
Crystal::Crystal
Crystal()
Empty constructor.
Definition: Crystal.h:29
Crystal.h