Skip to content

Commit ffac512

Browse files
authored
Please consider the following formatting changes (#13)
1 parent af03df9 commit ffac512

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PWGDQ/Tasks/dqEfficiency_withAssoc.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ struct AnalysisTrackSelection {
538538
VarManager::ResetValues(0, VarManager::kNBarrelTrackVariables);
539539
// fill event information which might be needed in histograms/cuts that combine track and event properties
540540
VarManager::FillEvent<TEventFillMap>(event);
541-
ReducedMCEvent *eventMC = nullptr;
541+
ReducedMCEvent* eventMC = nullptr;
542542
if (event.has_reducedMCevent()) {
543543
auto eventMC = event.reducedMCevent();
544544
VarManager::FillEvent<VarManager::ObjTypes::ReducedEventMC>(eventMC);
@@ -2088,7 +2088,7 @@ struct AnalysisAsymmetricPairing {
20882088
std::map<int, std::vector<TString>> fTrackHistNames;
20892089
std::map<int, std::vector<TString>> fBarrelHistNamesMCmatched;
20902090
std::vector<AnalysisCompositeCut*> fPairCuts;
2091-
int fNPairHistPrefixes;
2091+
int fNPairHistPrefixes;
20922092

20932093
std::vector<MCSignal> fRecMCSignals;
20942094
std::vector<MCSignal> fGenMCSignals;

PWGDQ/Tasks/tableReader_withAssoc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2017,7 +2017,7 @@ struct AnalysisAsymmetricPairing {
20172017

20182018
std::map<int, std::vector<TString>> fTrackHistNames;
20192019
std::vector<AnalysisCompositeCut*> fPairCuts;
2020-
int fNPairHistPrefixes;
2020+
int fNPairHistPrefixes;
20212021

20222022
// Filter masks to find legs in BarrelTrackCuts table
20232023
uint32_t fLegAFilterMask;

0 commit comments

Comments
 (0)