]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant4/TG4IntMap.h
only comments added
[u/mrichter/AliRoot.git] / TGeant4 / TG4IntMap.h
index ed024bc4729a3a8e56934957844d36b6afba6c2d..6c72f91eae676a698ba041107e7c10c27399a1c3 100644 (file)
@@ -6,8 +6,8 @@
 #ifndef TG4_INT_MAP_H
 #define TG4_INT_MAP_H
 
-#include "g4std/map"
-#include "globals.hh"
+#include <g4std/map>
+#include <globals.hh>
 
 class TG4IntMap
 {
@@ -33,8 +33,7 @@ class TG4IntMap
     G4bool IsDefined(const G4String& first);
   
     // data members
-    G4std::map<G4String, G4int, G4std::less<G4String> > fMap;
-                                  //map container
+    G4std::map<G4String, G4int, G4std::less<G4String> > fMap; //map container
 };
 
 #endif //TG4_NAME_MAP_H