EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ThreeDeePolySpace.h File Reference
#include <3d.h>
#include <ThreeDeePolynomial.h>
+ Include dependency graph for ThreeDeePolySpace.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ThreeDeePolyPoint
 
class  ThreeDeePolySpace
 

Macros

#define _ODD_   0x01
 
#define _EVEN_   0x02
 
#define _BOTH_   0x03
 
#define PARITY_CHECK(space, xyz, i)   ((space)->parity[xyz] & ((i)%2 ? _ODD_ : _EVEN_))
 

Macro Definition Documentation

#define _BOTH_   0x03

Definition at line 26 of file ThreeDeePolySpace.h.

View newest version in sPHENIX GitHub at line 26 of file ThreeDeePolySpace.h

Referenced by ThreeDeePolySpace::ThreeDeePolySpace().

#define _EVEN_   0x02

Definition at line 25 of file ThreeDeePolySpace.h.

View newest version in sPHENIX GitHub at line 25 of file ThreeDeePolySpace.h

Referenced by ThreeDeePolySpace::ThreeDeePolySpace().

#define _ODD_   0x01

Definition at line 24 of file ThreeDeePolySpace.h.

View newest version in sPHENIX GitHub at line 24 of file ThreeDeePolySpace.h

Referenced by ThreeDeePolySpace::ThreeDeePolySpace().