]> git.uio.no Git - u/mrichter/AliRoot.git/commit - PWGLF/FORWARD/analysis2/DrawdNdeta.C
Updates for pA and new flags:
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 3 Sep 2012 13:50:44 +0000 (13:50 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 3 Sep 2012 13:50:44 +0000 (13:50 +0000)
commit09d8cf0afba25372107c25ece81e3181de05dc75
tree430262dda566d04b9fa3e83adc118971976a8da2
parent298a7264ce17960a68dc11320b9a342a1298fa6b
Updates for pA and new flags:

  Info("DrawdNdeta", "Usage: DrawdNdeta(FILE,TITLE,REBIN,OTHERS,FLAGS)\n\n"
       "  const char* FILE   File name to open (\"forward_root\")\n"
       "  const char* TITLE  Title to put on plot (\"\")\n"
       "  UShort_t    REBIN  Rebinning factor (1)\n"
       "  UShort_t    OTHERS Other data to draw - more below (0x7)\n"
       "  UShort_t    FLAGS  Visualisation flags - more below (0x7)\n\n"
       " OTHERS is a bit mask of\n\n"
       "  0x1   Show UA5 data (INEL,NSD, ppbar, 900GeV)\n"
       "  0x2   Show CMS data (NSD, pp)\n"
       "  0x4   Show published ALICE data (INEL,INEL>0,NSD, pp)\n"
       "  0x8   Show event genertor data\n\n"
       " FLAGS is a bit mask of\n\n"
       "  0x1   Show ratios of data to other data and possibly MC\n"
       "  0x2   Show left-right asymmetry\n"
       "  0x4   Show systematic error band\n"
       "  0x8   Show individual ring results (INEL only)\n"
       "  0x10  Cut edges when rebinning\n"
       "  0x20  Remove FMDxO points\n"
       "  0x40  Do not make our own canvas\n"
       "  0x80  Force use of MB\n"
       "  0x100 Mirror data\n");

that means, if the centrality axis is present in the input, but
you want to use the MB data only, pass 0x80 in the options.  If
you do not want to mirror the data, do not set the bit 0x100 in
the flags.
PWGLF/FORWARD/analysis2/DrawdNdeta.C