ROOT logo
int runCreatePhysicsSelection()
{
  gSystem->Load("libANALYSIS");
  gSystem->Load("libANALYSISalice");
  gSystem->Load("libPWGLFtotEt");
  gInterpreter->GenerateDictionary("std::map<int, AliPhysicsSelection*>", "AliPhysicsSelection.h;map")  ;
  gInterpreter->GenerateDictionary("std::pair<int, AliPhysicsSelection*>", "AliPhysicsSelection.h;utility");
  
  gROOT->LoadMacro("CreatePhysicsSelection.C+g");
  
  Init();
  //GetPhysicsSelection();
  
  //for(Int_t i = 0; i < 10; i++)
  {
    UpdatePhysicsSelection(1, "physicsSelections.root");
  }
  
}
 runCreatePhysicsSelection.C:1
 runCreatePhysicsSelection.C:2
 runCreatePhysicsSelection.C:3
 runCreatePhysicsSelection.C:4
 runCreatePhysicsSelection.C:5
 runCreatePhysicsSelection.C:6
 runCreatePhysicsSelection.C:7
 runCreatePhysicsSelection.C:8
 runCreatePhysicsSelection.C:9
 runCreatePhysicsSelection.C:10
 runCreatePhysicsSelection.C:11
 runCreatePhysicsSelection.C:12
 runCreatePhysicsSelection.C:13
 runCreatePhysicsSelection.C:14
 runCreatePhysicsSelection.C:15
 runCreatePhysicsSelection.C:16
 runCreatePhysicsSelection.C:17
 runCreatePhysicsSelection.C:18
 runCreatePhysicsSelection.C:19
 runCreatePhysicsSelection.C:20