CMS 3D CMS Logo

TotemTransport_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from SimTransport.PPSProtonTransport.TotemBeamConditions_cff import BeamConditionsGlobal
4 LHCTransport = cms.EDProducer('PPSSimTrackProducer',
5  TransportMethod = cms.string('Totem'),
6  HepMCProductLabel = cms.InputTag('generatorSmeared'),
7  Verbosity = cms.bool(False),
8  sqrtS = cms.double(13.0e3),
9 
10  # crossing angle
11  checkApertures = cms.bool(True),
12 
13  BeamProtTransportSetup=BeamConditionsGlobal
14 )