|
|
Re: CbmTrackPar bug? [message #4694 is a reply to message #4693] |
Wed, 18 July 2007 17:58 |
StefanoSpataro
Messages: 2736 Registered: June 2005 Location: Torino
|
first-grade participant |
From: *physik.uni-giessen.de
|
|
Well,
CbmTrackParH des not use that constructor, but this is not the case for CbmTrackParP:
CbmTrackParP.cxx
CbmTrackParP::CbmTrackParP(Double_t x, Double_t y, Double_t z,
Double_t tx, Double_t ty, Double_t qp,
Double_t CovMatrix[15])
: CbmTrackPar(x,y,z,0,0,0,0)
{
etc...
}
I already fixed it in my local version of the code, I could put it in svn if needed.
Bye
Ste
|
|
|
|
|
|