Skip to content

Commit 7b9f556

Browse files
committed
Add change to configparam, to be rebased
1 parent 671a978 commit 7b9f556

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Detectors/ITSMFT/ITS/tracking/include/ITStracking/TrackingConfigParam.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ struct TrackerParamConfig : public o2::conf::ConfigurableParamHelper<TrackerPara
7878
int nROFsPerIterations = 0;
7979
bool perPrimaryVertexProcessing = false;
8080
bool saveTimeBenchmarks = false;
81+
bool overrideBeamEstimation = false; // used by gpuwf only
82+
int trackingMode = -1; // -1: unset, 0=sync, 1=async, 2=cosmics used by gpuwf only
8183

8284
O2ParamDef(TrackerParamConfig, "ITSCATrackerParam");
8385
};

0 commit comments

Comments
 (0)