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.6 by gutsche, Mon Oct 9 23:28:57 2006 UTC vs.
Revision 1.7 by spiga, Fri Dec 29 09:25:31 2006 UTC

# Line 59 | Line 59 | class PsetManipulator:
59          inModule.setPythiaVtxSeed(self.cfg,vtxSeed)
60          return
61  
62 +    def pythiaFirstRun(self, firstrun):
63 +        """ """
64 +        # set input module
65 +        inModule = self.cfg.inputSource
66 +        inModule.setFirstRun(firstrun)   ## Add Daniele
67 +        return
68 +
69      def maxEvent(self, maxEv):
70          """ """
71          # set input module

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines