We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d884fe + e6d7e7e commit 7f11a00Copy full SHA for 7f11a00
CommonTools/CandAlgos/interface/CandCombiner.h
@@ -81,7 +81,7 @@ namespace reco {
81
throw edm::Exception(edm::errors::Configuration, "failed to parse \"" + decay + "\"");
82
83
int lists = labels_.size();
84
- if (lists != 2 && lists != 3)
+ if (lists != 2 && lists != 3 && lists != 4)
85
throw edm::Exception(edm::errors::LogicError, "invalid number of collections");
86
bool found;
87
const string setLongLived("setLongLived");
0 commit comments