Skip to content

Commit b2786f0

Browse files
committed
One line filter to avoid confusing the linter
1 parent c47a76f commit b2786f0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

PWGDQ/Tasks/jPsiMuonCorrelations.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ struct DqJPsiMuonCorrelations {
110110
Filter eventFilter = aod::dqanalysisflags::isEventSelected == 1;
111111

112112
// Define the filter for the dileptons
113-
Filter dileptonFilter = aod::reducedpair::pt > fConfigDileptonPtMin && aod::reducedpair::pt < fConfigDileptonPtMax &&
114-
aod::reducedpair::eta > fConfigDileptonEtaMin && aod::reducedpair::eta < fConfigDileptonEtaMax;
113+
Filter dileptonFilter = aod::reducedpair::pt > fConfigDileptonPtMin && aod::reducedpair::pt < fConfigDileptonPtMax && aod::reducedpair::eta > fConfigDileptonEtaMin && aod::reducedpair::eta < fConfigDileptonEtaMax;
115114

116115
constexpr static uint32_t FgDimuonsFillMap = VarManager::ObjTypes::ReducedMuon | VarManager::ObjTypes::Pair; // fill map
117116

0 commit comments

Comments
 (0)