]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- adjusted macro for the latest track properties added
authorkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Oct 2010 04:49:20 +0000 (04:49 +0000)
committerkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Oct 2010 04:49:20 +0000 (04:49 +0000)
HLT/global/macros/rec-hlt-globalhisto.C

index eadff27d808a5e2290d57849739ca8c85f9a0e7d..e456129fed01aa44d8000ef6d2c8e93edd63d1f0 100644 (file)
@@ -63,7 +63,10 @@ void rec_hlt_globalhisto(const char *filename,
                                  "-histogram VertexX    -size 1000 -expression vertexX     "
                                  "-histogram VertexY    -size 1000 -expression vertexY     "
                                  "-histogram VertexZ    -size 1000 -expression vertexZ     "
-                                 //"-histogram TrackStatus -size 1000 -expression Track_statusFlag -cut &kTPCin "
+                                 "-histogram DCAr       -size 1000 -expression Track_DCAr  "
+                                 "-histogram DCAz       -size 1000 -expression Track_DCAz  "
+                                 "-histogram dEdx_vs_p  -size 1000 -expression Track_dEdx:Track_p  "
+                                 //"-histogram TrackStatus -size 1000 -expression Track_status -cut &kTPCin "
                                  );
   AliHLTConfiguration writer("writer", "ROOTFileWriter", "globalhisto", "-datafile histo.root -overwrite -concatenate-events");