CMS 3D CMS Logo

OfflineHarvestingSequence_hi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 
4 # apply some customization
5 # - ptype = 1 Offlien processing
6 # - runkey value 2 - cosmics
7 hcalOfflineHarvesting.ptype = cms.untracked.int32(1)
8 hcalOfflineHarvesting.runkeyVal = cms.untracked.int32(4)
9 hcalOfflineHarvesting.runkeyName = cms.untracked.string("hi_run")