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.23 by slacapra, Thu Nov 6 17:51:43 2008 UTC vs.
Revision 1.24 by ewv, Tue Dec 16 17:07:08 2008 UTC

# Line 55 | Line 55 | class PsetManipulator:
55          self.cfg.maxEvents.setMaxEventsInput(maxEv)
56          return
57  
58 +    def skipEvent(self, skipEv):
59 +        """
60 +        Set max event in the standalone untracked module
61 +        """
62 +        self.cfg.inputSource.setSkipEvents(skipEv)
63 +        return
64 +
65      def psetWriter(self, name):
66          """
67          Write out modified CMSSW.cfg

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines