]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGLF/FORWARD/analysis2/MakeFMDEventPlane.C
flat friend update
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / MakeFMDEventPlane.C
CommitLineData
9632bb06 1/**
2 * @file MakeFlow.C
3 * @author Alexander Hansen
4 * @date Wed Mar 23 12:11:33 2011
5 *
6 * @brief
7 *
8 * @ingroup pwglf_forward_scripts_makers
9 *
10 */
11/**
12 * Script to analyse AOD input for flow
13 *
14 * Takes either a single (AOD) .root file as input or a .txt
15 * The .txt file is expected to contain the path to the files
16 * from the current directory or the absolute path.
17 *
18 * @par Inputs:
19 *
20 *
21 * @par Outputs:
22 * -
23 *
b5d461ff 24 * @param name Name of train - free form. This will be the name
25 * of the output directory if the plug-in is used
26 * @param options Options string
27 * @param url Execution and input URL
290052e7 28 *
b5d461ff 29 * @ingroup pwglf_forward_aod
9632bb06 30 */
b5d461ff 31void MakeFMDEventPlane(TString name = "aod",
32 TString url = "help",
33 TString options = "help")
9632bb06 34{
b5d461ff 35 gROOT->LoadMacro("$ALICE_ROOT/PWGLF/FORWARD/analysis2/trains/MakeTrain.C");
9632bb06 36
b5d461ff 37 MakeTrain(name, "MakeFMDEventPlaneTrain", url, options);
9632bb06 38}
39//----------------------------------------------------------------
40//
41// EOF
42//