Class Reference for E1039 Core & Analysis Software
VariableArrayIds.h
Go to the documentation of this file.
1 #ifndef VARIABLEARRAYIDS_H
2 #define VARIABLEARRAYIDS_H
3 
4 namespace varids
5 {
6  enum types
7  {
8  TECHITV1 = 6000,
9  G4VTXV1 = 1,
10  G4PARTICLEV1 = 2
11  };
12 };
13 
14 #endif