Emc error matrix [message #17620] |
Wed, 03 December 2014 12:50 |
Dima Melnychuk
Messages: 213 Registered: April 2004 Location: National Centre for Nucle...
|
first-grade participant |
From: *fuw.edu.pl
|
|
Dear all,
Following the request to extend the emc covariance matrix from 4x4 (px,py,pz,E) to 7x7 (x,y,z,px,py,pz,E) I
introduced the changes in PndEmcErrorMatrix class by adding the method GetErrorP7().
I attached a short not for those who are interested in details.
I would like to ask Stefano for the following changes in PndPidCorrelator.cxx (I do not have a write access there)
Instead:
TMatrixD covP4=fEmcErrorMatrix->Get4MomentumErrorMatrix(*clu);
should be:
TMatrixD covP7=fEmcErrorMatrix->GetErrorP7(*clu);
Instead:
pidCand->SetP4Cov(covP4);
should be:
pidCand->SetCov7(covP7);
Best regards,
Dima
|
|
|