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

Go to the source code of this file.

Classes

struct  t_coord_name
 
class  CoordSystem
 

Macros

#define _CARTESIAN_   0x01
 
#define _CYLINDRICAL_   0x02
 

Functions

t_coord_namefind_coord_by_name (unsigned char system_type, char name)
 
void expand_to_global_coordinates (int ldim, TVector3 &in, TVector3 &out, int l2g[])
 

Macro Definition Documentation

#define _CYLINDRICAL_   0x02

Function Documentation

void expand_to_global_coordinates ( int  ldim,
TVector3 &  in,
TVector3 &  out,
int  l2g[] 
)
t_coord_name* find_coord_by_name ( unsigned char  system_type,
char  name 
)

Definition at line 1071 of file Mgrid.cxx.

View newest version in sPHENIX GitHub at line 1071 of file Mgrid.cxx

References t_coord_name::allowed_systems, COORD_NAMES_NUM, and t_coord_name::name.

Referenced by MgridInterpolation::assignSuggestedSequence(), calculate_swapping_rules(), CoordSystem::CoordSystem(), and Mgrid::switchInterpolation().

+ Here is the caller graph for this function: