Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76729
b: "refs/heads/CMSSW_7_1_X"
c: fc6e8de
h: "refs/heads/CMSSW_7_1_X"
i:
  76727: c2b6fe1
v: v3
  • Loading branch information
Benedikt Hegner committed Oct 30, 2009
1 parent d208eba commit 7036e23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 0a211d69cb1cee4b5dd90d945b2958aa80d5b597
"refs/heads/CMSSW_7_1_X": fc6e8de7a38a8d769d4184195d77b6ad72e3560e
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python


__version__ = "$Revision: 1.149 $"
__version__ = "$Revision: 1.150 $"
__source__ = "$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/PyReleaseValidation/python/ConfigBuilder.py,v $"

import FWCore.ParameterSet.Config as cms
Expand Down Expand Up @@ -509,6 +509,8 @@ def prepare_GEN(self, sequence = None):
#check if we are dealing with fastsim -> no vtx smearing
if "FASTSIM" in self._options.step:
self.process.pgen.remove(self.process.VertexSmearing)
self.process.pgen.remove(self.process.GeneInfo)
self.process.pgen.remove(self.process.genJetMET)
self.process.generation_step = cms.Path( self.process.pgen)
self.process.generation_step._seq = self.process.pgen._seq

Expand Down Expand Up @@ -810,7 +812,7 @@ def prepare_FASTSIM(self, sequence = "all"):
def build_production_info(self, evt_type, evtnumber):
""" Add useful info for the production. """
prod_info=cms.untracked.PSet\
(version=cms.untracked.string("$Revision: 1.149 $"),
(version=cms.untracked.string("$Revision: 1.150 $"),
name=cms.untracked.string("PyReleaseValidation"),
annotation=cms.untracked.string(evt_type+ " nevts:"+str(evtnumber))
)
Expand Down

0 comments on commit 7036e23

Please sign in to comment.