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 @@ -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 {
@@ -862,7 +862,7 @@ struct DQFilterPPTask {
862862 }
863863 }
864864 }
865-
865+
866866 // run pairing if there is at least one selection that requires it
867867 pairFilter = 0 ;
868868 if (pairingMask > 0 ) {
You can’t perform that action at this time.
0 commit comments