27 |
|
#pragma comment (lib,"glut32.lib") |
28 |
|
#include <hash_map> |
29 |
|
using namespace stdext; |
30 |
< |
typedef hash_map<unsigned int, char*, hash_compare<unsigned int, less<unsigned int> >> HASH_Map; |
30 |
> |
typedef hash_map<unsigned int, char*, hash_compare<unsigned int, std::less<unsigned int> >> HASH_Map; |
31 |
|
#endif |
32 |
|
|
33 |
|
HASH_Map test; |
107 |
|
char gEcal = 0; |
108 |
|
char gHcal = 0; |
109 |
|
char gMuon = 0; |
110 |
< |
char gSim = 2; |
110 |
> |
char gSim = 0; |
111 |
|
char gReco = 15; |
112 |
|
|
113 |
|
int mObj_I = -1; |
140 |
|
|
141 |
|
std::vector<IdAndWidthAndColor*> WaC_SimTracks; |
142 |
|
|
143 |
– |
//ObjectsInfo objInfos; |
144 |
– |
|
143 |
|
void DrawTrack(MySimTrack* track, MySimVertex* vertex1, MySimVertex* vertex2); |
144 |
|
void reshape (int w, int h); |
145 |
|
void display(); |