File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
L1Trigger/Phase2L1GT/plugins Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,12 @@ namespace l1t {
9898 }
9999 if (!regionsMaxRelIsolationPt_.empty () && regionsAbsEtaLowerBounds_.size () != regionsMaxRelIsolationPt_.size ()) {
100100 throw cms::Exception (" Configuration" )
101- << " \' regionsMinPt\' has " << regionsMaxRelIsolationPt_.size () << " entries, but requires "
101+ << " \' regionsMaxRelIsolationPt\' has " << regionsMaxRelIsolationPt_.size () << " entries, but requires "
102+ << regionsAbsEtaLowerBounds_.size () << " in " << tag_ << " ." ;
103+ }
104+ if (!regionsQualityFlags_.empty () && regionsAbsEtaLowerBounds_.size () != regionsQualityFlags_.size ()) {
105+ throw cms::Exception (" Configuration" )
106+ << " \' regionsMaxRelIsolationPt\' has " << regionsQualityFlags_.size () << " entries, but requires "
102107 << regionsAbsEtaLowerBounds_.size () << " in " << tag_ << " ." ;
103108 }
104109 }
You can’t perform that action at this time.
0 commit comments