Re: new release on the Grid [message #12075 is a reply to message #12073] |
Sat, 18 June 2011 22:07   |
Gianluigi Boca
Messages: 177 Registered: March 2004
|
first-grade participant |
From: *gsi.de
|
|
Dima Melnychuk wrote on Sat, 18 June 2011 21:48 | Hi Gianluigi,
Indeed the constructor
PndSttMvdTracking * SttMvdTracking = new PndSttMvdTracking(0, false, true);
was used.
And it was used all the time before and before the recent update it didn't cause any problem.
As I understood the data produced with the last flag set true are valid. Only in addition track assosiation with MC tracks is performed. But I suppose that macro which produce data on GRID have the same constructor and similar problem is possible.
Dima
|
Indeed, the last value in the constructor is set true when one
wants the comparison with MC.
Of course there is a bug somewhere in the code (that I cannot reproduce for the moment) but also from the backtrace I noticed it is in the non-essential part of the class (the comparison with MC, indeed).
So given the lack of time for now please set 0, false, false
in the constructor, later on I will fix the problem.
Thanks a lot
Gianluigi
|
|
|