00001 #ifndef __PlaneSpec_LOADED
00002 #define __PlaneSpec_LOADED
00003 typedef struct {
00004 Int_t planespec;
00005 Int_t ID;
00006 Char_t PlnName[4];
00007 Char_t Shape[4];
00008 Float_t Width;
00009 Float_t Length;
00010 Float_t Thickness;
00011 Float_t AirGap[2];
00012 Char_t TMedium[4];
00013 Int_t BMap;
00014 Int_t DigiType;
00015 Float_t AbsLen;
00016 Float_t RadLen;
00017 Float_t Density;
00018 Int_t NStrip;
00019 Int_t NExtru;
00020 Int_t NCell;
00021 Float_t CellWidth;
00022 Float_t CellThick;
00023 Int_t CoverSide;
00024 Int_t NGSVol;
00025 Float_t GSVol[10];
00026 Int_t NLevel;
00027 Char_t NamePth[9][4];
00028 Int_t NumbPth[9];
00029 Float_t RSquash[8];
00030 Int_t FirstStrip;
00031 Int_t LastStrip;
00032 Int_t _9999;
00033 } PLANESPEC_DEF;
00034 #ifdef __ADAMO_SHELL__
00035 extern PLANESPEC_DEF planespec_;
00036 #endif // __ADAMO_SHELL__
00037 #endif // __PlaneSpec_LOADED