//:Description: SVT Wafers position
//:Synonyms::::
//:Source:
//:Update:
//:Update frequncy:
//:Reminder:
//:Recall frequency:
//:Size of Data:
//:Pointer to data:
#ifndef SVTPOSITION_H
#define SVTPOSITION_H
struct svtPosition {
// type varnam; //Units : Comments
double driftDirection[3]; //
double normalDirection[3];
double transverseDirection[3];
double centerPosition[3];
};
#endif