source: PSPA/Interface_Web/trunk/pspaWT/include/nomdElements.h @ 113

Last change on this file since 113 was 113, checked in by touze, 12 years ago

classe compteur pour creer les etiquettes

File size: 175 bytes
Line 
1#ifndef NOMDELEMENTS_SEEN
2#define NOMDELEMENTS_SEEN
3
4using namespace std;
5
6typedef enum {
7  initialBeam, drift, cell, bend, soleno
8} nomdElement;
9
10#define nElements 5
11
12#endif
Note: See TracBrowser for help on using the repository browser.