FairRoot/PandaRoot
L1MaterialInfo.h
Go to the documentation of this file.
1 #ifndef L1MaterialInfo_h
2 #define L1MaterialInfo_h
3 
5 
6 //* information about material
7 
8  public:
9  L1MaterialInfo(): thick(0), RL(0), RadThick(0), logRadThick(0){};
10 
11  float thick, RL, RadThick, logRadThick;
12 };
13 
14 
15 #endif