[Gate-users] filemerger BUG
Hannes Hofmann
opengate at f00f.de
Wed Oct 10 10:51:09 CEST 2007
Hi,
I think I have found an error in the filemerger gjm:
In the method
bool GateMergeManager::MergeTree(string chainName){
in file src/GateMergeManager.cc I believe a 'return' is missing on line 467 which should IMHO look like this:
if(chainName=="Gate") return MergeGate(chain);
Otherwise it will run into the error
"Cannot find one of: runID, eventID, time in Gate" (line 482)
Regards,
Hannes
More information about the Gate-users
mailing list