EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OpTable.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file OpTable.h
1 
2 #ifndef OpTable_h
3 #define OpTable_h
4 
5 // optical and scintillation properties of PbWO4 crystals
6 class G4Material;
7 class G4LogicalVolume;
8 class G4VPhysicalVolume;
9 
10 class OpTable {
11 
12  public:
13 
14  void CrystalTable(G4Material *mat);
15  void SurfaceTable(G4LogicalVolume *vol);
16  void MakeBoundary(G4VPhysicalVolume *crystal, G4VPhysicalVolume *opdet);
17 
18 };
19 
20 #endif
21