#include "CalCell.h" CalCell::CalCell(const CellAddress& ca, float energy): m_energy(energy), m_address(ca){}