]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGLF/FORWARD/analysis2/MakeELossFits.C
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / MakeELossFits.C
CommitLineData
7c1a1f1d 1/**
ffca499d 2 * @file MakeELossFits.C
3 * @author Christian Holm Christensen <cholm@dalsgaard.hehi.nbi.dk>
4 * @date Wed Mar 23 14:08:14 2011
7c1a1f1d 5 *
56236b95 6 * @brief Generate energy loss fits
ffca499d 7 *
bd6f5206 8 * @ingroup pwglf_forward_scripts_makers
0bd4b00f 9 */
10/**
11 * Run a pass on ESD data to produce the energ loss fits
56236b95 12 *
b5d461ff 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
0bd4b00f 17 *
b5d461ff 18 * @ingroup pwglf_forward_aod
0bd4b00f 19 */
b5d461ff 20void MakeELossFits(TString name = "aod",
21 TString url = "help",
22 TString options = "help")
0bd4b00f 23{
b5d461ff 24 gROOT->LoadMacro("$ALICE_ROOT/PWGLF/FORWARD/analysis2/trains/MakeTrain.C");
0bd4b00f 25
b5d461ff 26 MakeTrain(name, "MakeFMDELossTrain", url, options);
0bd4b00f 27}
28//
29// EOF
30//