Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PWGDQ/Tasks/dqEfficiency_withAssoc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ struct AnalysisTrackSelection {
VarManager::ResetValues(0, VarManager::kNBarrelTrackVariables);
// fill event information which might be needed in histograms/cuts that combine track and event properties
VarManager::FillEvent<TEventFillMap>(event);
ReducedMCEvent *eventMC = nullptr;
ReducedMCEvent* eventMC = nullptr;
if (event.has_reducedMCevent()) {
auto eventMC = event.reducedMCevent();
VarManager::FillEvent<VarManager::ObjTypes::ReducedEventMC>(eventMC);
Expand Down Expand Up @@ -2088,7 +2088,7 @@ struct AnalysisAsymmetricPairing {
std::map<int, std::vector<TString>> fTrackHistNames;
std::map<int, std::vector<TString>> fBarrelHistNamesMCmatched;
std::vector<AnalysisCompositeCut*> fPairCuts;
int fNPairHistPrefixes;
int fNPairHistPrefixes;

std::vector<MCSignal> fRecMCSignals;
std::vector<MCSignal> fGenMCSignals;
Expand Down
2 changes: 1 addition & 1 deletion PWGDQ/Tasks/tableReader_withAssoc.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@ struct AnalysisAsymmetricPairing {

std::map<int, std::vector<TString>> fTrackHistNames;
std::vector<AnalysisCompositeCut*> fPairCuts;
int fNPairHistPrefixes;
int fNPairHistPrefixes;

// Filter masks to find legs in BarrelTrackCuts table
uint32_t fLegAFilterMask;
Expand Down
Loading