--- PamCut/CollectionActions/ReprocessTrackAction/ReprocessTrackAction.h 2010/07/08 14:00:28 1.2 +++ PamCut/CollectionActions/ReprocessTrackAction/ReprocessTrackAction.h 2011/05/27 12:47:08 1.3 @@ -33,7 +33,7 @@ * @param reprocL2 If false, only the level 1 will be recomputed (if newTrkL1 is NULL, otherwise nothing is done). */ ReprocessTrackAction(const char *actionName, TrkLevel1 **newTrkL1 = NULL, bool *externalFlag = NULL, bool reprocL2 = true) : - CollectionAction(actionName), _newTrkL1(newTrkL1), _externalFlag(externalFlag), _allEvents(0), _reprocessed(0), + CollectionAction(actionName), _newTrkL1(newTrkL1), _externalFlag(externalFlag), _reprocL2 (reprocL2), _allEvents(0), _reprocessed(0), _lostTracks(0), _recoveredTracks(0) { }