File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1658,10 +1658,10 @@ struct AnalysisSameEventPairing {
16581658 DefineHistograms (fHistMan , histNames.Data (), fConfigAddSEPHistogram .value .data ()); // define all histograms
16591659 if (fEnableBarrelHistos ) {
16601660 DefineHistograms (fHistMan , " PairingSEQA" , " sameevent-pairing" ); // histograms for QA of the pairing
1661- };
1661+ }
16621662 if (fEnableBarrelMixingHistos ) {
16631663 DefineHistograms (fHistMan , " PairingMEQA" , " mixedevent-pairing" ); // histograms for QA of the pairing
1664- };
1664+ }
16651665 dqhistograms::AddHistogramsFromJSON (fHistMan , fConfigAddJSONHistograms .value .c_str ()); // ad-hoc histograms via JSON
16661666 VarManager::SetUseVars (fHistMan ->GetUsedVars ()); // provide the list of required variables so that VarManager knows what to fill
16671667 fOutputList .setObject (fHistMan ->GetMainHistogramList ());
@@ -2501,8 +2501,8 @@ struct AnalysisSameEventPairing {
25012501 }
25022502 }
25032503 } // end pair cut loop
2504- } // end muon cut loop
2505- } // end barrel cut loop
2504+ } // end muon cut loop
2505+ } // end barrel cut loop
25062506 }
25072507 }
25082508 }
You can’t perform that action at this time.
0 commit comments