#_______________________________________________________________________________ #Module.Begin CDBConnectTask #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGPP/PilotTrain/AddTaskCDBconnect.C #Module.MacroArgs #Module.Deps #Module.Owner mfasel #Module.OutputFile EventStat_temp.root #Module.StartConfig __R_ADDTASK__->SetFallBackToRaw(kTRUE); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin ConfigureEmbeddingHelper_Run2 #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWG/EMCAL/macros/ConfigureEmcalEmbeddingHelperOnLEGOTrain.C #Module.MacroArgs #Module.Deps EmbeddingHelper #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(kComPhysSel); //__R_ADDTASK__->SetPtHardBin(kPtHardBin); __R_ADDTASK__->SetNPtHardBins(20); __R_ADDTASK__->SetFilePattern("alien:///alice/sim/2016/LHC16j5/%d/"); //__R_ADDTASK__->SetInputFilename("*/AOD/*/aod_archive.zip"); __R_ADDTASK__->SetInputFilename("*/AOD200/*/AliAOD.root"); //__R_ADDTASK__->SetInputFilename("*/AOD/*/AliAOD.root"); __R_ADDTASK__->SetTriggerMask(AliVEvent::kAny); // Equivalent to 0 __R_ADDTASK__->SetRandomFileAccess(kTRUE); __R_ADDTASK__->SetRandomEventNumberAccess(kTRUE); __R_ADDTASK__->SetMCRejectOutliers(); __R_ADDTASK__->SetPtHardJetPtRejectionFactor(4.); __R_ADDTASK__->SetZVertexCut(10.); // Set YAML configuration, including good runlist of embedded events, and internal event selection feature __R_ADDTASK__->SetConfigurationPath("alien:///alice/cern.ch/user/j/jmulliga/embeddingHelperConfiguration.yaml"); // Set the pt hard auto config identifier __R_ADDTASK__->SetAutoConfigureIdentifier("03July2018James"); // Ensure that the internal and external event acceptances are similar (within 4 cm) // Do _not_ use this option - it wastes too many embedded events and never finishes! //__R_ADDTASK__->SetMaxVertexDistance(4); // It is very important to call Initialize() with true! __R_ADDTASK__->Initialize(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin ConfigureEmcalCorrectionTask_Embedding_James_combined #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWG/EMCAL/macros/ConfigureEmcalCorrectionTaskOnLEGOTrain.C #Module.MacroArgs "combined" #Module.Deps EmcalCorrectionTask_Embedding_CellLevel_data,EmcalCorrectionTask_Embedding_CellLevel_embed,EmcalCorrectionTask_Embedding_ClusterLevel_combined #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig __R_ADDTASK__->SetUserConfigurationFilename("alien:///alice/cern.ch/user/j/jmulliga/userJetEmbedding.yaml"); __R_ADDTASK__->Initialize(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin ConfigureEmcalCorrectionTask_Embedding_James_data #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWG/EMCAL/macros/ConfigureEmcalCorrectionTaskOnLEGOTrain.C #Module.MacroArgs "data" #Module.Deps EmcalCorrectionTask_Embedding_CellLevel_data,EmcalCorrectionTask_Embedding_CellLevel_embed,EmcalCorrectionTask_Embedding_ClusterLevel_combined #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig __R_ADDTASK__->SetUserConfigurationFilename("alien:///alice/cern.ch/user/j/jmulliga/userJetEmbedding.yaml"); __R_ADDTASK__->Initialize(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin ConfigureEmcalCorrectionTask_Embedding_James_embed #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWG/EMCAL/macros/ConfigureEmcalCorrectionTaskOnLEGOTrain.C #Module.MacroArgs "embed" #Module.Deps EmcalCorrectionTask_Embedding_CellLevel_data,EmcalCorrectionTask_Embedding_CellLevel_embed,EmcalCorrectionTask_Embedding_ClusterLevel_combined #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig __R_ADDTASK__->SetUserConfigurationFilename("alien:///alice/cern.ch/user/j/jmulliga/userJetEmbedding.yaml"); __R_ADDTASK__->Initialize(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin EmbeddingHelper #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWG/EMCAL/macros/AddTaskEmcalEmbeddingHelper.C #Module.MacroArgs #Module.Deps CDBConnectTask,MultSelectionTask #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(kComPhysSel); __R_ADDTASK__->SetRandomFileAccess(kTRUE); // Setup pt hard autoconfiguration // The configure wagon should still set the identifier! __R_ADDTASK__->SetAutoConfigurePtHardBins(true); //__R_ADDTASK__->SetAutoConfigureBasePath("alien:///alice/cern.ch/user/a/alitrain/"); __R_ADDTASK__->SetAutoConfigureBasePath("/home/alitrain/train-workdir/"); __R_ADDTASK__->SetAutoConfigureTrainTypePath("PWGJE/Jets_EMC_PbPb/"); // DO NOT call Initialize() here! #Module.EndConfig #_______________________________________________________________________________ #Module.Begin EmcalCorrectionTask_Embedding_CellLevel_data #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWG/EMCAL/macros/AddTaskEmcalCorrectionTask.C #Module.MacroArgs "data" #Module.Deps EmbeddingHelper #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(kComPhysSel); __R_ADDTASK__->SetUseNewCentralityEstimation(kIsRun2); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetForceBeamType(AliEmcalCorrectionTask::kAA); //Do not call Initialize() here! Instead, call it in the configure macro. See the wagon "ConfigureEmcalCorrectionTask_Embedding" //__R_ADDTASK__->Initialize(); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin EmcalCorrectionTask_Embedding_CellLevel_embed #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWG/EMCAL/macros/AddTaskEmcalCorrectionTask.C #Module.MacroArgs "embed" #Module.Deps EmbeddingHelper #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(kComPhysSel); __R_ADDTASK__->SetUseNewCentralityEstimation(kIsRun2); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetForceBeamType(AliEmcalCorrectionTask::kAA); //Do not call Initialize() here! Instead, call it in the configure macro. See the wagon "ConfigureEmcalCorrectionTask_Embedding" //__R_ADDTASK__->Initialize(); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin EmcalCorrectionTask_Embedding_ClusterLevel_combined #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWG/EMCAL/macros/AddTaskEmcalCorrectionTask.C #Module.MacroArgs "combined" #Module.Deps EmcalCorrectionTask_Embedding_CellLevel_data,EmcalCorrectionTask_Embedding_CellLevel_embed #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(kComPhysSel); __R_ADDTASK__->SetUseNewCentralityEstimation(kIsRun2); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetForceBeamType(AliEmcalCorrectionTask::kAA); //Do not call Initialize() here! Instead, call it in the configure macro. See the wagon "ConfigureEmcalCorrectionTask_Embedding" //__R_ADDTASK__->Initialize(); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetFinder_charged_KT_04_Embedding #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskEmcalJet.C #Module.MacroArgs "usedefault", "", AliJetContainer::kt_algorithm, 0.4, AliJetContainer::kChargedJet, kTrackPtCut, kClusPtCut, kGhostArea, AliJetContainer::pt_scheme, "Jet", 0., kFALSE, kFALSE #Module.Deps MultSelectionTask #Module.Owner jmulliga #Module.OutputFile EventStat_temp.root #Module.StartConfig __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SelectCollisionCandidates(kComPhysSel); __R_ADDTASK__->SetForceBeamType(AliAnalysisTaskEmcal::kAA); __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetFinder_full_AKT_02_Embedding #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskEmcalJet.C #Module.MacroArgs "usedefault", "caloClustersCombined", AliJetContainer::antikt_algorithm, 0.2, AliJetContainer::kFullJet, kTrackPtCut, kClusPtCut, kGhostArea, AliJetContainer::pt_scheme, "Jet", -1000., kFALSE, kFALSE #Module.Deps EmcalCorrectionTask_Embedding_ClusterLevel_combined #Module.Owner jmulliga #Module.OutputFile EventStat_temp.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(kComPhysSel); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetForceBeamType(AliAnalysisTaskEmcal::kAA); __R_ADDTASK__->GetClusterContainer(0)->SetClusNonLinCorrEnergyCut(0.); __R_ADDTASK__->GetClusterContainer(0)->SetClusHadCorrEnergyCut(0.3); __R_ADDTASK__->GetClusterContainer(0)->SetDefaultClusterEnergy(AliVCluster::kHadCorr); __R_ADDTASK__->GetClusterContainer(0)->SetClusTimeCut(-50e-9, 100e-9); // Artifically reduce the embedded tracking efficiency //__R_ADDTASK__->LoadTrackEfficiencyFunction("alien:///alice/cern.ch/user/j/jmulliga/trackEffCorrection_LHC15o.root", "fit"); __R_ADDTASK__->SetTrackEfficiency(0.98); __R_ADDTASK__->SetTrackEfficiencyOnlyForEmbedding(kTRUE); // Add track container for embedded event AliTrackContainer* tracksDetLevel = new AliTrackContainer("tracks"); tracksDetLevel->SetIsEmbedding(kTRUE); tracksDetLevel->SetParticlePtCut(0.15); __R_ADDTASK__->AdoptTrackContainer(tracksDetLevel); // EMCal clusters are already added to the jet finder in the combined cluster container __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetFinder_full_AKT_02_Embedding_TrkEffSystematic #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskEmcalJet.C #Module.MacroArgs "usedefault", "caloClustersCombined", AliJetContainer::antikt_algorithm, 0.2, AliJetContainer::kFullJet, kTrackPtCut, kClusPtCut, kGhostArea, AliJetContainer::pt_scheme, "Jet_TrkEffSystematic", -1000., kFALSE, kFALSE #Module.Deps EmcalCorrectionTask_Embedding_ClusterLevel_combined #Module.Owner jmulliga #Module.OutputFile EventStat_temp.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(kComPhysSel); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetForceBeamType(AliAnalysisTaskEmcal::kAA); __R_ADDTASK__->GetClusterContainer(0)->SetClusNonLinCorrEnergyCut(0.); __R_ADDTASK__->GetClusterContainer(0)->SetClusHadCorrEnergyCut(0.3); __R_ADDTASK__->GetClusterContainer(0)->SetDefaultClusterEnergy(AliVCluster::kHadCorr); __R_ADDTASK__->GetClusterContainer(0)->SetClusTimeCut(-50e-9, 100e-9); // Artifically reduce the embedded tracking efficiency //__R_ADDTASK__->LoadTrackEfficiencyFunction("alien:///alice/cern.ch/user/j/jmulliga/trackEffCorrection_LHC15o_TrkEffSystematic.root", "fit"); __R_ADDTASK__->SetTrackEfficiency(0.98); __R_ADDTASK__->SetTrackEfficiencyOnlyForEmbedding(kTRUE); // Add track container for embedded event AliTrackContainer* tracksDetLevel = new AliTrackContainer("tracks"); tracksDetLevel->SetIsEmbedding(kTRUE); tracksDetLevel->SetParticlePtCut(0.15); __R_ADDTASK__->AdoptTrackContainer(tracksDetLevel); // EMCal clusters are already added to the jet finder in the combined cluster container __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetFinder_full_AKT_03_Embedding #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskEmcalJet.C #Module.MacroArgs "usedefault", "caloClustersCombined", AliJetContainer::antikt_algorithm, 0.3, AliJetContainer::kFullJet, kTrackPtCut, kClusPtCut, kGhostArea, AliJetContainer::pt_scheme, "Jet", -1000., kFALSE, kFALSE #Module.Deps EmcalCorrectionTask_Embedding_ClusterLevel_combined #Module.Owner jmulliga #Module.OutputFile EventStat_temp.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(kComPhysSel); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetForceBeamType(AliAnalysisTaskEmcal::kAA); __R_ADDTASK__->GetClusterContainer(0)->SetClusNonLinCorrEnergyCut(0.); __R_ADDTASK__->GetClusterContainer(0)->SetClusHadCorrEnergyCut(0.3); __R_ADDTASK__->GetClusterContainer(0)->SetDefaultClusterEnergy(AliVCluster::kHadCorr); __R_ADDTASK__->GetClusterContainer(0)->SetClusTimeCut(-50e-9, 100e-9); // Artifically reduce the embedded tracking efficiency //__R_ADDTASK__->LoadTrackEfficiencyFunction("alien:///alice/cern.ch/user/j/jmulliga/trackEffCorrection_LHC15o.root", "fit"); __R_ADDTASK__->SetTrackEfficiency(0.98); __R_ADDTASK__->SetTrackEfficiencyOnlyForEmbedding(kTRUE); // Add track container for embedded event AliTrackContainer* tracksDetLevel = new AliTrackContainer("tracks"); tracksDetLevel->SetIsEmbedding(kTRUE); tracksDetLevel->SetParticlePtCut(0.15); __R_ADDTASK__->AdoptTrackContainer(tracksDetLevel); // EMCal clusters are already added to the jet finder in the combined cluster container __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetFinder_full_AKT_03_Embedding_TrkEffSystematic #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskEmcalJet.C #Module.MacroArgs "usedefault", "caloClustersCombined", AliJetContainer::antikt_algorithm, 0.3, AliJetContainer::kFullJet, kTrackPtCut, kClusPtCut, kGhostArea, AliJetContainer::pt_scheme, "Jet_TrkEffSystematic", -1000., kFALSE, kFALSE #Module.Deps EmcalCorrectionTask_Embedding_ClusterLevel_combined #Module.Owner jmulliga #Module.OutputFile EventStat_temp.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(kComPhysSel); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetForceBeamType(AliAnalysisTaskEmcal::kAA); __R_ADDTASK__->GetClusterContainer(0)->SetClusNonLinCorrEnergyCut(0.); __R_ADDTASK__->GetClusterContainer(0)->SetClusHadCorrEnergyCut(0.3); __R_ADDTASK__->GetClusterContainer(0)->SetDefaultClusterEnergy(AliVCluster::kHadCorr); __R_ADDTASK__->GetClusterContainer(0)->SetClusTimeCut(-50e-9, 100e-9); // Artifically reduce the embedded tracking efficiency //__R_ADDTASK__->LoadTrackEfficiencyFunction("alien:///alice/cern.ch/user/j/jmulliga/trackEffCorrection_LHC15o_TrkEffSystematic.root", "fit"); __R_ADDTASK__->SetTrackEfficiency(0.98); __R_ADDTASK__->SetTrackEfficiencyOnlyForEmbedding(kTRUE); // Add track container for embedded event AliTrackContainer* tracksDetLevel = new AliTrackContainer("tracks"); tracksDetLevel->SetIsEmbedding(kTRUE); tracksDetLevel->SetParticlePtCut(0.15); __R_ADDTASK__->AdoptTrackContainer(tracksDetLevel); // EMCal clusters are already added to the jet finder in the combined cluster container __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetFinder_full_AKT_04_Embedding #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskEmcalJet.C #Module.MacroArgs "usedefault", "caloClustersCombined", AliJetContainer::antikt_algorithm, 0.4, AliJetContainer::kFullJet, kTrackPtCut, kClusPtCut, kGhostArea, AliJetContainer::pt_scheme, "Jet", -1000., kFALSE, kFALSE #Module.Deps EmcalCorrectionTask_Embedding_ClusterLevel_combined #Module.Owner jmulliga #Module.OutputFile EventStat_temp.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(kComPhysSel); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetForceBeamType(AliAnalysisTaskEmcal::kAA); __R_ADDTASK__->GetClusterContainer(0)->SetClusNonLinCorrEnergyCut(0.); __R_ADDTASK__->GetClusterContainer(0)->SetClusHadCorrEnergyCut(0.3); __R_ADDTASK__->GetClusterContainer(0)->SetDefaultClusterEnergy(AliVCluster::kHadCorr); __R_ADDTASK__->GetClusterContainer(0)->SetClusTimeCut(-50e-9, 100e-9); // Artifically reduce the embedded tracking efficiency //__R_ADDTASK__->LoadTrackEfficiencyFunction("alien:///alice/cern.ch/user/j/jmulliga/trackEffCorrection_LHC15o.root", "fit"); __R_ADDTASK__->SetTrackEfficiency(0.98); __R_ADDTASK__->SetTrackEfficiencyOnlyForEmbedding(kTRUE); // Add track container for embedded event AliTrackContainer* tracksDetLevel = new AliTrackContainer("tracks"); tracksDetLevel->SetIsEmbedding(kTRUE); tracksDetLevel->SetParticlePtCut(0.15); __R_ADDTASK__->AdoptTrackContainer(tracksDetLevel); // EMCal clusters are already added to the jet finder in the combined cluster container __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetFinder_full_AKT_04_Embedding_TrkEffSystematic #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskEmcalJet.C #Module.MacroArgs "usedefault", "caloClustersCombined", AliJetContainer::antikt_algorithm, 0.4, AliJetContainer::kFullJet, kTrackPtCut, kClusPtCut, kGhostArea, AliJetContainer::pt_scheme, "Jet_TrkEffSystematic", -1000., kFALSE, kFALSE #Module.Deps EmcalCorrectionTask_Embedding_ClusterLevel_combined #Module.Owner jmulliga #Module.OutputFile EventStat_temp.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(kComPhysSel); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetForceBeamType(AliAnalysisTaskEmcal::kAA); __R_ADDTASK__->GetClusterContainer(0)->SetClusNonLinCorrEnergyCut(0.); __R_ADDTASK__->GetClusterContainer(0)->SetClusHadCorrEnergyCut(0.3); __R_ADDTASK__->GetClusterContainer(0)->SetDefaultClusterEnergy(AliVCluster::kHadCorr); __R_ADDTASK__->GetClusterContainer(0)->SetClusTimeCut(-50e-9, 100e-9); // Artifically reduce the embedded tracking efficiency //__R_ADDTASK__->LoadTrackEfficiencyFunction("alien:///alice/cern.ch/user/j/jmulliga/trackEffCorrection_LHC15o_TrkEffSystematic.root", "fit"); __R_ADDTASK__->SetTrackEfficiency(0.98); __R_ADDTASK__->SetTrackEfficiencyOnlyForEmbedding(kTRUE); // Add track container for embedded event AliTrackContainer* tracksDetLevel = new AliTrackContainer("tracks"); tracksDetLevel->SetIsEmbedding(kTRUE); tracksDetLevel->SetParticlePtCut(0.15); __R_ADDTASK__->AdoptTrackContainer(tracksDetLevel); // EMCal clusters are already added to the jet finder in the combined cluster container __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetPerformance_Embedding_02 #Module.Libs CGAL,fastjet,siscone,siscone_spherical,fastjetplugins,fastjettools,fastjetcontribfragile #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskEmcalJetPerformance.C #Module.MacroArgs "usedefault", "caloClustersCombined", "", 0.15, 0.3, "02" #Module.Deps JetResponseMaker_Embedding_full_02,JetResponseMaker_Embedding_full_03,JetResponseMaker_Embedding_full_04,JetResponseMaker_Embedding_full_02_TrkEffSystematic,JetResponseMaker_Embedding_full_03_TrkEffSystematic,JetResponseMaker_Embedding_full_04_TrkEffSystematic #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(AliVEvent::kINT7); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetUseAliEventCuts(kTRUE); __R_ADDTASK__->SetUseManualEvtCuts(kTRUE); __R_ADDTASK__->SetMakeGeneralHistograms(kFALSE); // Set plotting options __R_ADDTASK__->SetPlotJetHistograms(kTRUE); __R_ADDTASK__->SetPlotClusterHistograms(kTRUE); __R_ADDTASK__->SetComputeBackground(kTRUE); __R_ADDTASK__->SetDoTriggerSimulation(kFALSE); __R_ADDTASK__->SetComputeMBDownscaling(kFALSE); __R_ADDTASK__->SetPlotMatchedJetHistograms(kTRUE); // Use the ResponseMaker to match jets __R_ADDTASK__->SetUseResponseMaker(kTRUE); // Configure combined cluster container AliClusterContainer* clusCont = __R_ADDTASK__->GetClusterContainer("caloClustersCombined"); clusCont->SetClusHadCorrEnergyCut(0.3); clusCont->SetDefaultClusterEnergy(AliVCluster::kHadCorr); clusCont->SetClusTimeCut(-50e-9, 100e-9); // Add embedded track container AliTrackContainer *trackContMC = __R_ADDTASK__->AddTrackContainer("tracks"); trackContMC->SetIsEmbedding(kTRUE); trackContMC->SetParticlePtCut(0.15); // Set jet matching criteria __R_ADDTASK__->SetMinimumSharedMomentumFraction(0.5); __R_ADDTASK__->SetMaximumMatchedJetDistance(0.3); __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); // Configure det-level jet container AliJetContainer* jetContFu02 = __R_ADDTASK__->AddJetContainer("Jet_AKTFullR020_tracks_pT0150_caloClustersCombined_E0300_pt_scheme", AliEmcalJet::kEMCALfid, 0.2); jetContFu02->SetRhoName("Rho_Scaled"); jetContFu02->SetPercAreaCut(0.6); jetContFu02->SetLeadingHadronType(0); jetContFu02->SetPtBiasJetTrack(5.); jetContFu02->SetPtBiasJetClus(5.); jetContFu02->SetJetPtCut(-1000.); jetContFu02->SetMaxTrackPt(100.); jetContFu02->SetIsParticleLevel(kFALSE); jetContFu02->ConnectClusterContainer(__R_ADDTASK__->GetClusterContainer("caloClustersCombined")); // Used for background studies // Configure truth-level jet container AliJetContainer* jetContGen = __R_ADDTASK__->AddJetContainer("Jet_AKTFullR020_mcparticles_pT0000_pt_scheme", AliEmcalJet::kTPC, 0.2); jetContGen->SetJetPtCut(0.15); jetContGen->SetLeadingHadronType(0); jetContGen->SetPtBiasJetTrack(5.); jetContGen->SetMaxTrackPt(1000.); jetContGen->SetIsParticleLevel(kTRUE); __R_ADDTASK__->SetPlotClusterHistograms(kTRUE); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetPerformance_Embedding_02_TrkEffSystematic #Module.Libs CGAL,fastjet,siscone,siscone_spherical,fastjetplugins,fastjettools,fastjetcontribfragile #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskEmcalJetPerformance.C #Module.MacroArgs "usedefault", "caloClustersCombined", "", 0.15, 0.3, "02_TrkEffSystematic" #Module.Deps JetResponseMaker_Embedding_full_02,JetResponseMaker_Embedding_full_03,JetResponseMaker_Embedding_full_04,JetResponseMaker_Embedding_full_02_TrkEffSystematic,JetResponseMaker_Embedding_full_03_TrkEffSystematic,JetResponseMaker_Embedding_full_04_TrkEffSystematic #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(AliVEvent::kINT7); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetUseAliEventCuts(kTRUE); __R_ADDTASK__->SetUseManualEvtCuts(kTRUE); __R_ADDTASK__->SetMakeGeneralHistograms(kFALSE); // Set plotting options __R_ADDTASK__->SetPlotJetHistograms(kTRUE); __R_ADDTASK__->SetPlotClusterHistograms(kTRUE); __R_ADDTASK__->SetComputeBackground(kTRUE); __R_ADDTASK__->SetDoTriggerSimulation(kFALSE); __R_ADDTASK__->SetComputeMBDownscaling(kFALSE); __R_ADDTASK__->SetPlotMatchedJetHistograms(kTRUE); // Use the ResponseMaker to match jets __R_ADDTASK__->SetUseResponseMaker(kTRUE); // Configure combined cluster container AliClusterContainer* clusCont = __R_ADDTASK__->GetClusterContainer("caloClustersCombined"); clusCont->SetClusHadCorrEnergyCut(0.3); clusCont->SetDefaultClusterEnergy(AliVCluster::kHadCorr); clusCont->SetClusTimeCut(-50e-9, 100e-9); // Add embedded track container AliTrackContainer *trackContMC = __R_ADDTASK__->AddTrackContainer("tracks"); trackContMC->SetIsEmbedding(kTRUE); trackContMC->SetParticlePtCut(0.15); // Set jet matching criteria __R_ADDTASK__->SetMinimumSharedMomentumFraction(0.5); __R_ADDTASK__->SetMaximumMatchedJetDistance(0.3); __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); // Configure det-level jet container AliJetContainer* jetContFu02 = __R_ADDTASK__->AddJetContainer("Jet_TrkEffSystematic_AKTFullR020_tracks_pT0150_caloClustersCombined_E0300_pt_scheme", AliEmcalJet::kEMCALfid, 0.2); jetContFu02->SetRhoName("Rho_Scaled"); jetContFu02->SetPercAreaCut(0.6); jetContFu02->SetLeadingHadronType(0); jetContFu02->SetPtBiasJetTrack(5.); jetContFu02->SetPtBiasJetClus(5.); jetContFu02->SetJetPtCut(-1000.); jetContFu02->SetMaxTrackPt(100.); jetContFu02->SetIsParticleLevel(kFALSE); jetContFu02->ConnectClusterContainer(__R_ADDTASK__->GetClusterContainer("caloClustersCombined")); // Used for background studies // Configure truth-level jet container AliJetContainer* jetContGen = __R_ADDTASK__->AddJetContainer("Jet_AKTFullR020_mcparticles_pT0000_pt_scheme", AliEmcalJet::kTPC, 0.2); jetContGen->SetJetPtCut(0.15); jetContGen->SetLeadingHadronType(0); jetContGen->SetPtBiasJetTrack(5.); jetContGen->SetMaxTrackPt(1000.); jetContGen->SetIsParticleLevel(kTRUE); __R_ADDTASK__->SetPlotClusterHistograms(kTRUE); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetPerformance_Embedding_03 #Module.Libs CGAL,fastjet,siscone,siscone_spherical,fastjetplugins,fastjettools,fastjetcontribfragile #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskEmcalJetPerformance.C #Module.MacroArgs "usedefault", "caloClustersCombined", "", 0.15, 0.3, "03" #Module.Deps JetResponseMaker_Embedding_full_02,JetResponseMaker_Embedding_full_03,JetResponseMaker_Embedding_full_04,JetResponseMaker_Embedding_full_02_TrkEffSystematic,JetResponseMaker_Embedding_full_03_TrkEffSystematic,JetResponseMaker_Embedding_full_04_TrkEffSystematic #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(AliVEvent::kINT7); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetUseAliEventCuts(kTRUE); __R_ADDTASK__->SetUseManualEvtCuts(kTRUE); __R_ADDTASK__->SetMakeGeneralHistograms(kFALSE); // Set plotting options __R_ADDTASK__->SetPlotJetHistograms(kTRUE); __R_ADDTASK__->SetPlotClusterHistograms(kTRUE); __R_ADDTASK__->SetComputeBackground(kTRUE); __R_ADDTASK__->SetDoTriggerSimulation(kFALSE); __R_ADDTASK__->SetComputeMBDownscaling(kFALSE); __R_ADDTASK__->SetPlotMatchedJetHistograms(kTRUE); // Use the ResponseMaker to match jets __R_ADDTASK__->SetUseResponseMaker(kTRUE); // Configure combined cluster container AliClusterContainer* clusCont = __R_ADDTASK__->GetClusterContainer("caloClustersCombined"); clusCont->SetClusHadCorrEnergyCut(0.3); clusCont->SetDefaultClusterEnergy(AliVCluster::kHadCorr); clusCont->SetClusTimeCut(-50e-9, 100e-9); // Add embedded track container AliTrackContainer *trackContMC = __R_ADDTASK__->AddTrackContainer("tracks"); trackContMC->SetIsEmbedding(kTRUE); trackContMC->SetParticlePtCut(0.15); // Set jet matching criteria __R_ADDTASK__->SetMinimumSharedMomentumFraction(0.5); __R_ADDTASK__->SetMaximumMatchedJetDistance(0.3); __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); // Configure det-level jet container AliJetContainer* jetContFu03 = __R_ADDTASK__->AddJetContainer("Jet_AKTFullR030_tracks_pT0150_caloClustersCombined_E0300_pt_scheme", AliEmcalJet::kEMCALfid, 0.3); jetContFu03->SetRhoName("Rho_Scaled"); jetContFu03->SetPercAreaCut(0.6); jetContFu03->SetLeadingHadronType(0); jetContFu03->SetPtBiasJetTrack(5.); jetContFu03->SetPtBiasJetClus(5.); jetContFu03->SetJetPtCut(-1000.); jetContFu03->SetMaxTrackPt(100.); jetContFu03->SetIsParticleLevel(kFALSE); jetContFu03->ConnectClusterContainer(__R_ADDTASK__->GetClusterContainer("caloClustersCombined")); // Used for background studies // Configure truth-level jet container AliJetContainer* jetContGen = __R_ADDTASK__->AddJetContainer("Jet_AKTFullR030_mcparticles_pT0000_pt_scheme", AliEmcalJet::kTPC, 0.3); jetContGen->SetJetPtCut(0.15); jetContGen->SetLeadingHadronType(0); jetContGen->SetPtBiasJetTrack(5.); jetContGen->SetMaxTrackPt(1000.); jetContGen->SetIsParticleLevel(kTRUE); __R_ADDTASK__->SetPlotClusterHistograms(kFALSE); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetPerformance_Embedding_03_TrkEffSystematic #Module.Libs CGAL,fastjet,siscone,siscone_spherical,fastjetplugins,fastjettools,fastjetcontribfragile #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskEmcalJetPerformance.C #Module.MacroArgs "usedefault", "caloClustersCombined", "", 0.15, 0.3, "03_TrkEffSystematic" #Module.Deps JetResponseMaker_Embedding_full_02,JetResponseMaker_Embedding_full_03,JetResponseMaker_Embedding_full_04,JetResponseMaker_Embedding_full_02_TrkEffSystematic,JetResponseMaker_Embedding_full_03_TrkEffSystematic,JetResponseMaker_Embedding_full_04_TrkEffSystematic #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(AliVEvent::kINT7); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetUseAliEventCuts(kTRUE); __R_ADDTASK__->SetUseManualEvtCuts(kTRUE); __R_ADDTASK__->SetMakeGeneralHistograms(kFALSE); // Set plotting options __R_ADDTASK__->SetPlotJetHistograms(kTRUE); __R_ADDTASK__->SetPlotClusterHistograms(kTRUE); __R_ADDTASK__->SetComputeBackground(kTRUE); __R_ADDTASK__->SetDoTriggerSimulation(kFALSE); __R_ADDTASK__->SetComputeMBDownscaling(kFALSE); __R_ADDTASK__->SetPlotMatchedJetHistograms(kTRUE); // Use the ResponseMaker to match jets __R_ADDTASK__->SetUseResponseMaker(kTRUE); // Configure combined cluster container AliClusterContainer* clusCont = __R_ADDTASK__->GetClusterContainer("caloClustersCombined"); clusCont->SetClusHadCorrEnergyCut(0.3); clusCont->SetDefaultClusterEnergy(AliVCluster::kHadCorr); clusCont->SetClusTimeCut(-50e-9, 100e-9); // Add embedded track container AliTrackContainer *trackContMC = __R_ADDTASK__->AddTrackContainer("tracks"); trackContMC->SetIsEmbedding(kTRUE); trackContMC->SetParticlePtCut(0.15); // Set jet matching criteria __R_ADDTASK__->SetMinimumSharedMomentumFraction(0.5); __R_ADDTASK__->SetMaximumMatchedJetDistance(0.3); __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); // Configure det-level jet container AliJetContainer* jetContFu03 = __R_ADDTASK__->AddJetContainer("Jet_TrkEffSystematic_AKTFullR030_tracks_pT0150_caloClustersCombined_E0300_pt_scheme", AliEmcalJet::kEMCALfid, 0.3); jetContFu03->SetRhoName("Rho_Scaled"); jetContFu03->SetPercAreaCut(0.6); jetContFu03->SetLeadingHadronType(0); jetContFu03->SetPtBiasJetTrack(5.); jetContFu03->SetPtBiasJetClus(5.); jetContFu03->SetJetPtCut(-1000.); jetContFu03->SetMaxTrackPt(100.); jetContFu03->SetIsParticleLevel(kFALSE); jetContFu03->ConnectClusterContainer(__R_ADDTASK__->GetClusterContainer("caloClustersCombined")); // Used for background studies // Configure truth-level jet container AliJetContainer* jetContGen = __R_ADDTASK__->AddJetContainer("Jet_AKTFullR030_mcparticles_pT0000_pt_scheme", AliEmcalJet::kTPC, 0.3); jetContGen->SetJetPtCut(0.15); jetContGen->SetLeadingHadronType(0); jetContGen->SetPtBiasJetTrack(5.); jetContGen->SetMaxTrackPt(1000.); jetContGen->SetIsParticleLevel(kTRUE); __R_ADDTASK__->SetPlotClusterHistograms(kFALSE); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetPerformance_Embedding_04 #Module.Libs CGAL,fastjet,siscone,siscone_spherical,fastjetplugins,fastjettools,fastjetcontribfragile #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskEmcalJetPerformance.C #Module.MacroArgs "usedefault", "caloClustersCombined", "", 0.15, 0.3, "04" #Module.Deps JetResponseMaker_Embedding_full_02,JetResponseMaker_Embedding_full_03,JetResponseMaker_Embedding_full_04,JetResponseMaker_Embedding_full_02_TrkEffSystematic,JetResponseMaker_Embedding_full_03_TrkEffSystematic,JetResponseMaker_Embedding_full_04_TrkEffSystematic #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(AliVEvent::kINT7); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetUseAliEventCuts(kTRUE); __R_ADDTASK__->SetUseManualEvtCuts(kTRUE); __R_ADDTASK__->SetMakeGeneralHistograms(kFALSE); // Set plotting options __R_ADDTASK__->SetPlotJetHistograms(kTRUE); __R_ADDTASK__->SetPlotClusterHistograms(kTRUE); __R_ADDTASK__->SetComputeBackground(kTRUE); __R_ADDTASK__->SetDoTriggerSimulation(kFALSE); __R_ADDTASK__->SetComputeMBDownscaling(kFALSE); __R_ADDTASK__->SetPlotMatchedJetHistograms(kTRUE); // Use the ResponseMaker to match jets __R_ADDTASK__->SetUseResponseMaker(kTRUE); // Configure combined cluster container AliClusterContainer* clusCont = __R_ADDTASK__->GetClusterContainer("caloClustersCombined"); clusCont->SetClusHadCorrEnergyCut(0.3); clusCont->SetDefaultClusterEnergy(AliVCluster::kHadCorr); clusCont->SetClusTimeCut(-50e-9, 100e-9); // Add embedded track container AliTrackContainer *trackContMC = __R_ADDTASK__->AddTrackContainer("tracks"); trackContMC->SetIsEmbedding(kTRUE); trackContMC->SetParticlePtCut(0.15); // Set jet matching criteria __R_ADDTASK__->SetMinimumSharedMomentumFraction(0.5); __R_ADDTASK__->SetMaximumMatchedJetDistance(0.3); __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); // Configure det-level jet container AliJetContainer* jetContFu04 = __R_ADDTASK__->AddJetContainer("Jet_AKTFullR040_tracks_pT0150_caloClustersCombined_E0300_pt_scheme", AliEmcalJet::kEMCALfid, 0.4); jetContFu04->SetRhoName("Rho_Scaled"); jetContFu04->SetPercAreaCut(0.6); jetContFu04->SetLeadingHadronType(0); jetContFu04->SetPtBiasJetTrack(5.); jetContFu04->SetPtBiasJetClus(5.); jetContFu04->SetJetPtCut(-1000.); jetContFu04->SetMaxTrackPt(100.); jetContFu04->SetIsParticleLevel(kFALSE); jetContFu04->ConnectClusterContainer(__R_ADDTASK__->GetClusterContainer("caloClustersCombined")); // Used for background studies // Configure truth-level jet container AliJetContainer* jetContGen = __R_ADDTASK__->AddJetContainer("Jet_AKTFullR040_mcparticles_pT0000_pt_scheme", AliEmcalJet::kTPC, 0.4); jetContGen->SetJetPtCut(0.15); jetContGen->SetLeadingHadronType(0); jetContGen->SetPtBiasJetTrack(5.); jetContGen->SetMaxTrackPt(1000.); jetContGen->SetIsParticleLevel(kTRUE); __R_ADDTASK__->SetPlotClusterHistograms(kFALSE); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetPerformance_Embedding_04_TrkEffSystematic #Module.Libs CGAL,fastjet,siscone,siscone_spherical,fastjetplugins,fastjettools,fastjetcontribfragile #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskEmcalJetPerformance.C #Module.MacroArgs "usedefault", "caloClustersCombined", "", 0.15, 0.3, "04_TrkEffSystematic" #Module.Deps JetResponseMaker_Embedding_full_02,JetResponseMaker_Embedding_full_03,JetResponseMaker_Embedding_full_04,JetResponseMaker_Embedding_full_02_TrkEffSystematic,JetResponseMaker_Embedding_full_03_TrkEffSystematic,JetResponseMaker_Embedding_full_04_TrkEffSystematic #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(AliVEvent::kINT7); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetUseAliEventCuts(kTRUE); __R_ADDTASK__->SetUseManualEvtCuts(kTRUE); __R_ADDTASK__->SetMakeGeneralHistograms(kFALSE); // Set plotting options __R_ADDTASK__->SetPlotJetHistograms(kTRUE); __R_ADDTASK__->SetPlotClusterHistograms(kTRUE); __R_ADDTASK__->SetComputeBackground(kTRUE); __R_ADDTASK__->SetDoTriggerSimulation(kFALSE); __R_ADDTASK__->SetComputeMBDownscaling(kFALSE); __R_ADDTASK__->SetPlotMatchedJetHistograms(kTRUE); // Use the ResponseMaker to match jets __R_ADDTASK__->SetUseResponseMaker(kTRUE); // Configure combined cluster container AliClusterContainer* clusCont = __R_ADDTASK__->GetClusterContainer("caloClustersCombined"); clusCont->SetClusHadCorrEnergyCut(0.3); clusCont->SetDefaultClusterEnergy(AliVCluster::kHadCorr); clusCont->SetClusTimeCut(-50e-9, 100e-9); // Add embedded track container AliTrackContainer *trackContMC = __R_ADDTASK__->AddTrackContainer("tracks"); trackContMC->SetIsEmbedding(kTRUE); trackContMC->SetParticlePtCut(0.15); // Set jet matching criteria __R_ADDTASK__->SetMinimumSharedMomentumFraction(0.5); __R_ADDTASK__->SetMaximumMatchedJetDistance(0.3); __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); // Configure det-level jet container AliJetContainer* jetContFu04 = __R_ADDTASK__->AddJetContainer("Jet_TrkEffSystematic_AKTFullR040_tracks_pT0150_caloClustersCombined_E0300_pt_scheme", AliEmcalJet::kEMCALfid, 0.4); jetContFu04->SetRhoName("Rho_Scaled"); jetContFu04->SetPercAreaCut(0.6); jetContFu04->SetLeadingHadronType(0); jetContFu04->SetPtBiasJetTrack(5.); jetContFu04->SetPtBiasJetClus(5.); jetContFu04->SetJetPtCut(-1000.); jetContFu04->SetMaxTrackPt(100.); jetContFu04->SetIsParticleLevel(kFALSE); jetContFu04->ConnectClusterContainer(__R_ADDTASK__->GetClusterContainer("caloClustersCombined")); // Used for background studies // Configure truth-level jet container AliJetContainer* jetContGen = __R_ADDTASK__->AddJetContainer("Jet_AKTFullR040_mcparticles_pT0000_pt_scheme", AliEmcalJet::kTPC, 0.4); jetContGen->SetJetPtCut(0.15); jetContGen->SetLeadingHadronType(0); jetContGen->SetPtBiasJetTrack(5.); jetContGen->SetMaxTrackPt(1000.); jetContGen->SetIsParticleLevel(kTRUE); __R_ADDTASK__->SetPlotClusterHistograms(kFALSE); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetResponseMaker_Embedding_full_02 #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskJetResponseMaker.C #Module.MacroArgs "tracks", "caloClustersCombined", "Jet_AKTFullR020_tracks_pT0150_caloClustersCombined_E0300_pt_scheme", "Rho_Scaled", 0.2, "mcparticles", "", "Jet_AKTFullR020_mcparticles_pT0000_pt_scheme", "", 0.2, -1000., 0., 5., 0, AliJetResponseMaker::kGeometrical, 0.25, 0.25, "EMCALfid",-999,0,10 #Module.Deps MCJetFinder_full_AKT_02_Embedding,RhoTask_Embedding,JetFinder_full_AKT_02_Embedding #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig // Configure combined jet container auto jetContFu = __R_ADDTASK__->GetJetContainer(0); jetContFu->SetJetAcceptanceType(AliEmcalJet::kEMCALfid); jetContFu->SetRhoName("Rho_Scaled"); jetContFu->SetPercAreaCut(0.6); jetContFu->SetLeadingHadronType(0); jetContFu->SetPtBiasJetTrack(5.); jetContFu->SetJetPtCut(-1000.); jetContFu->SetMaxTrackPt(100.); jetContFu->SetIsParticleLevel(kFALSE); // Configure probe jet container auto jetContProbe = __R_ADDTASK__->GetJetContainer(1); jetContProbe->SetJetAcceptanceType(AliEmcalJet::kTPC); jetContProbe->SetJetPtCut(1.); jetContProbe->SetLeadingHadronType(0); jetContProbe->SetPtBiasJetTrack(5.); jetContProbe->SetMaxTrackPt(1000.); jetContProbe->GetParticleContainer()->SetIsEmbedding(kTRUE); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SelectCollisionCandidates(AliVEvent::kINT7); __R_ADDTASK__->SetHistoType(0); __R_ADDTASK__->SetIsPythia(kFALSE); __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetResponseMaker_Embedding_full_02_TrkEffSystematic #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskJetResponseMaker.C #Module.MacroArgs "tracks", "caloClustersCombined", "Jet_TrkEffSystematic_AKTFullR020_tracks_pT0150_caloClustersCombined_E0300_pt_scheme", "Rho_Scaled", 0.2, "mcparticles", "", "Jet_AKTFullR020_mcparticles_pT0000_pt_scheme", "", 0.2, -1000., 0., 5., 0, AliJetResponseMaker::kGeometrical, 0.25, 0.25, "EMCALfid",-999,0,10 #Module.Deps MCJetFinder_full_AKT_02_Embedding,RhoTask_Embedding,JetFinder_full_AKT_02_Embedding_TrkEffSystematic #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig // Configure combined jet container auto jetContFu = __R_ADDTASK__->GetJetContainer(0); jetContFu->SetJetAcceptanceType(AliEmcalJet::kEMCALfid); jetContFu->SetRhoName("Rho_Scaled"); jetContFu->SetPercAreaCut(0.6); jetContFu->SetLeadingHadronType(0); jetContFu->SetPtBiasJetTrack(5.); jetContFu->SetJetPtCut(-1000.); jetContFu->SetMaxTrackPt(100.); jetContFu->SetIsParticleLevel(kFALSE); // Configure probe jet container auto jetContProbe = __R_ADDTASK__->GetJetContainer(1); jetContProbe->SetJetAcceptanceType(AliEmcalJet::kTPC); jetContProbe->SetJetPtCut(1.); jetContProbe->SetLeadingHadronType(0); jetContProbe->SetPtBiasJetTrack(5.); jetContProbe->SetMaxTrackPt(1000.); jetContProbe->GetParticleContainer()->SetIsEmbedding(kTRUE); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SelectCollisionCandidates(AliVEvent::kINT7); __R_ADDTASK__->SetHistoType(0); __R_ADDTASK__->SetIsPythia(kFALSE); __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetResponseMaker_Embedding_full_03 #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskJetResponseMaker.C #Module.MacroArgs "tracks", "caloClustersCombined", "Jet_AKTFullR030_tracks_pT0150_caloClustersCombined_E0300_pt_scheme", "Rho_Scaled", 0.3, "mcparticles", "", "Jet_AKTFullR030_mcparticles_pT0000_pt_scheme", "", 0.3, -1000., 0., 5., 0, AliJetResponseMaker::kGeometrical, 0.35, 0.35, "EMCALfid",-999,0,10 #Module.Deps MCJetFinder_full_AKT_03_Embedding,RhoTask_Embedding,JetFinder_full_AKT_03_Embedding #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig // Configure combined jet container auto jetContFu = __R_ADDTASK__->GetJetContainer(0); jetContFu->SetJetAcceptanceType(AliEmcalJet::kEMCALfid); jetContFu->SetRhoName("Rho_Scaled"); jetContFu->SetPercAreaCut(0.6); jetContFu->SetLeadingHadronType(0); jetContFu->SetPtBiasJetTrack(5.); jetContFu->SetJetPtCut(-1000.); jetContFu->SetMaxTrackPt(100.); jetContFu->SetIsParticleLevel(kFALSE); // Configure probe jet container auto jetContProbe = __R_ADDTASK__->GetJetContainer(1); jetContProbe->SetJetAcceptanceType(AliEmcalJet::kTPC); jetContProbe->SetJetPtCut(1.); jetContProbe->SetLeadingHadronType(0); jetContProbe->SetPtBiasJetTrack(5.); jetContProbe->SetMaxTrackPt(1000.); jetContProbe->GetParticleContainer()->SetIsEmbedding(kTRUE); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SelectCollisionCandidates(AliVEvent::kINT7); __R_ADDTASK__->SetHistoType(0); __R_ADDTASK__->SetIsPythia(kFALSE); __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetResponseMaker_Embedding_full_03_TrkEffSystematic #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskJetResponseMaker.C #Module.MacroArgs "tracks", "caloClustersCombined", "Jet_TrkEffSystematic_AKTFullR030_tracks_pT0150_caloClustersCombined_E0300_pt_scheme", "Rho_Scaled", 0.3, "mcparticles", "", "Jet_AKTFullR030_mcparticles_pT0000_pt_scheme", "", 0.3, -1000., 0., 5., 0, AliJetResponseMaker::kGeometrical, 0.35, 0.35, "EMCALfid",-999,0,10 #Module.Deps MCJetFinder_full_AKT_03_Embedding,RhoTask_Embedding,JetFinder_full_AKT_03_Embedding_TrkEffSystematic #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig // Configure combined jet container auto jetContFu = __R_ADDTASK__->GetJetContainer(0); jetContFu->SetJetAcceptanceType(AliEmcalJet::kEMCALfid); jetContFu->SetRhoName("Rho_Scaled"); jetContFu->SetPercAreaCut(0.6); jetContFu->SetLeadingHadronType(0); jetContFu->SetPtBiasJetTrack(5.); jetContFu->SetJetPtCut(-1000.); jetContFu->SetMaxTrackPt(100.); jetContFu->SetIsParticleLevel(kFALSE); // Configure probe jet container auto jetContProbe = __R_ADDTASK__->GetJetContainer(1); jetContProbe->SetJetAcceptanceType(AliEmcalJet::kTPC); jetContProbe->SetJetPtCut(1.); jetContProbe->SetLeadingHadronType(0); jetContProbe->SetPtBiasJetTrack(5.); jetContProbe->SetMaxTrackPt(1000.); jetContProbe->GetParticleContainer()->SetIsEmbedding(kTRUE); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SelectCollisionCandidates(AliVEvent::kINT7); __R_ADDTASK__->SetHistoType(0); __R_ADDTASK__->SetIsPythia(kFALSE); __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetResponseMaker_Embedding_full_04 #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskJetResponseMaker.C #Module.MacroArgs "tracks", "caloClustersCombined", "Jet_AKTFullR040_tracks_pT0150_caloClustersCombined_E0300_pt_scheme", "Rho_Scaled", 0.4, "mcparticles", "", "Jet_AKTFullR040_mcparticles_pT0000_pt_scheme", "", 0.4, -1000., 0., 5., 0, AliJetResponseMaker::kGeometrical, 0.45, 0.45, "EMCALfid",-999,0,10 #Module.Deps MCJetFinder_full_AKT_04_Embedding,RhoTask_Embedding,JetFinder_full_AKT_04_Embedding #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig // Configure combined jet container auto jetContFu = __R_ADDTASK__->GetJetContainer(0); jetContFu->SetJetAcceptanceType(AliEmcalJet::kEMCALfid); jetContFu->SetRhoName("Rho_Scaled"); jetContFu->SetPercAreaCut(0.6); jetContFu->SetLeadingHadronType(0); jetContFu->SetPtBiasJetTrack(5.); jetContFu->SetJetPtCut(-1000.); jetContFu->SetMaxTrackPt(100.); jetContFu->SetIsParticleLevel(kFALSE); // Configure probe jet container auto jetContProbe = __R_ADDTASK__->GetJetContainer(1); jetContProbe->SetJetAcceptanceType(AliEmcalJet::kTPC); jetContProbe->SetJetPtCut(1.); jetContProbe->SetLeadingHadronType(0); jetContProbe->SetPtBiasJetTrack(5.); jetContProbe->SetMaxTrackPt(1000.); jetContProbe->GetParticleContainer()->SetIsEmbedding(kTRUE); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SelectCollisionCandidates(AliVEvent::kINT7); __R_ADDTASK__->SetHistoType(0); __R_ADDTASK__->SetIsPythia(kFALSE); __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin JetResponseMaker_Embedding_full_04_TrkEffSystematic #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskJetResponseMaker.C #Module.MacroArgs "tracks", "caloClustersCombined", "Jet_TrkEffSystematic_AKTFullR040_tracks_pT0150_caloClustersCombined_E0300_pt_scheme", "Rho_Scaled", 0.4, "mcparticles", "", "Jet_AKTFullR040_mcparticles_pT0000_pt_scheme", "", 0.4, -1000., 0., 5., 0, AliJetResponseMaker::kGeometrical, 0.45, 0.45, "EMCALfid",-999,0,10 #Module.Deps MCJetFinder_full_AKT_04_Embedding,RhoTask_Embedding,JetFinder_full_AKT_04_Embedding_TrkEffSystematic #Module.Owner jmulliga #Module.OutputFile AnalysisResults.root #Module.StartConfig // Configure combined jet container auto jetContFu = __R_ADDTASK__->GetJetContainer(0); jetContFu->SetJetAcceptanceType(AliEmcalJet::kEMCALfid); jetContFu->SetRhoName("Rho_Scaled"); jetContFu->SetPercAreaCut(0.6); jetContFu->SetLeadingHadronType(0); jetContFu->SetPtBiasJetTrack(5.); jetContFu->SetJetPtCut(-1000.); jetContFu->SetMaxTrackPt(100.); jetContFu->SetIsParticleLevel(kFALSE); // Configure probe jet container auto jetContProbe = __R_ADDTASK__->GetJetContainer(1); jetContProbe->SetJetAcceptanceType(AliEmcalJet::kTPC); jetContProbe->SetJetPtCut(1.); jetContProbe->SetLeadingHadronType(0); jetContProbe->SetPtBiasJetTrack(5.); jetContProbe->SetMaxTrackPt(1000.); jetContProbe->GetParticleContainer()->SetIsEmbedding(kTRUE); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SelectCollisionCandidates(AliVEvent::kINT7); __R_ADDTASK__->SetHistoType(0); __R_ADDTASK__->SetIsPythia(kFALSE); __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin MCJetFinder_full_AKT_02_Embedding #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskEmcalJet.C #Module.MacroArgs "mcparticles", "", AliJetContainer::antikt_algorithm, 0.2, AliJetContainer::kFullJet, 0., 0., kGhostArea, AliJetContainer::pt_scheme, "Jet", 0.1, kFALSE, kFALSE #Module.Deps EmbeddingHelper #Module.Owner jmulliga #Module.OutputFile EventStat_temp.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(kComPhysSel); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetForceBeamType(AliAnalysisTaskEmcal::kAA); // Set mcparticles as embedded AliParticleContainer * truthTracks = __R_ADDTASK__->GetParticleContainer(0); truthTracks->SetIsEmbedding(kTRUE); __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin MCJetFinder_full_AKT_03_Embedding #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskEmcalJet.C #Module.MacroArgs "mcparticles", "", AliJetContainer::antikt_algorithm, 0.3, AliJetContainer::kFullJet, 0., 0., kGhostArea, AliJetContainer::pt_scheme, "Jet", 0.1, kFALSE, kFALSE #Module.Deps EmbeddingHelper #Module.Owner jmulliga #Module.OutputFile EventStat_temp.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(kComPhysSel); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetForceBeamType(AliAnalysisTaskEmcal::kAA); // Set mcparticles as embedded AliParticleContainer * truthTracks = __R_ADDTASK__->GetParticleContainer(0); truthTracks->SetIsEmbedding(kTRUE); __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin MCJetFinder_full_AKT_04_Embedding #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskEmcalJet.C #Module.MacroArgs "mcparticles", "", AliJetContainer::antikt_algorithm, 0.4, AliJetContainer::kFullJet, 0., 0., kGhostArea, AliJetContainer::pt_scheme, "Jet", 0.1, kFALSE, kFALSE #Module.Deps EmbeddingHelper #Module.Owner jmulliga #Module.OutputFile EventStat_temp.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(kComPhysSel); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SetForceBeamType(AliAnalysisTaskEmcal::kAA); // Set mcparticles as embedded AliParticleContainer * truthTracks = __R_ADDTASK__->GetParticleContainer(0); truthTracks->SetIsEmbedding(kTRUE); __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); #Module.EndConfig #_______________________________________________________________________________ #Module.Begin MultSelectionTask #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/OADB/COMMON/MULTIPLICITY/macros/AddTaskMultSelection.C #Module.MacroArgs kFALSE #Module.Deps CDBConnectTask #Module.Owner jmazer #Module.OutputFile AnalysisResults.root #Module.StartConfig __R_ADDTASK__->SelectCollisionCandidates(kComPhysSel); /* Actually the multiplicity task does need to run on AODs as well if (strcmp(kDatatype,"AOD")==0) { // AOD data sets don't need centrality task cout << "*** Removing centrality task because AOD dataset" << endl; AliAnalysisManager *mgr = AliAnalysisManager::GetAnalysisManager(); TObjArray *array = mgr->GetTasks(); array->Remove(__R_ADDTASK__); } */ #Module.EndConfig #_______________________________________________________________________________ #Module.Begin RhoTask_Embedding #Module.Libs #Module.DataTypes ESD, AOD, MC #Module.MacroName $ALICE_PHYSICS/PWGJE/EMCALJetTasks/macros/AddTaskRhoNew.C #Module.MacroArgs "usedefault", "", "Rho", 0.4, AliEmcalJet::kTPCfid, AliJetContainer::kChargedJet, kFALSE, AliJetContainer::pt_scheme #Module.Deps JetFinder_charged_KT_04_Embedding #Module.Owner jmulliga #Module.OutputFile EventStat_temp.root #Module.StartConfig __R_ADDTASK__->SetExcludeLeadJets(2); __R_ADDTASK__->SetUseNewCentralityEstimation(kTRUE); __R_ADDTASK__->SetNCentBins(5); __R_ADDTASK__->SelectCollisionCandidates(kComPhysSel); __R_ADDTASK__->LoadRhoFunction("alien:///alice/cern.ch/user/j/jmulliga/scaleFactorEMCalLHC15o_HadCorr.root", "fScaleFactorEMCal"); __R_ADDTASK__->SetForceBeamType(AliAnalysisTaskEmcal::kAA); __R_ADDTASK__->SetRecycleUnusedEmbeddedEventsMode(true); #Module.EndConfig