]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alieve_main/alieve_main.cxx
Merge changes from branches/dev/EVE. This branch was following development in ROOT...
[u/mrichter/AliRoot.git] / EVE / alieve_main / alieve_main.cxx
index c71397f7c931d05a699f48d0d35b8c725e265a47..e8350b48286be42dae237857af654ce3b80cdfd1 100644 (file)
 
 int main(int argc, char **argv)
 {
-  static const TEveException eH("alieve::main");
+  static const TEveException kEH("alieve::main");
 
   if (gSystem->Getenv("REVESYS") == 0) {
     if (gSystem->Getenv("ALICE_ROOT") != 0) {
-      Info(eH.Data(), "setting REVESYS from ALICE_ROOT.");
+      Info(kEH.Data(), "setting REVESYS from ALICE_ROOT.");
       gSystem->Setenv("REVESYS", Form("%s/EVE", gSystem->Getenv("ALICE_ROOT")));
     } else {
-      Error(eH.Data(), "REVESYS not defined, neither is ALICE_ROOT.");
+      Error(kEH.Data(), "REVESYS not defined, neither is ALICE_ROOT.");
       gSystem->Exit(1);
     }
   }
   if (gSystem->AccessPathName(gSystem->Getenv("REVESYS")) == kTRUE) {
-    Error(eH.Data(), "REVESYS '%s' does not exist.", gSystem->Getenv("REVESYS"));
+    Error(kEH.Data(), "REVESYS '%s' does not exist.", gSystem->Getenv("REVESYS"));
     gSystem->Exit(1);
   }