Skip to content

Commit 7c7e8b2

Browse files
authored
Merge pull request #20 from alibuild/alibot-cleanup-10747
[PWGDQ] Please consider the following formatting changes to #10747
2 parents 2c5e3f8 + c3dd7cc commit 7c7e8b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGDQ/Tasks/filterPPwithAssociation.cxx

Lines changed: 5 additions & 5 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
{
@@ -777,7 +777,7 @@ struct DQFilterPPTask {
777777
}
778778
objCountersBarrel[icut] += 1; // count the pair
779779
if (fConfigQA) { // fill histograms if QA is enabled
780-
//cout << "=========== filling pair for collision " << collision.globalIndex() << endl;
780+
// cout << "=========== filling pair for collision " << collision.globalIndex() << endl;
781781
fHistMan->FillHistClass(fBarrelPairHistNames[icut].Data(), VarManager::fgValues);
782782
}
783783
}
@@ -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)