CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
TotemTransport_cfi Namespace Reference

Variables

tuple baseTotemParameters
 
tuple BeamConditions2016
 
tuple totemTransportSetup_2016
 

Variable Documentation

tuple TotemTransport_cfi.baseTotemParameters
Initial value:
1 = cms.PSet(
2  TransportMethod = cms.string('Totem'),
3  checkApertures = cms.bool(True),
4  ApplyZShift = cms.bool(True)
5 )

Definition at line 5 of file TotemTransport_cfi.py.

tuple TotemTransport_cfi.BeamConditions2016
Initial value:
1 = cms.PSet(
2  Beam1Filename = cms.string('SimTransport/TotemRPProtonTransportParametrization/data/parametrization_6500GeV_0p4_185_reco_beam1.root'),
3  Beam2Filename = cms.string('SimTransport/TotemRPProtonTransportParametrization/data/parametrization_6500GeV_0p4_185_reco_beam2.root'),
4  Model_IP_150_R_Name = cms.string('ip5_to_beg_150_station_lhcb1'),
5  Model_IP_150_L_Name = cms.string('ip5_to_beg_150_station_lhcb2'),
6  BeamDivergenceX = cms.double(20.), # in urad
7  BeamDivergenceY = cms.double(20.), # in urad
8  BeamEnergyDispersion = cms.double(1.11e-4),
9  halfCrossingAngleSector45 = cms.double(179.394), # in urad
10  halfCrossingAngleSector56 = cms.double(191.541), # in urad
11  BeamEnergy = cms.double(6500.), # in GeV
12  #BeamXatIP = cms.untracked.double(0.499), # if not given, will take the CMS average vertex position
13  #BeamYatIP = cms.untracked.double(-0.190), # if not given, will take the CMS average vertex position
14  # in m, should be consistent with geometry xml definitions
15  BeampipeApertureRadius = cms.double(0.04), # in meter
16  BeamSigmaX = cms.double(20.),
17  BeamSigmaY = cms.double(20.)
18 )

Definition at line 11 of file TotemTransport_cfi.py.

tuple TotemTransport_cfi.totemTransportSetup_2016
Initial value:
1 = cms.PSet(
2  baseTotemParameters,
3  BeamConditions2016
4 )

Definition at line 30 of file TotemTransport_cfi.py.