//:Description: SVT Wafers dimensions 
//:Synonyms::::
//:Source:
//:Update:
//:Update frequncy:
//:Reminder:
//:Recall frequency:
//:Size of Data:
//:Pointer to data:

#ifndef SVTWAFERSDIMENSIONS_H
#define SVTWAFERSDIMENSIONS_H

struct svtWafersDimensions {

  //  type varnam;    //Units : Comments

  double waferLength;     //cm
  double waferThickness;
  double waferWidth;
  double focusLength;     //cm : focusing region length 
};

#endif