Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Aug 22, 2024
1 parent 14a48ed commit 83af726
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PWGDQ/Tasks/tableReader_withAssoc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ struct AnalysisTrackSelection {
HistogramManager* fHistMan;
std::vector<AnalysisCompositeCut> fTrackCuts;

int fCurrentRun; // current run kept to detect run changes and trigger loading params from CCDB
int fCurrentRun; // current run kept to detect run changes and trigger loading params from CCDB

std::map<int64_t, std::vector<int64_t>> fNAssocsInBunch; // key: track global index, value: vector of global index for events associated in-bunch (events that have in-bunch pileup or splitting)
std::map<int64_t, std::vector<int64_t>> fNAssocsOutOfBunch; // key: track global index, value: vector of global index for events associated out-of-bunch (events that have no in-bunch pileup)
Expand Down Expand Up @@ -561,8 +561,8 @@ struct AnalysisMuonSelection {
HistogramManager* fHistMan;
std::vector<AnalysisCompositeCut> fMuonCuts;

int fCurrentRun; // current run kept to detect run changes and trigger loading params from CCDB
//
int fCurrentRun; // current run kept to detect run changes and trigger loading params from CCDB
//
std::map<int64_t, std::vector<int64_t>> fNAssocsInBunch; // key: muon global index, value: vector of global index for events associated in-bunch (events that have in-bunch pileup or splitting)
std::map<int64_t, std::vector<int64_t>> fNAssocsOutOfBunch; // key: muon global index, value: vector of global index for events associated out-of-bunch (events that have no in-bunch pileup)

Expand Down

0 comments on commit 83af726

Please sign in to comment.