ROOT logo
/**
 * @file   MakeMCCorr.C
 * @author Christian Holm Christensen <cholm@nbi.dk>
 * @date   Tue Jul 12 10:06:07 2011
 * 
 * @brief  Generate MC corrections 
 * 
 * @ingroup pwglf_forward_scripts_makers
 */
//====================================================================
/** 
 * Generate MC corrections 
 * 
 * @param name       Name of train - free form.  This will be the name
 *                   of the output directory if the plug-in is used 
 * @param options    Options string
 * @param url        Execution and input URL
 *
 * @ingroup pwglf_forward_aod
 */
void MakeMCCorr(TString     name       = "aod", 
		TString     url        = "help",
		TString     options    = "help")
{
  gROOT->LoadMacro("$ALICE_ROOT/PWGLF/FORWARD/analysis2/trains/MakeTrain.C");

  MakeTrain(name, "MakeMCCorrTrain", url, options);
}
//
// EOF
//
 MakeMCCorr.C:1
 MakeMCCorr.C:2
 MakeMCCorr.C:3
 MakeMCCorr.C:4
 MakeMCCorr.C:5
 MakeMCCorr.C:6
 MakeMCCorr.C:7
 MakeMCCorr.C:8
 MakeMCCorr.C:9
 MakeMCCorr.C:10
 MakeMCCorr.C:11
 MakeMCCorr.C:12
 MakeMCCorr.C:13
 MakeMCCorr.C:14
 MakeMCCorr.C:15
 MakeMCCorr.C:16
 MakeMCCorr.C:17
 MakeMCCorr.C:18
 MakeMCCorr.C:19
 MakeMCCorr.C:20
 MakeMCCorr.C:21
 MakeMCCorr.C:22
 MakeMCCorr.C:23
 MakeMCCorr.C:24
 MakeMCCorr.C:25
 MakeMCCorr.C:26
 MakeMCCorr.C:27
 MakeMCCorr.C:28
 MakeMCCorr.C:29
 MakeMCCorr.C:30
 MakeMCCorr.C:31
 MakeMCCorr.C:32