Skip to content

Commit 7bd6b53

Browse files
committed
set default MeanVertex sigma X,Y to 5mm
1 parent 663eeb7 commit 7bd6b53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Detectors/Vertexing/include/DetectorsVertexing

Detectors/Vertexing/include/DetectorsVertexing/PVertexer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class PVertexer
134134
o2::BunchFilling mBunchFilling;
135135
std::array<int16_t, o2::constants::lhc::LHCMaxBunches> mClosestBunchAbove; // closest filled bunch from above
136136
std::array<int16_t, o2::constants::lhc::LHCMaxBunches> mClosestBunchBelow; // closest filled bunch from below
137-
o2d::VertexBase mMeanVertex{{0., 0., 0.}, {0.1 * 0.1, 0., 0.1 * 0.1, 0., 0., 6. * 6.}};
137+
o2d::VertexBase mMeanVertex{{0., 0., 0.}, {0.5 * 0.5, 0., 0.5 * 0.5, 0., 0., 6. * 6.}};
138138
std::array<float, 3> mXYConstraintInvErr = {1.0f, 0.f, 1.0f}; ///< nominal vertex constraint inverted errors^2
139139
//
140140
std::vector<TrackVF> mTracksPool; ///< tracks in internal representation used for vertexing, sorted in time

0 commit comments

Comments
 (0)