Skip to content
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a8234f8
PV Contributor check added to FourPi Analyzer
Apr 24, 2024
c7a22fa
Track selections parsed as configurables
abylinkin Apr 24, 2024
4134e86
white spaces fixed
abylinkin Apr 24, 2024
bb84690
Add files via upload
abylinkin Apr 24, 2024
6ae8fc7
Please consider the following formatting changes
alibuild Apr 24, 2024
45b541d
Merge pull request #39 from alibuild/alibot-cleanup-5821
abylinkin Apr 24, 2024
3691e23
Add files via upload
abylinkin Apr 24, 2024
660288a
Please consider the following formatting changes
alibuild Apr 24, 2024
2302626
Merge pull request #40 from alibuild/alibot-cleanup-5821
abylinkin Apr 24, 2024
279db4a
Add files via upload
abylinkin Apr 24, 2024
426ca43
Please consider the following formatting changes
alibuild Apr 24, 2024
407b710
Merge pull request #41 from alibuild/alibot-cleanup-5821
abylinkin Apr 24, 2024
4b22f28
Add files via upload
abylinkin Apr 24, 2024
410515b
Please consider the following formatting changes
alibuild Apr 24, 2024
45aafa3
Merge pull request #42 from alibuild/alibot-cleanup-5821
abylinkin Apr 24, 2024
1c3c369
Merge branch 'AliceO2Group:master' into my-sg-producer
abylinkin Apr 25, 2024
03863d5
Add files via upload
abylinkin Apr 25, 2024
4927133
Please consider the following formatting changes
alibuild Apr 25, 2024
b5cb0bd
Merge pull request #43 from alibuild/alibot-cleanup-5837
abylinkin Apr 25, 2024
437a431
Merge branch 'AliceO2Group:master' into my-sg-producer
abylinkin Apr 25, 2024
ae376cf
Update SGSelector.h
abylinkin Apr 25, 2024
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 PWGUD/Core/SGSelector.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class SGSelector
}
}
if (newdgabc != newdgcbc) {
if (ampc / diffCuts.FITAmpLimits()[2] > ampa / diffCuts.FITAmpLimits()[2])
if (ampc / diffCuts.FITAmpLimits()[2] > ampa / diffCuts.FITAmpLimits()[1])
newdgabc = newdgcbc;
}
newbc = newdgabc;
Expand Down