Skip to content

Commit f7d42c0

Browse files
committed
Please consider the following formatting changes
1 parent 8c66965 commit f7d42c0

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
{
@@ -863,7 +863,7 @@ struct DQFilterPPTask {
863863
}
864864
}
865865
}
866-
866+
867867
// run pairing if there is at least one selection that requires it
868868
pairFilter = 0;
869869
if (pairingMask > 0) {

0 commit comments

Comments
 (0)