Exemplo n.º 1
0
Clusterizer::Clusterizer(unsigned int maxCol, unsigned int maxRow)
{
	setSourceFileName("Clusterizer");
//	setInfoOutput(true);
//	setDebugOutput(true);
//	set NULL pointer
	_clusterHitInfo = 0;
	_clusterInfo = 0;
	_hitMap = 0;
	_hitIndexMap = 0;
	_chargeMap = 0;
	_clusterCharges = 0;
	_clusterCharges = 0;
	_clusterHits = 0;
	_clusterPosition = 0;
	_nEventHits = 0;
	_maxColumn = maxCol;
	_maxRow = maxRow;
	allocateHitMap();
	allocateHitIndexMap();
	allocateChargeMap();
	allocateResultHistograms();
	setStandardSettings();
	reset();
}
Exemplo n.º 2
0
Interpret::Interpret(void)
{
	setSourceFileName("Interpret");
	setStandardSettings();
	allocateHitArray();
	allocateHitBufferArray();
	allocateTriggerErrorCounterArray();
	allocateErrorCounterArray();
	allocateTdcCounterArray();
	allocateServiceRecordCounterArray();
	reset();
}