Skip to content
Snippets Groups Projects
Commit 04242df6 authored by hallc-online's avatar hallc-online Committed by Mark K Jones
Browse files

Modify THcDCTrack.h

Fix type in GetSp2_ID()
parent 994097ec
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ public:
Double_t GetXP() const {return fXp_fp;}
Double_t GetYP() const {return fYp_fp;}
Double_t GetSp1_ID() const {return fSp1_ID;}
Double_t GetSp2_ID() const {return fSp1_ID;}
Double_t GetSp2_ID() const {return fSp2_ID;}
Double_t GetChisq() const {return fChi2_fp;}
void SetNFree(Int_t nfree) {fNfree = nfree;}
void SetCoord(Int_t ip, Double_t coord) {fCoords[ip] = coord;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment