You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ALICE3/TableProducer/OTF/onTheFlyTracker.cxx
+19-6Lines changed: 19 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@
42
42
#include<DetectorsBase/Propagator.h>
43
43
#include<DetectorsVertexing/PVertexer.h>
44
44
#include<DetectorsVertexing/PVertexerHelpers.h>
45
+
#include<DetectorsVertexing/PVertexerParams.h>
45
46
#include<Field/MagneticField.h>
46
47
#include<Framework/AnalysisDataModel.h>
47
48
#include<Framework/AnalysisTask.h>
@@ -117,6 +118,7 @@ struct OnTheFlyTracker {
117
118
Configurable<bool> doExtraQA{"doExtraQA", false, "do extra 2D QA plots"};
118
119
Configurable<bool> extraQAwithoutDecayDaughters{"extraQAwithoutDecayDaughters", false, "remove decay daughters from qa plots (yes/no)"};
119
120
Configurable<bool> cleanLutWhenLoaded{"cleanLutWhenLoaded", true, "clean LUTs after being loaded to save disk space"};
121
+
Configurable<std::string> primaryVertexOption{"primaryVertexOption", "pvertexer.maxChi2TZDebris=10;pvertexer.acceptableScale2=9;pvertexer.minScale2=2;pvertexer.timeMarginVertexTime=1.3;;pvertexer.maxChi2TZDebris=40;pvertexer.maxChi2Mean=12;pvertexer.maxMultRatDebris=1.;pvertexer.addTimeSigma2Debris=1e-2;pvertexer.meanVertexExtraErrSelection=0.03;", "Option for the primary vertexer"};
0 commit comments