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

Modify THcSpacePoint.h

Add calls:
+  Double_t GetStubX() {return fStub[0];};
+  Double_t GetStubXP() {return fStub[2];};
+  Double_t GetStubY() {return fStub[1];};
+  Double_t GetStubYP() {return fStub[3];};
parent 75993709
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,10 @@ public:
void IncCombos() { fNCombos++; };
void SetCombos(Int_t ncombos) { fNCombos=ncombos; };
Int_t GetCombos() { return fNCombos; };
Double_t GetStubX() {return fStub[0];};
Double_t GetStubXP() {return fStub[2];};
Double_t GetStubY() {return fStub[1];};
Double_t GetStubYP() {return fStub[3];};
// This is the chamber number (1,2), not index (0,1). Sometime
// we need figure out how to avoid confusion between number and index.
......
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