ROOT logo
AliAnalysisGrid* CreateAlienHandler( TString mode )
{

   AliAnalysisAlien *plugin = new AliAnalysisAlien();
   // Set the run mode (can be "full", "test", "offline", "submit" or "terminate")
   plugin->SetRunMode			(mode.Data());

   plugin->SetAPIVersion	("V1.1x");
   plugin->SetROOTVersion	("v5-34-08");
   plugin->SetAliROOTVersion	("v5-05-11-AN");
   //plugin->SetProductionMode	(1);
   plugin->SetAdditionalLibs("PWGGAGammaConv.par");
   plugin->SetAdditionalLibs("libTree.so libVMC.so libGui.so libXMLParser.so libMinuit.so libMinuit2.so libProof.so libGeom.so libPhysics.so libSTEERBase.so libESD.so libAOD.so libOADB.so libANALYSIS.so libANALYSISalice.so libCDB.so libRAWDatabase.so libSTEER.so libCORRFW.so libPWGGAGammaConv.so");
   plugin->SetDefaultOutputs	(kTRUE);
   //plugin->SetOutputFiles("GammaConvV1_4.root GammaConvV1_5.root GammaConvV1_14.root GammaConvV1_15.root");
   plugin->SetOutputToRunNo();
   plugin->SetAnalysisMacro	(Form("GammaConv.C"));
   plugin->SetSplitMaxInputFileNumber(20);
   plugin->SetExecutable	(Form("GammaConv.sh"));
   plugin->SetTTL		(70000);
   plugin->SetInputFormat	("xml-single");
   plugin->SetJDLName		(Form("GammaConv.jdl"));
   plugin->SetFriendChainName("AliAODGammaConversion.root","libPWGGAGammaConv.so");
   plugin->SetKeepLogs();
   plugin->SetExecutableCommand("root -b -q -x");
   plugin->SetPrice		(1);
   plugin->SetNtestFiles	(2);
   plugin->SetNrunsPerMaster(1);
   plugin->SetMergeDirName("");
   plugin->SetMaxMergeFiles(20);
   plugin->SetMergeViaJDL();
   plugin->SetMaxMergeStages(3);
   plugin->SetSplitMode("se");
   return plugin;
}
 CreateAlienHandlerAOD.C:1
 CreateAlienHandlerAOD.C:2
 CreateAlienHandlerAOD.C:3
 CreateAlienHandlerAOD.C:4
 CreateAlienHandlerAOD.C:5
 CreateAlienHandlerAOD.C:6
 CreateAlienHandlerAOD.C:7
 CreateAlienHandlerAOD.C:8
 CreateAlienHandlerAOD.C:9
 CreateAlienHandlerAOD.C:10
 CreateAlienHandlerAOD.C:11
 CreateAlienHandlerAOD.C:12
 CreateAlienHandlerAOD.C:13
 CreateAlienHandlerAOD.C:14
 CreateAlienHandlerAOD.C:15
 CreateAlienHandlerAOD.C:16
 CreateAlienHandlerAOD.C:17
 CreateAlienHandlerAOD.C:18
 CreateAlienHandlerAOD.C:19
 CreateAlienHandlerAOD.C:20
 CreateAlienHandlerAOD.C:21
 CreateAlienHandlerAOD.C:22
 CreateAlienHandlerAOD.C:23
 CreateAlienHandlerAOD.C:24
 CreateAlienHandlerAOD.C:25
 CreateAlienHandlerAOD.C:26
 CreateAlienHandlerAOD.C:27
 CreateAlienHandlerAOD.C:28
 CreateAlienHandlerAOD.C:29
 CreateAlienHandlerAOD.C:30
 CreateAlienHandlerAOD.C:31
 CreateAlienHandlerAOD.C:32
 CreateAlienHandlerAOD.C:33
 CreateAlienHandlerAOD.C:34
 CreateAlienHandlerAOD.C:35
 CreateAlienHandlerAOD.C:36