File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -535,9 +535,9 @@ struct DQFilterPPTask {
535535 std::map<uint64_t , uint64_t > fFiltersMap ; // map of filters for events that passed at least one filter
536536 std::map<uint64_t , std::vector<bool >> fCEFPfilters ; // map of CEFP filters for events that passed at least one filter
537537
538- uint32_t fPairingLSBarrel ; // used to set in which cut setting LS pairs will be analysed
539- uint32_t fPairingLSMuon ; // used to set in which cut setting LS pairs will be analysed
540- uint32_t fPairingLSBarrelMuon ; // used to set in which cut setting LS pairs will be analysed
538+ uint32_t fPairingLSBarrel ; // used to set in which cut setting LS pairs will be analysed
539+ uint32_t fPairingLSMuon ; // used to set in which cut setting LS pairs will be analysed
540+ uint32_t fPairingLSBarrelMuon ; // used to set in which cut setting LS pairs will be analysed
541541
542542 void DefineCuts ()
543543 {
@@ -777,7 +777,7 @@ struct DQFilterPPTask {
777777 }
778778 objCountersBarrel[icut] += 1 ; // count the pair
779779 if (fConfigQA ) { // fill histograms if QA is enabled
780- // cout << "=========== filling pair for collision " << collision.globalIndex() << endl;
780+ // cout << "=========== filling pair for collision " << collision.globalIndex() << endl;
781781 fHistMan ->FillHistClass (fBarrelPairHistNames [icut].Data (), VarManager::fgValues);
782782 }
783783 }
@@ -863,7 +863,7 @@ struct DQFilterPPTask {
863863 }
864864 }
865865 }
866-
866+
867867 // run pairing if there is at least one selection that requires it
868868 pairFilter = 0 ;
869869 if (pairingMask > 0 ) {
You can’t perform that action at this time.
0 commit comments