Skip to content

Commit a0d7c92

Browse files
authored
Change name of prepropagation config variable
1 parent b733857 commit a0d7c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Detectors/AOD/include/AODProducerWorkflow/AODProducerWorkflowSpec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class AODProducerWorkflowDPL : public Task
246246
std::mt19937 mGenerator{}; ///< random generator for trackQA sampling
247247
o2::base::Propagator::MatCorrType mMatCorr{o2::base::Propagator::MatCorrType::USEMatCorrLUT};
248248
o2::dataformats::MeanVertexObject mVtx;
249-
float mMinPropR{o2::constants::geom::XTPCInnerRef + 0.1f};
249+
float mMaxPropXiu{5.0f}; // max X_IU for which track is to be propagated if mPropTracks is true. (other option: o2::constants::geom::XTPCInnerRef + 0.1f)
250250

251251
std::unordered_set<GIndex> mGIDUsedBySVtx;
252252
std::unordered_set<GIndex> mGIDUsedByStr;

0 commit comments

Comments
 (0)