]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveBase/AliEveTrack.cxx
Remove parenthesis around throw arguments.
[u/mrichter/AliRoot.git] / EVE / EveBase / AliEveTrack.cxx
index 93d65eef88cfb9a4b72faeb90260b89cfbda9867..f49276fff66fd8769ec684dde5c8ecc304b75f4d 100644 (file)
@@ -138,7 +138,7 @@ void AliEveTrack::ImportClustersFromIndex()
   static const TEveException kEH("AliEveTrack::ImportClustersFromIndex ");
 
   if (fIndex == kMinInt)
-    throw(kEH + "index not set.");
+    throw kEH + "index not set.";
 
   TEveUtil::LoadMacro("clusters_from_index.C");
   gROOT->ProcessLine(Form("clusters_from_index(%d, (TEveElement*)%p);",
@@ -156,7 +156,7 @@ void AliEveTrack::ImportKine()
    static const TEveException kEH("AliEveTrack::ImportKine ");
 
    if (fLabel == kMinInt)
-      throw(kEH + "label not set.");
+      throw kEH + "label not set.";
 
    Int_t label;
    if (fLabel < 0) {
@@ -187,7 +187,7 @@ void AliEveTrack::ImportKineWithArgs(Bool_t importMother, Bool_t importDaugters,
   static const TEveException kEH("AliEveTrack::ImportKineWithArgs ");
 
   if (fLabel == kMinInt)
-    throw(kEH + "label not set.");
+    throw kEH + "label not set.";
 
   Int_t label;
   if (fLabel < 0) {
@@ -211,7 +211,7 @@ void AliEveTrack::PrintKineStack()
   static const TEveException kEH("AliEveTrack::PrintKineStack ");
 
   if (fLabel == kMinInt)
-    throw(kEH + "label not set.");
+    throw kEH + "label not set.";
 
   Int_t label;
   if (fLabel < 0) {