CMS 3D CMS Logo

TBDirectionParameters_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 common_beam_direction_parameters = cms.PSet(
4  MinE = cms.double(50.0),
5  MaxE = cms.double(50.0),
6  PartID = cms.vint32(-211),
7  MinEta = cms.double(0.2175),
8  MaxEta = cms.double(0.2175),
9  MinPhi = cms.double(-0.1309),
10  MaxPhi = cms.double(-0.1309),
11  BeamPosition = cms.double(-800.0)
12  )