/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/include/RAT/PolygonOrientation.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/include/RAT/PolygonOrientation.hh Source File
Ratpac-two
PolygonOrientation.hh
1 #ifndef __RAT_PolygonOrientation__
2 #define __RAT_PolygonOrientation__
3 
4 #include <assert.h>
5 
6 #include <G4TwoVector.hh>
7 #include <vector>
8 
9 namespace RAT {
10 
17 int CheckOrientation(std::vector<G4TwoVector> &G4Polygon);
18 
19 } // namespace RAT
20 
21 #endif
Definition: CCCrossSecMessenger.hh:29
int CheckOrientation(std::vector< G4TwoVector > &G4Polygon)
Definition: PolygonOrientation.cc:10