]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing the troublesome / from the names of histograms
authorbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 16 Apr 2008 15:12:34 +0000 (15:12 +0000)
committerbelikov <belikov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 16 Apr 2008 15:12:34 +0000 (15:12 +0000)
STEER/AliGlobalQADataMaker.cxx

index 158b3512aedffab4c723c1abdf11251747da3184..a13f838314f9f5f665bec2f55eda600d4e742229 100644 (file)
@@ -80,9 +80,9 @@ void AliGlobalQADataMaker::InitESDs() {
   Char_t *name[]={
     "Track azimuthal distribution (rad)",                   // kTrk0
     "Track pseudo-rapidity distribution",                   // kTrk1
-    "TPC: track momentum distribution (GeV/c)",             // kTrk2
-    "TPC-ITS matched: track momentum distribution (GeV/c)", // kTrk3
-    "TPC-TOF matched: track momentum distribution (GeV/c)", // kTrk4
+    "TPC: track momentum distribution (GeV)",               // kTrk2
+    "TPC-ITS matched: track momentum distribution (GeV)",   // kTrk3
+    "TPC-TOF matched: track momentum distribution (GeV)",   // kTrk4
     "TPC-ITS track-matching probability",                   // kTrk5
     "TPC-TOF track-matching probability"                    // kTrk6
   };
@@ -106,8 +106,8 @@ void AliGlobalQADataMaker::InitESDs() {
 
   {// PID related QA
   Char_t *name[]={
-    "ITS: dE/dx (ADC) for particles with momentum 0.4 - 0.5 (GeV/c)",
-    "TPC: dE/dx (ADC) for particles with momentum 0.4 - 0.5 (GeV/c)",
+    "ITS: dEdx (ADC) for particles with momentum 0.4 - 0.5 (GeV)",
+    "TPC: dEdx (ADC) for particles with momentum 0.4 - 0.5 (GeV)",
     "TOF: tracking - measured (ps)"
   };
   Add2ESDsList(new TH1F(name[0],name[0],50,0.00,200.),kPid0);