9 #include "TGeoManager.h"
11 #include "TGeoVolume.h"
12 #include "TGeoMatrix.h"
31 Int_t clindex,
Double_t charge, Int_t NDigiHits, Int_t mcindex)
32 : FairHit(detID, pos, dpos, mcindex),
35 fNDigiHits(NDigiHits),
36 fClusterIndex(clindex),
67 std::cout << *
this << std::endl;
72 if (cov.GetNcols()==3 && cov.GetNrows()==3)
75 Error(
"SetCov",
"matrix has wrong dimensions!");
virtual void Print(const Option_t *opt=0) const
TMatrixD fCov
bottom side of strip clusters
void SetCov(TMatrixD cov)
TMatrixT< double > TMatrixD