]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Set bin labels to avoid warning when merging
authorprino <prino@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Jun 2012 16:18:56 +0000 (16:18 +0000)
committerprino <prino@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 25 Jun 2012 16:18:56 +0000 (16:18 +0000)
PWGHF/vertexingHF/AliAnalysisTaskSEHFQA.cxx

index 93c80d5ce8ea364bef32b9968113a682bf9fc602..517add6410546dbd58eefa4ce6eb163cbad0d1b2 100644 (file)
@@ -421,10 +421,22 @@ void AliAnalysisTaskSEHFQA::UserCreateOutputObjects()
     hname="hnLayerITS";
     TH1F* hnLayerITS=new TH1F(hname.Data(),"Number of tracks with point in layer;ITS layer;",7,-1.5,5.5);
     hnLayerITS->GetXaxis()->SetBinLabel(1,"n tracks");
+    hnLayerITS->GetXaxis()->SetBinLabel(2,"SPDin");
+    hnLayerITS->GetXaxis()->SetBinLabel(3,"SPDout");
+    hnLayerITS->GetXaxis()->SetBinLabel(4,"SDDin");
+    hnLayerITS->GetXaxis()->SetBinLabel(5,"SDDout");
+    hnLayerITS->GetXaxis()->SetBinLabel(6,"SSDin");
+    hnLayerITS->GetXaxis()->SetBinLabel(7,"SSDout");
 
     hname="hnLayerITSsa";
     TH1F* hnLayerITSsa=new TH1F(hname.Data(),"Number of tracks with point in layer;ITS layer;",7,-1.5,5.5);
     hnLayerITSsa->GetXaxis()->SetBinLabel(1,"n tracks");
+    hnLayerITSsa->GetXaxis()->SetBinLabel(2,"SPDin");
+    hnLayerITSsa->GetXaxis()->SetBinLabel(3,"SPDout");
+    hnLayerITSsa->GetXaxis()->SetBinLabel(4,"SDDin");
+    hnLayerITSsa->GetXaxis()->SetBinLabel(5,"SDDout");
+    hnLayerITSsa->GetXaxis()->SetBinLabel(6,"SSDin");
+    hnLayerITSsa->GetXaxis()->SetBinLabel(7,"SSDout");
    
     hname="hnClsSPD";
     TH1F* hnClsSPD=new TH1F(hname.Data(),"Distribution of number of SPD clusters;nSPDcls;Entries",3,-0.5,2.5);