CMS 3D CMS Logo

CommonParameters_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 commonParameters = cms.PSet(
4  HepMCProductLabel = cms.InputTag('generatorSmeared'),
5  Verbosity = cms.bool(False),
6  EtaCut = cms.double(8.2),
7  MomentumCut= cms.double(3000),
8  PPSRegionStart_45 = cms.double(212.45),
9  PPSRegionStart_56 = cms.double(212.45)
10 )
11