Skip to content

Commit

Permalink
applied BPIX translation to BS centroid
Browse files Browse the repository at this point in the history
  • Loading branch information
sarafiorendi committed Jul 27, 2015
1 parent 185ccb0 commit 2fe4d74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IOMC/EventVertexGenerators/python/VtxSmearedParameters_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,9 @@
Alpha = cms.double(0.0),
SigmaZ = cms.double(5.3),
TimeOffset = cms.double(0.0),
X0 = cms.double(), # from fill 4008, absolute coordinates X0 = 0.07798 [cm]. BPix position, absolute coordinates XXX [cm]. Final position YYY [cm].
Y0 = cms.double(), # from fill 4008, absolute coordinates Y0 = 0.09714 [cm]. BPix position, absolute coordinates XXX [cm]. Final position YYY [cm].
Z0 = cms.double() # from fill 4008, absolute coordinates Z0 = -1.610 [cm]. BPix position, absolute coordinates XXX [cm]. Final position YYY [cm].
X0 = cms.double(0.10482), # from fill 4008, absolute coordinates X0 = 0.07798 [cm]. BPix position, absolute coordinates -0.026837 [cm]. Final position 0.10482 [cm].
Y0 = cms.double(0.16867), # from fill 4008, absolute coordinates Y0 = 0.09714 [cm]. BPix position, absolute coordinates -0.0715252 [cm]. Final position 0.16867 [cm].
Z0 = cms.double(-1.0985) # from fill 4008, absolute coordinates Z0 = -1.610 [cm]. BPix position, absolute coordinates -0.511453 [cm]. Final position -1.0985 [cm].
)
# Test HF offset
ShiftedCollision2015VtxSmearingParameters = cms.PSet(
Expand Down

0 comments on commit 2fe4d74

Please sign in to comment.