EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EICG4ZDCdetid.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file EICG4ZDCdetid.h
1 #ifndef EICG4ZDCDETID_H
2 #define EICG4ZDCDETID_H
3 
4 namespace ZDCID{
5  const int Crystal = 1;
6  const int SI_PIXEL = 2;
7  const int SI_PAD = 3;
8  const int Scintillator = 4;
9 
10  const int Materials = 7;
11  const int Abs_Tungsten = 8;
12  const int Abs_Pb = 9;
13 
14  const int CrystalTower = 1000000;
15  const int EMLayer = 2000000;
16  const int HCPadLayer = 3000000;
17  const int HCSciLayer = 4000000;
18 
19 };
20 
21 #endif