Skip to content

Commit 8449c65

Browse files
authored
Merge pull request #19 from alibuild/alibot-cleanup-10747
[PWGDQ] Please consider the following formatting changes to #10747
2 parents 926afba + 59426f1 commit 8449c65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGDQ/Tasks/filterPPwithAssociation.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -535,9 +535,9 @@ struct DQFilterPPTask {
535535
std::map<uint64_t, uint64_t> fFiltersMap; // map of filters for events that passed at least one filter
536536
std::map<uint64_t, std::vector<bool>> fCEFPfilters; // map of CEFP filters for events that passed at least one filter
537537

538-
uint32_t fPairingLSBarrel; // used to set in which cut setting LS pairs will be analysed
539-
uint32_t fPairingLSMuon; // used to set in which cut setting LS pairs will be analysed
540-
uint32_t fPairingLSBarrelMuon; // used to set in which cut setting LS pairs will be analysed
538+
uint32_t fPairingLSBarrel; // used to set in which cut setting LS pairs will be analysed
539+
uint32_t fPairingLSMuon; // used to set in which cut setting LS pairs will be analysed
540+
uint32_t fPairingLSBarrelMuon; // used to set in which cut setting LS pairs will be analysed
541541

542542
void DefineCuts()
543543
{
@@ -862,7 +862,7 @@ struct DQFilterPPTask {
862862
}
863863
}
864864
}
865-
865+
866866
// run pairing if there is at least one selection that requires it
867867
pairFilter = 0;
868868
if (pairingMask > 0) {

0 commit comments

Comments
 (0)