ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CRAB/python/PsetManipulator.py
(Generate patch)

Comparing COMP/CRAB/python/PsetManipulator.py (file contents):
Revision 1.4 by slacapra, Fri Jul 7 10:20:13 2006 UTC vs.
Revision 1.5 by gutsche, Sun Aug 27 21:10:04 2006 UTC

# Line 73 | Line 73 | class PsetManipulator:
73          inModule.setMaxEvents(maxEv)   ## Add Daniele
74          return
75  
76 +    def skipEvent(self, skipEv):
77 +        """ """
78 +        # set input module
79 +        inModule = self.cfg.inputSource
80 +        inModule.cleanSkipEvent()
81 +        inModule.setSkipEvents(skipEv)   ## Add Daniele
82 +        return
83 +
84      def outputModule(self, output):
85  
86          #set output module

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines