Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
dde259f
[PWGDQ] Adding new event selection called eventStandardSel8VtxQuality…
lmattei01 Apr 22, 2025
328200f
[PWGDQ] optimizations in the filter-pp-with-assoc (#10915)
iarsene Apr 22, 2025
0edf15b
[PWGLF] Add Neutrons within the ZDC acceptance in the strangeness dat…
romainschotter Apr 22, 2025
8d412c4
[PWGDQ] Add reading of track type from realigned muons (#10916)
Elros60 Apr 22, 2025
8ddeea8
[PWGDQ] Update Nuclei cuts and signals (#10934)
lucamicheletti93 Apr 22, 2025
fedf03b
[PWGLF,Trigger] [Event Filtering] adding trigger condition for lambda…
jikim1290 Apr 22, 2025
708523b
[PWGJE] jet/track QA: add IR QA; trackEfficiency: implement skipMBGap…
aimeric-landou Apr 22, 2025
c0e2b5b
[PWGJE] Code update for hadron-jet analysis (#10926)
KotliarovAr Apr 22, 2025
ccac43d
[PWGJE] removes the leading jet η–ϕ band from the random cone selecti…
YubiaoWang Apr 22, 2025
efb4335
[PWGJE] PWGJE:dijet mass analysis task (#10919)
DonggukKim0 Apr 22, 2025
c4693b8
[PWGLF,Trigger] Fix indexing in the nucleiFilter (#10938)
mpuccio Apr 22, 2025
2185485
[PWGDQ] Update HistogramsLibrary.cxx (#10925)
Debadatta3337 Apr 22, 2025
76cb914
[PWGLF] Optimized PID selection for doublephi analysis (#10940)
skundu692 Apr 22, 2025
00dbad6
[PWGCF] Changed the Partition to slice by MC collision index (#10935)
JStaa Apr 22, 2025
0a62259
[PWGCF] adding delta phi differential histograms (#10937)
jikim1290 Apr 22, 2025
80f31ee
[EventFiltering,PWGEM/PhotonMeson] Clean up heavy neutral meson (filt…
nstrangm Apr 22, 2025
2791c70
[PWGCF] IdentifiedBf added Histogram to measure single particle purit…
bghanley1995 Apr 22, 2025
12485ec
[PWGCF] Particle switch fixes and efficiency corrections (#10936)
Preet-Bhanjan Apr 22, 2025
ea07827
[PWGLF] Combines Corrections and MC closure (#10944)
omvazque Apr 23, 2025
c108926
[PWGCF,PWGLF,Trigger] Update PWGCF trigger for 2025 data taking (#10942)
ariedel-cern Apr 23, 2025
54028b2
[PWGHF] Ds-h correlation, added possibility to select a BDT prompt sc…
scattaru Apr 23, 2025
8e3ab8e
[PWGJE] jetSpectraCharged: pTHat cut applied to MCP/MCD jets (#10945)
aimeric-landou Apr 23, 2025
dc45a50
[PWGHF] add MC matching for Sc(2520) and add ev. sel. for generated S…
mfaggin Apr 23, 2025
a5f6c95
[PWGHF,Trigger] Separate proton pt threshold for LcRes and ThetaC (#1…
apalasciano Apr 23, 2025
21f6824
[PWGDQ] adding a histogram subgroup for the filterPP task (#10951)
iarsene Apr 23, 2025
00c3685
[PWGDQ] Modification in two prong MC Signal
bhagyasaho Apr 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion EventFiltering/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
# granted to it by virtue of its status as an Intergovernmental Organization
# or submit itself to any jurisdiction.

o2physics_add_dpl_workflow(central-event-filter-task

Check warning on line 12 in EventFiltering/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name central-event-filter-task does not match its file name cefpTask.cxx. (Matches centralEventFilterTask.cxx.)
SOURCES cefpTask.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2::DataFormatsCTP
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(selected-bc-range-task

Check warning on line 17 in EventFiltering/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name selected-bc-range-task does not match its file name selectBCRange.cxx. (Matches selectedBcRangeTask.cxx.)
SOURCES selectBCRange.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)
Expand All @@ -29,7 +29,7 @@
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::DGCutparHolder
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(diffraction-bcfilter

Check warning on line 32 in EventFiltering/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name diffraction-bcfilter does not match its file name diffractionBCFilter.cxx. (Matches diffractionBcfilter.cxx.)
SOURCES PWGUD/diffractionBCFilter.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::DGCutparHolder
COMPONENT_NAME Analysis)
Expand All @@ -37,37 +37,37 @@
o2physics_add_header_only_library(HFFilterHelpers
HEADERS PWGHF/HFFilterHelpers.h)

o2physics_add_dpl_workflow(hf-filter

Check warning on line 40 in EventFiltering/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name hf-filter does not match its file name HFFilter.cxx. (Matches hfFilter.cxx.)
SOURCES PWGHF/HFFilter.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore ONNXRuntime::ONNXRuntime O2Physics::HFFilterHelpers O2::DetectorsBase
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(hf-filter-charm-hadron-signals

Check warning on line 45 in EventFiltering/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name hf-filter-charm-hadron-signals does not match its file name HFFilterCharmHadronSignals.cxx. (Matches hfFilterCharmHadronSignals.cxx.)
SOURCES PWGHF/HFFilterCharmHadronSignals.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore ONNXRuntime::ONNXRuntime O2Physics::HFFilterHelpers
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(hf-filter-prepare-ml-samples

Check warning on line 50 in EventFiltering/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name hf-filter-prepare-ml-samples does not match its file name HFFilterPrepareMLSamples.cxx. (Matches hfFilterPrepareMlSamples.cxx.)
SOURCES PWGHF/HFFilterPrepareMLSamples.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore ONNXRuntime::ONNXRuntime O2Physics::HFFilterHelpers O2::DetectorsBase
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(cf-filter

Check warning on line 55 in EventFiltering/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name cf-filter does not match its file name CFFilterAll.cxx. (Matches cfFilter.cxx.)
SOURCES PWGCF/CFFilterAll.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore KFParticle::KFParticle O2::ReconstructionDataFormats O2::DetectorsBase
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(cf-filter-qa

Check warning on line 60 in EventFiltering/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name cf-filter-qa does not match its file name CFFilterQA.cxx. (Matches cfFilterQa.cxx.)
SOURCES PWGCF/CFFilterQA.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(cf-filter-ppphi

Check warning on line 65 in EventFiltering/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name cf-filter-ppphi does not match its file name CFFilterPPPhi.cxx. (Matches cfFilterPpphi.cxx.)
SOURCES PWGCF/CFFilterPPPhi.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore
COMPONENT_NAME Analysis)

o2physics_add_dpl_workflow(je-filter

Check warning on line 70 in EventFiltering/CMakeLists.txt

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-workflow]

Workflow name je-filter does not match its file name jetFilter.cxx. (Matches jeFilter.cxx.)
SOURCES PWGJE/jetFilter.cxx
PUBLIC_LINK_LIBRARIES O2Physics::AnalysisCore O2Physics::PWGJECore FastJet::FastJet FastJet::Contrib
COMPONENT_NAME Analysis)
Expand Down
Loading
Loading