Skip to content

Commit

Permalink
Add dcaGeometry
Browse files Browse the repository at this point in the history
  • Loading branch information
fisyak committed Dec 26, 2024
1 parent b9df134 commit 98bd47f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions StRoot/StPicoEvent/StPicoTrackCovMatrix.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -85,4 +84,3 @@ StDcaGeometry &StPicoTrackCovMatrix::dcaGeometry() const {
a.set(params(), errMatrix);
return *&a;
}
#endif /* __TFG__VERSION__ */
4 changes: 0 additions & 4 deletions StRoot/StPicoEvent/StPicoTrackCovMatrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
// ROOT headers
#include "TObject.h"

#if defined (__TFG__VERSION__)
#include "StEvent/StDcaGeometry.h"
#endif /* __TFG__VERSION__ */

//_________________
class StPicoTrackCovMatrix : public TObject {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 98bd47f

Please sign in to comment.