#ifndef __CALO__ #define __CALO__ namespace calo { int nUnits = 0; void setnUnits (int n) { nUnits = n; } } #endif