]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/tpc_hits_charge_split.C
Coverity
[u/mrichter/AliRoot.git] / EVE / alice-macros / tpc_hits_charge_split.C
index bc6a43f7cbd3f4dba109954b5cefd705117e0c56..f62168913bce8a508a4d66c772f7de2c477b2b65 100644 (file)
@@ -4,7 +4,7 @@
 /**************************************************************************
  * Copyright(c) 1998-2008, ALICE Experiment at CERN, all rights reserved. *
  * See http://aliceinfo.cern.ch/Offline/AliRoot/License.html for          *
- * full copyright notice.                                                 * 
+ * full copyright notice.                                                 *
  **************************************************************************/
 
 void tpc_hits_charge_split(const char *varexp    =
@@ -22,10 +22,10 @@ void tpc_hits_charge_split(const char *varexp    =
 
   TEvePointSetArray* l = new TEvePointSetArray("TPC hits - Log-Charge Slices", "");
   l->SetSourceCS(TEvePointSelectorConsumer::kTVT_RPhiZ);
-  l->SetMarkerColor((Color_t)3);
+  l->SetMarkerColor(3);
   l->SetMarkerStyle(20); // full circle
   l->SetMarkerSize(.5);
-  
+
   gEve->AddElement(l);
   l->InitBins("Log Charge", 20, 0, 5);