ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VariableArrayIds.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file VariableArrayIds.h
1 #ifndef VARARRAY_VARIABLEARRAYIDS_H
2 #define VARARRAY_VARIABLEARRAYIDS_H
3 
4 namespace varids
5 {
6 enum types
7 {
8  G4VTXV1 = 1,
10 };
11 };
12 
13 #endif