File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments