All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
test.h
Go to the documentation of this file.
1 #ifdef __ICC
2 // disable icc warning #191: type qualifier is meaningless on cast type
3 #pragma warning(disable:191)
4 #endif
5 
6 #include "Event.h"
7 #include "MyTrack.h"
8 #include "MyVertex.h"
9 
11 {
14 };
KeyedContainer< MyTrack > i0
Definition: test.h:12
KeyedContainer< MyVertex > i1
Definition: test.h:13