EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
Fun4All-lmon
blob
master
source
OpTable.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:38
using
1.8.2 with
EIC GitHub integration