GSI Forum
GSI Helmholtzzentrum für Schwerionenforschung

Home » PANDA » PandaRoot » Bugs, Fixes, Releases » [FIXED] Error from PndMCTrackAssociator
[FIXED] Error from PndMCTrackAssociator [message #15293] Wed, 21 August 2013 14:37 Go to next message
MartinJGaluska is currently offline  MartinJGaluska
Messages: 203
Registered: March 2010
Location: Germany
first-grade participant
From: *physik.uni-giessen.de
Dear all,

when I simulate with trunk rev. 21304 and the official macros from macro/run 2000 events with one muon each using the FairBoxGenerator I get the following errors in the reco_complete.C macro:

Quote:


-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #24 does not exist!!!
*** PndRecoKalmanFit::Exec Genfit Exception: trk->addHitVector
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #24 does not exist!!!
da PndTrkTracking2 : N. di Stt MC points = 0



The errors did not appear when I simulated only 100 events.

This error causes subsequent errors when I try to run the PndTrkQATask, because we have PndTrackCand which contain hits that are not accessible.

My modified sim_complete.C macro is attached to this post. I use the standard digi_complete.C and reco_complete.C from macro/run. The errors also occur when I replace PndTrkTracking2 with PndTrkTracking in the reco macro.

[Updated on: Mon, 02 September 2013 15:39] by Moderator

Report message to a moderator

Re: Error from PndTracking/2 [message #15298 is a reply to message #15293] Wed, 21 August 2013 17:25 Go to previous messageGo to next message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: 2.235.190*
Hi,
I was able to reproduce your error, and I have seen that it happens that there are Track candidates from PndTracking/2 task with numbers even if the mvd/stt containers are empty or with smaller size:

fMvdPixelHitArray->GetEntriesFast() 0
fMvdStripHitArray->GetEntriesFast() 0
fSttHitInput->GetEntriesFast() 21
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #21 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #22 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #23 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #24 does not exist!!!


or

fMvdPixelHitArray->GetEntriesFast() 0
fMvdStripHitArray->GetEntriesFast() 0
fSttHitInput->GetEntriesFast() 24
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #28 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #42 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #54 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #43 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #30 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #25 does not exist!!!


I believe there is something buggy in the tracking code, since the mctrackassociator is not touched since many months. Maybe the trackcandidate is not cleaned and it has some information from the previous event, or maybe some hits are deleted from the trackcand and maybe also from the original TCA. Gianluigi, can you please take a look?
Re: Error from PndMCTrackAssociator [message #15304 is a reply to message #15293] Thu, 22 August 2013 13:58 Go to previous messageGo to next message
Gianluigi Boca is currently offline  Gianluigi Boca
Messages: 177
Registered: March 2004
first-grade participant
From: *psi.ch
Hi,
I think I fixed the problem. Please update the directory
tracking
and try again
Gianluigi

Martin J Galuska wrote on Wed, 21 August 2013 14:37

Dear all,

when I simulate with trunk rev. 21304 and the official macros from macro/run 2000 events with one muon each using the
FairBoxGenerator I get the following errors in the reco_complete.C macro:

Quote:


-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #24 does not exist!!!
*** PndRecoKalmanFit::Exec Genfit Exception: trk->addHitVector
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #24 does not exist!!!
da PndTrkTracking2 : N. di Stt MC points = 0



The errors did not appear when I simulated only 100 events.

This error causes subsequent errors when I try to run the PndTrkQATask, because we have PndTrackCand which contain hits that are not accessible.

My modified sim_complete.C macro is attached to this post. I use the standard digi_complete.C and reco_complete.C from macro/run. The errors also occur when I replace PndTrkTracking2 with PndTrkTracking in the reco macro.

Re: Error from PndMCTrackAssociator [message #15305 is a reply to message #15304] Thu, 22 August 2013 14:21 Go to previous messageGo to next message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: 2.235.190*
Hi Gianluigi,
I have just tried with 2000 events and the error has disappeared, thanks for the fast fix. Let's see if the error disappears also for Martin.

Meanwhile, could you plese put under a "if (istampa>0)" the line printing the message:

from PndTrkTracking2  :  N. di Stt MC points = 0


I took it out from PndTracking, but is seems it is stil present in Pndtracking2.

Thanks in advance.
Re: Error from PndMCTrackAssociator [message #15307 is a reply to message #15304] Thu, 22 August 2013 15:33 Go to previous messageGo to next message
MartinJGaluska is currently offline  MartinJGaluska
Messages: 203
Registered: March 2010
Location: Germany
first-grade participant
From: *physik.uni-giessen.de
Hello Gianluigi,

thank you for looking into the problem! The error has disappeared for PndTrkTracking2. Smile

Unfortunately, I do still get the error for several events with trunk rev. 21353 when I switch to PndTrkTracking. It seems to happen less often, though.

Kind regards,
Martin
Re: Error from PndMCTrackAssociator [message #15308 is a reply to message #15305] Thu, 22 August 2013 16:52 Go to previous messageGo to next message
Gianluigi Boca is currently offline  Gianluigi Boca
Messages: 177
Registered: March 2004
first-grade participant
From: *psi.ch
Hi Stefano,
now you shouldn't see that message any more
Gianluigi

Stefano Spataro wrote on Thu, 22 August 2013 14:21

Hi Gianluigi,
I have just tried with 2000 events and the error has disappeared, thanks for the fast fix. Let's see if the error disappears also for Martin.

Meanwhile, could you plese put under a "if (istampa>0)" the line printing the message:

from PndTrkTracking2  :  N. di Stt MC points = 0


I took it out from PndTracking, but is seems it is stil present in Pndtracking2.

Thanks in advance.

Re: Error from PndMCTrackAssociator [message #15309 is a reply to message #15308] Thu, 22 August 2013 17:07 Go to previous messageGo to next message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: 2.235.190*
I do not see any difference, did you commit the class?
Re: Error from PndMCTrackAssociator [message #15310 is a reply to message #15309] Thu, 22 August 2013 17:17 Go to previous messageGo to next message
Gianluigi Boca is currently offline  Gianluigi Boca
Messages: 177
Registered: March 2004
first-grade participant
From: *psi.ch
now ...
Stefano Spataro wrote on Thu, 22 August 2013 17:07

I do not see any difference, did you commit the class?

Re: Error from PndMCTrackAssociator [message #15311 is a reply to message #15310] Thu, 22 August 2013 17:29 Go to previous messageGo to next message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: 2.235.190*
Much better now, thanks.
I can still see the MCTrackAssociator errors in PndTracking. Do you plan to fix them, or we will use definitely PndTracking2?

Re: Error from PndMCTrackAssociator [message #15312 is a reply to message #15311] Thu, 22 August 2013 17:37 Go to previous messageGo to next message
Gianluigi Boca is currently offline  Gianluigi Boca
Messages: 177
Registered: March 2004
first-grade participant
From: *psi.ch
I would prefere to fix PndTrkTracking also. I sent a private message to Martin asking to send me the logfile of the error
but he hasn't answered yet.
Maybe you can send me yours?
Thanks
Gianluigi

Stefano Spataro wrote on Thu, 22 August 2013 17:29

Much better now, thanks.
I can still see the MCTrackAssociator errors in PndTracking. Do you plan to fix them, or we will use definitely PndTracking2?



Re: Error from PndMCTrackAssociator [message #15313 is a reply to message #15312] Thu, 22 August 2013 17:42 Go to previous messageGo to next message
MartinJGaluska is currently offline  MartinJGaluska
Messages: 203
Registered: March 2010
Location: Germany
first-grade participant
From: *physik.uni-giessen.de
Hello Gianluigi, hello Stefano,

sorry for the late response, I have not seen your email until a couple of minutes ago. I have just sent an email to Gianluigi with my log and my macros.

Kind regards,
Martin
Re: Error from PndMCTrackAssociator [message #15314 is a reply to message #15312] Thu, 22 August 2013 17:43 Go to previous messageGo to next message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: 2.235.190*
da PndTrkTracking  :  N. di Stt MC points = 0

-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
*** PndRecoKalmanFit::Exec      Genfit Exception: trk->addHitVector 
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
da PndTrkTracking  :  N. di Stt MC points = 0

da PndTrkTracking  :  N. di Stt MC points = 0

Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
da PndTrkTracking  :  N. di Stt MC points = 1052 and it is > MAXSTTHITS (900), therefore consider only the first 900 hits

da PndTrkTracking  :  N. di Stt Hits = 1052 and it is > MAXSTTHITS (=900), therefore consider only the first 900 hits

-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #6 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #5 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #4 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #3 does not exist!!!
*** PndRecoKalmanFit::Exec      Genfit Exception: trk->addHitVector 
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #6 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #5 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #4 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #3 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 has GetRefIndex()<0 -> noise hit
da PndTrkTracking  :  N. di Stt MC points = 0

da PndTrkTracking  :  N. di Stt MC points = 0

 Found  0 tracks


Re: Error from PndMCTrackAssociator [message #15352 is a reply to message #15307] Sat, 24 August 2013 22:09 Go to previous messageGo to next message
Gianluigi Boca is currently offline  Gianluigi Boca
Messages: 177
Registered: March 2004
first-grade participant
From: *psi.ch
Hello,
I checked with 20000 events
that the hits numbers are correct in PndTrkTracking.cxx
at the moment when the PndTrackCand and PndTrack TClonesArray
are loaded.
As far as I can tell no 'not existing' Mvd hits nor Stt hits are
loaded in those TClonesArray.

I also modify PndTrkTracking.cxx (rev. 21380) such that if
'no-existing' hits are loaded a message like :

"from PndTrkTracking, problem event "

appears followed by details of the event number and candidate.
Please update the directory
tracking
and see if that message appears
thanks
Gianluigi

Martin J Galuska wrote on Thu, 22 August 2013 15:33

Hello Gianluigi,

thank you for looking into the problem! The error has disappeared for PndTrkTracking2. Smile

Unfortunately, I do still get the error for several events with trunk rev. 21353 when I switch to PndTrkTracking. It seems to happen less often, though.

Kind regards,
Martin

Re: Error from PndMCTrackAssociator [message #15353 is a reply to message #15352] Sun, 25 August 2013 12:55 Go to previous messageGo to next message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: 2.235.190*
from PndTrkTracking, problem event 83, cand. 0, hit n. 0  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 83, cand. 0, hit n. 2  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 83, cand. 0, hit n. 1  type Mvd Strip; (n. Mvd Strip Hit = 0 );
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
*** PndRecoKalmanFit::Exec      Genfit Exception: trk->addHitVector 
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
from PndTrkTracking, problem event 122, cand. 0, hit n. 0  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 122, cand. 0, hit n. 1  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 122, cand. 0, hit n. 0  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 122, cand. 0, hit n. 1  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 122, cand. 0, hit n. 12  type Stt // hit; (nSttHit = 12 );
from PndTrkTracking, problem event 122, cand. 0, hit n. 13  type Stt // hit; (nSttHit = 12 );
from PndTrkTracking, problem event 122, cand. 0, hit n. 14  type Stt // hit; (nSttHit = 12 );
from PndTrkTracking, problem event 122, cand. 0, hit n. 15  type Stt // hit; (nSttHit = 12 );
from PndTrkTracking, problem event 122, cand. 0, hit n. 16  type Stt // hit; (nSttHit = 12 );
from PndTrkTracking, problem event 122, cand. 0, hit n. 17  type Stt || hit; (nSttHit = 12 );
from PndTrkTracking, problem event 122, cand. 0, hit n. 18  type Stt || hit; (nSttHit = 12 );
from PndTrkTracking, problem event 122, cand. 0, hit n. 19  type Stt || hit; (nSttHit = 12 );
from PndTrkTracking, problem event 122, cand. 0, hit n. 20  type Stt || hit; (nSttHit = 12 );
from PndTrkTracking, problem event 122, cand. 0, hit n. 21  type Stt || hit; (nSttHit = 12 );
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #12 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #13 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #14 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #15 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #16 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #17 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #18 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #19 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #20 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #21 does not exist!!!
*** PndRecoKalmanFit::Exec      Genfit Exception: trk->addHitVector 
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #12 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #13 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #14 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #15 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #16 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #17 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #18 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #19 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #20 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #21 does not exist!!!
from PndTrkTracking, problem event 138, cand. 0, hit n. 0  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 138, cand. 0, hit n. 1  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 138, cand. 0, hit n. 0  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 138, cand. 0, hit n. 22  type Stt || hit; (nSttHit = 22 );
from PndTrkTracking, problem event 138, cand. 0, hit n. 23  type Stt || hit; (nSttHit = 22 );
from PndTrkTracking, problem event 138, cand. 0, hit n. 24  type Stt || hit; (nSttHit = 22 );
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #22 does not exist!!!


...
Re: Error from PndMCTrackAssociator [message #15361 is a reply to message #15353] Mon, 26 August 2013 12:59 Go to previous messageGo to next message
MartinJGaluska is currently offline  MartinJGaluska
Messages: 203
Registered: March 2010
Location: Germany
first-grade participant
From: *physik.uni-giessen.de
Hello Gianluigi,

I can confirm Stefano's observation.

Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
from PndTrkTracking, problem event 11, cand. 0, hit n. 0  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 11, cand. 0, hit n. 1  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 11, cand. 0, hit n. 2  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 11, cand. 0, hit n. 1  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 11, cand. 0, hit n. 0  type Mvd Strip; (n. Mvd Strip Hit = 0 );
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
*** PndRecoKalmanFit::Exec      Genfit Exception: trk->addHitVector 
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
from PndTrkTracking, problem event 135, cand. 0, hit n. 0  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 135, cand. 0, hit n. 1  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 135, cand. 0, hit n. 0  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 135, cand. 0, hit n. 23  type Stt || hit; (nSttHit = 23 );
from PndTrkTracking, problem event 135, cand. 0, hit n. 24  type Stt || hit; (nSttHit = 23 );
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #23 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #24 does not exist!!!
*** PndRecoKalmanFit::Exec      Genfit Exception: trk->addHitVector 
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #23 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #24 does not exist!!!
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
could not convert GenfitTrack to PndTrack
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
from PndTrkTracking, problem event 273, cand. 0, hit n. 0  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 273, cand. 0, hit n. 1  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 273, cand. 0, hit n. 0  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 273, cand. 0, hit n. 29  type Stt || hit; (nSttHit = 22 );
from PndTrkTracking, problem event 273, cand. 0, hit n. 22  type Stt || hit; (nSttHit = 22 );
from PndTrkTracking, problem event 273, cand. 0, hit n. 23  type Stt || hit; (nSttHit = 22 );
from PndTrkTracking, problem event 273, cand. 0, hit n. 24  type Stt || hit; (nSttHit = 22 );
from PndTrkTracking, problem event 273, cand. 0, hit n. 25  type Stt || hit; (nSttHit = 22 );
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #29 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #22 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #23 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #24 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #25 does not exist!!!
*** PndRecoKalmanFit::Exec      Genfit Exception: trk->addHitVector 
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #29 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #22 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #23 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #24 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #25 does not exist!!!
from PndTrkTracking, problem event 305, cand. 0, hit n. 0  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 305, cand. 0, hit n. 1  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 305, cand. 0, hit n. 0  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 305, cand. 0, hit n. 2  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 305, cand. 0, hit n. 1  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 305, cand. 0, hit n. 23  type Stt || hit; (nSttHit = 23 );
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #23 does not exist!!!
*** PndRecoKalmanFit::Exec      Genfit Exception: trk->addHitVector 
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #23 does not exist!!!
from PndTrkTracking, problem event 317, cand. 0, hit n. 0  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 317, cand. 0, hit n. 2  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 317, cand. 0, hit n. 0  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 317, cand. 0, hit n. 1  type Mvd Strip; (n. Mvd Strip Hit = 0 );
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
*** PndRecoKalmanFit::Exec      Genfit Exception: trk->addHitVector 
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Re: Error from PndMCTrackAssociator [message #15391 is a reply to message #15361] Fri, 30 August 2013 22:46 Go to previous messageGo to next message
Gianluigi Boca is currently offline  Gianluigi Boca
Messages: 177
Registered: March 2004
first-grade participant
From: *pv.infn.it
dear Martin and Stefano,
I think I fixed the problem.
Please update the tracking directory and run again and let
me know if there are still problems
thanks
Gianluigi



Martin J Galuska wrote on Mon, 26 August 2013 12:59

Hello Gianluigi,

I can confirm Stefano's observation.

Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
from PndTrkTracking, problem event 11, cand. 0, hit n. 0  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 11, cand. 0, hit n. 1  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 11, cand. 0, hit n. 2  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 11, cand. 0, hit n. 1  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 11, cand. 0, hit n. 0  type Mvd Strip; (n. Mvd Strip Hit = 0 );
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
*** PndRecoKalmanFit::Exec      Genfit Exception: trk->addHitVector 
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
from PndTrkTracking, problem event 135, cand. 0, hit n. 0  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 135, cand. 0, hit n. 1  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 135, cand. 0, hit n. 0  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 135, cand. 0, hit n. 23  type Stt || hit; (nSttHit = 23 );
from PndTrkTracking, problem event 135, cand. 0, hit n. 24  type Stt || hit; (nSttHit = 23 );
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #23 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #24 does not exist!!!
*** PndRecoKalmanFit::Exec      Genfit Exception: trk->addHitVector 
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #23 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #24 does not exist!!!
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
could not convert GenfitTrack to PndTrack
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
from PndTrkTracking, problem event 273, cand. 0, hit n. 0  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 273, cand. 0, hit n. 1  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 273, cand. 0, hit n. 0  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 273, cand. 0, hit n. 29  type Stt || hit; (nSttHit = 22 );
from PndTrkTracking, problem event 273, cand. 0, hit n. 22  type Stt || hit; (nSttHit = 22 );
from PndTrkTracking, problem event 273, cand. 0, hit n. 23  type Stt || hit; (nSttHit = 22 );
from PndTrkTracking, problem event 273, cand. 0, hit n. 24  type Stt || hit; (nSttHit = 22 );
from PndTrkTracking, problem event 273, cand. 0, hit n. 25  type Stt || hit; (nSttHit = 22 );
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #29 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #22 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #23 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #24 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #25 does not exist!!!
*** PndRecoKalmanFit::Exec      Genfit Exception: trk->addHitVector 
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #29 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #22 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #23 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #24 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #25 does not exist!!!
from PndTrkTracking, problem event 305, cand. 0, hit n. 0  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 305, cand. 0, hit n. 1  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 305, cand. 0, hit n. 0  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 305, cand. 0, hit n. 2  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 305, cand. 0, hit n. 1  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 305, cand. 0, hit n. 23  type Stt || hit; (nSttHit = 23 );
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #23 does not exist!!!
*** PndRecoKalmanFit::Exec      Genfit Exception: trk->addHitVector 
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #1 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
-E- PndMCTrackAssociator::GetSttHits: SttHit #23 does not exist!!!
from PndTrkTracking, problem event 317, cand. 0, hit n. 0  type Mvd Pixel; (n. Mvd Pixel Hit = 0 );
from PndTrkTracking, problem event 317, cand. 0, hit n. 2  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 317, cand. 0, hit n. 0  type Mvd Strip; (n. Mvd Strip Hit = 0 );
from PndTrkTracking, problem event 317, cand. 0, hit n. 1  type Mvd Strip; (n. Mvd Strip Hit = 0 );
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
*** PndRecoKalmanFit::Exec      Genfit Exception: trk->addHitVector 
-E- PndMCTrackAssociator::GetMvdHitPixels: MvdHitPixel #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #2 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #0 does not exist!!!
-E- PndMCTrackAssociator::GetMvdHitStrips: MvdHitStrip #1 does not exist!!!
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps
Error in <TDecompSVD::Diagonalize>: no convergence after 21 steps


Re: Error from PndMCTrackAssociator [message #15392 is a reply to message #15391] Fri, 30 August 2013 23:31 Go to previous messageGo to next message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: 2.235.190*
In my case the problem is still present, even after updating tracking folder.
Re: Error from PndMCTrackAssociator [message #15404 is a reply to message #15392] Mon, 02 September 2013 15:39 Go to previous messageGo to next message
StefanoSpataro is currently offline  StefanoSpataro
Messages: 2736
Registered: June 2005
Location: Torino
first-grade participant

From: 2.235.190*
I do not see this error anymore, now the code is fixed!
Re: Error from PndMCTrackAssociator [message #15405 is a reply to message #15404] Mon, 02 September 2013 16:03 Go to previous messageGo to next message
MartinJGaluska is currently offline  MartinJGaluska
Messages: 203
Registered: March 2010
Location: Germany
first-grade participant
From: *physik.uni-giessen.de
I can confirm that the error is gone. I have rechecked as well and I also do not see the error any more.
Re: Error from PndMCTrackAssociator [message #15407 is a reply to message #15405] Mon, 02 September 2013 20:35 Go to previous messageGo to next message
Gianluigi Boca is currently offline  Gianluigi Boca
Messages: 177
Registered: March 2004
first-grade participant
From: *pv.infn.it
I also added a missing (by mistake) piece in order to load
the PndTrak and PndTrackCand in the correct way, please
update again the tracking directory

Gianluigi


Martin J Galuska wrote on Mon, 02 September 2013 16:03

I can confirm that the error is gone. I have rechecked as well and I also do not see the error any more.

Re: Error from PndMCTrackAssociator [message #15414 is a reply to message #15407] Tue, 03 September 2013 12:10 Go to previous message
MartinJGaluska is currently offline  MartinJGaluska
Messages: 203
Registered: March 2010
Location: Germany
first-grade participant
From: *physik.uni-giessen.de
I have rechecked with the updated PndTrkTracking2.cxx (there was no change in PndTrkTracking.cxx or PndTrkTracking.h since my last test). The error does also not appear with the new version of the code.
Previous Topic: [FIXED] Memory leak with TClonesArray and std::vector
Next Topic: [FIXED] compilation problem with PndHyp.h at trunk
Goto Forum:
  


Current Time: Fri Mar 29 03:13:37 CET 2024

Total time taken to generate the page: 0.01050 seconds