From 98bd47f4469c7b02854f111961ce132aea64035e Mon Sep 17 00:00:00 2001 From: Yuri Fisyak Date: Wed, 25 Dec 2024 19:01:39 -0500 Subject: [PATCH] Add dcaGeometry --- StRoot/StPicoEvent/StPicoTrackCovMatrix.cxx | 2 -- StRoot/StPicoEvent/StPicoTrackCovMatrix.h | 4 ---- 2 files changed, 6 deletions(-) diff --git a/StRoot/StPicoEvent/StPicoTrackCovMatrix.cxx b/StRoot/StPicoEvent/StPicoTrackCovMatrix.cxx index 2163fc40ab3..35b2ef2ec51 100644 --- a/StRoot/StPicoEvent/StPicoTrackCovMatrix.cxx +++ b/StRoot/StPicoEvent/StPicoTrackCovMatrix.cxx @@ -67,7 +67,6 @@ Bool_t StPicoTrackCovMatrix::isBadCovMatrix() { mCorr[5]==0 && mCorr[6]==0 && mCorr[7]==0 && mCorr[8]==0 && mCorr[9]==0 ); } -#if defined (__TFG__VERSION__) //_________________ StDcaGeometry &StPicoTrackCovMatrix::dcaGeometry() const { static StDcaGeometry a; @@ -85,4 +84,3 @@ StDcaGeometry &StPicoTrackCovMatrix::dcaGeometry() const { a.set(params(), errMatrix); return *&a; } -#endif /* __TFG__VERSION__ */ diff --git a/StRoot/StPicoEvent/StPicoTrackCovMatrix.h b/StRoot/StPicoEvent/StPicoTrackCovMatrix.h index 3be256163fd..4ca1253737f 100644 --- a/StRoot/StPicoEvent/StPicoTrackCovMatrix.h +++ b/StRoot/StPicoEvent/StPicoTrackCovMatrix.h @@ -4,9 +4,7 @@ // ROOT headers #include "TObject.h" -#if defined (__TFG__VERSION__) #include "StEvent/StDcaGeometry.h" -#endif /* __TFG__VERSION__ */ //_________________ class StPicoTrackCovMatrix : public TObject { @@ -52,10 +50,8 @@ class StPicoTrackCovMatrix : public TObject { /// matrix in MuDst Bool_t isBadCovMatrix(); -#if defined (__TFG__VERSION__) /// DCA geometry StDcaGeometry &dcaGeometry() const; -#endif /* __TFG__VERSION__ */ // // Setters