]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGLF/FORWARD/analysis2/MakeELossFits.C
A better way to specify the Nch axis for the MultDists task.
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / MakeELossFits.C
1 /**
2  * @file   MakeELossFits.C
3  * @author Christian Holm Christensen <cholm@dalsgaard.hehi.nbi.dk>
4  * @date   Wed Mar 23 14:08:14 2011
5  * 
6  * @brief  Generate energy loss fits 
7  * 
8  * @ingroup pwglf_forward_scripts_makers
9  */
10 /** 
11  * Run a pass on ESD data to produce the energ loss fits 
12  *
13  * @param name       Name of train - free form.  This will be the name
14  *                   of the output directory if the plug-in is used 
15  * @param options    Options string
16  * @param url        Execution and input URL
17  *
18  * @ingroup pwglf_forward_aod
19  */
20 void MakeELossFits(TString     name       = "aod", 
21                    TString     url        = "help",
22                    TString     options    = "help")
23 {
24   gROOT->LoadMacro("$ALICE_ROOT/PWGLF/FORWARD/analysis2/trains/MakeTrain.C");
25
26   MakeTrain(name, "MakeFMDELossTrain", url, options);
27 }
28 //
29 // EOF
30 //