Skip to content
Snippets Groups Projects
Commit d3de7575 authored by fangwx@ihep.ac.cn's avatar fangwx@ihep.ac.cn
Browse files

update Utility

parent c3ec9591
No related branches found
No related tags found
No related merge requests found
...@@ -16,5 +16,7 @@ namespace PanUtil{ ...@@ -16,5 +16,7 @@ namespace PanUtil{
int getLayer(float x, float y, float z, std::vector<float>& layers); int getLayer(float x, float y, float z, std::vector<float>& layers);
int getLayer_v1(float x, float y, float z, std::vector<float>& layers); int getLayer_v1(float x, float y, float z, std::vector<float>& layers);
int getStave(float x, float y); int getStave(float x, float y);
double getFieldFromCompact();
std::vector<double> getTrackingRegionExtent();
} }
#endif #endif
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