--- PamCut/Collections/SmartBlindCollection/SmartBlindCollection.h 2009/06/05 13:14:34 1.2 +++ PamCut/Collections/SmartBlindCollection/SmartBlindCollection.h 2009/06/16 16:44:59 1.3 @@ -19,8 +19,9 @@ * This collection differs from SmartCollection only because it is blind, ie., it will apply * all the cuts to each events, even if some of them fail (see #BlindCutCollection to get * more info about blind collections). In current implementation, after a cut has failed, it - * will call OnBad for all the actions that come after that cut, regardless if, for example, - * in a certain subsequent bunch all the cuts are satisfied. + * will call OnBad for all the actions that come after that cut (also the ones at the end of + * successive bunches), regardless if, for example, in a certain subsequent bunch all the + * cuts are satisfied. */ class SmartBlindCollection: public SmartCollection {