]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
demonstrate getname
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Jan 2013 19:40:55 +0000 (19:40 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Jan 2013 19:40:55 +0000 (19:40 +0000)
PWGJE/EMCALJetTasks/macros/runEMCalJetAnalysis.C

index 48cde75ce4a1c29bd4c5fd040e893a49107794b9..ef82cfe859eda398c596c0da1014eea3602e7985 100644 (file)
@@ -39,7 +39,7 @@ void runEMCalJetAnalysis(
          const char*    uniqueName          = "EMCalJF_LEGOTrainTest",     // sets base string for the name of the task on the grid
          UInt_t         pSel                = AliVEvent::kAny,             // used event selection for every task except for the analysis tasks
          Bool_t         useTender           = kFALSE,                      // trigger, if tender task should be used
-         Bool_t         isMC                = kTRUE,                       // trigger, if MC handler should be used
+         Bool_t         isMC                = kFALSE,                      // trigger, if MC handler should be used
 
          // Here you have to specify additional code files you want to use but that are not in aliroot
          const char*    addCXXs             = "",
@@ -172,7 +172,7 @@ void runEMCalJetAnalysis(
 
   // Here you can put in your AddTaskMacro for your task
   gROOT->LoadMacro("$ALICE_ROOT/PWGJE/EMCALJetTasks/macros/AddTaskEmcalJetSample.C");
-  AliAnalysisTaskEmcalJetSample* anaTask = AddTaskEmcalJetSample("PicoTracks", "CaloClustersCorr", jetFinderTask->GetName());
+  AliAnalysisTaskEmcalJetSample* anaTask = AddTaskEmcalJetSample("PicoTracks", "CaloClustersCorr", jetFinderTask->GetName(), "");
 
 
   // Set the physics selection for all given tasks