Skip to content
Snippets Groups Projects
Commit 8b089c53 authored by Cyril Lenain's avatar Cyril Lenain :surfer_tone3:
Browse files

adding getter for PhiY in SamuraiFDC0

parent 9a6d41b4
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,7 @@ class TSamuraiFDC0Physics : public TObject, public NPL::VDetector{
double GetPosX(){return PosX;}
double GetPosY(){return PosY;}
double GetThetaX(){return ThetaX;}
double GetPhiY(){return PhiY;}
double GetDevX(){return devX;}
double GetDevY(){return devY;}
int GetPileUp(){return PileUp;}
......
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