]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/tpc_hits.C
Fix aclic compilation.
[u/mrichter/AliRoot.git] / EVE / alice-macros / tpc_hits.C
index 1b76ac8da70f38c444128a9d0137c0d368fc4ff9..6f48988a628d3b792532e953b59085202dd46593 100644 (file)
@@ -8,9 +8,9 @@
  **************************************************************************/
 
 TEvePointSet*
-tpc_hits(const char *varexp    = "TPC2.fArray.fR:TPC2.fArray.fFi:TPC2.fArray.fZ",
-        const char *selection = "TPC2.fArray.fR>80",
-         TEveElement* cont = 0)
+tpc_hits(const char  *varexp    = "TPC2.fArray.fR:TPC2.fArray.fFi:TPC2.fArray.fZ",
+        const char  *selection = "TPC2.fArray.fR>80",
+         TEveElement *cont      = 0)
 {
   // Extracts 'major' TPC hits (not the compressed ones).
   // This gives ~2.5% of all hits.