10 struct VectorInputSourceDescription;
13 : productRegistry_(
desc.productRegistry_),
15 consecutiveRejectionsLimit_(
pset.getUntrackedParameter<unsigned
int>(
"consecutiveRejectionsLimit", 100)) {}
32 <<
"VectorInputSource::loopOverEvents() read " << consecutiveRejections
33 <<
" consecutive pileup events that were rejected by the eventOperator. " 34 <<
"This is likely a sign of misconfiguration (of e.g. the adjusted-to pileup probability profile). " 35 <<
"If you know what you're doing, this exception can be turned off by setting consecutiveRejectionsLimit=0.";