]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG3/dielectron/AliDielectronHelper.h
Fixes for bug #77230: PWG3 par files
[u/mrichter/AliRoot.git] / PWG3 / dielectron / AliDielectronHelper.h
1 #ifndef ALIDIELECTRONHELPER_H
2 #define ALIDIELECTRONHELPER_H
3 /* Copyright(c) 1998-2009, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 ///////////////////////////////////////////////////////////////////////////////////////////
7 //                                                                                       //
8 // Dielectron helpers                                                                    //
9 //                                                                                       //
10 //                                                                                       //
11 // Authors:                                                                              //
12 //   Jens Wiechula <Jens.Wiechula@cern.ch>                                               //
13 //                                                                                       //
14 ///////////////////////////////////////////////////////////////////////////////////////////
15
16
17 #include <TVectorDfwd.h>
18
19 namespace AliDielectronHelper
20 {
21
22
23
24 TVectorD* MakeLogBinning(Int_t nbinsX, Double_t xmin, Double_t xmax);
25 TVectorD* MakeLinBinning(Int_t nbinsX, Double_t xmin, Double_t xmax);
26 TVectorD* MakeArbitraryBinning(const char* bins);
27
28
29
30
31
32
33
34
35
36
37
38 }
39
40 #endif