]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGLF/FORWARD/analysis2/MakeMCCorr.C
Merge branch 'workdir'
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / MakeMCCorr.C
CommitLineData
269cc80d 1/**
56236b95 2 * @file MakeMCCorr.C
290052e7 3 * @author Christian Holm Christensen <cholm@nbi.dk>
56236b95 4 * @date Tue Jul 12 10:06:07 2011
269cc80d 5 *
56236b95 6 * @brief Generate MC corrections
269cc80d 7 *
bd6f5206 8 * @ingroup pwglf_forward_scripts_makers
269cc80d 9 */
56236b95 10//====================================================================
269cc80d 11/**
290052e7 12 * Generate MC corrections
269cc80d 13 *
b5d461ff 14 * @param name Name of train - free form. This will be the name
15 * of the output directory if the plug-in is used
16 * @param options Options string
17 * @param url Execution and input URL
269cc80d 18 *
b5d461ff 19 * @ingroup pwglf_forward_aod
269cc80d 20 */
b5d461ff 21void MakeMCCorr(TString name = "aod",
22 TString url = "help",
23 TString options = "help")
269cc80d 24{
b5d461ff 25 gROOT->LoadMacro("$ALICE_ROOT/PWGLF/FORWARD/analysis2/trains/MakeTrain.C");
269cc80d 26
b5d461ff 27 MakeTrain(name, "MakeMCCorrTrain", url, options);
269cc80d 28}
29//
30// EOF
31//