Skip to content

Commit cea6567

Browse files
committed
ITS3: fix compilation
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 46dbe6b commit cea6567

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Detectors/Upgrades/ITS3/workflow/src/RecoWorkflow.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ framework::WorkflowSpec getWorkflow(bool useMC, its::TrackingMode::Type trmode,
4040
}
4141

4242
if (!disableRootOutput) {
43-
specs.emplace_back(o2::itsmft::getITSClusterWriterSpec(useMC));
43+
specs.emplace_back(o2::itsmft::getITSClusterWriterSpec(useMC, false));
4444
}
4545

4646
if (trmode != its::TrackingMode::Off) {

Detectors/Upgrades/ITS3/workflow/src/TrackerSpec.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ TrackerDPL::TrackerDPL(std::shared_ptr<o2::base::GRPGeomRequest> gr,
4646
const bool overrBeamEst,
4747
o2::gpu::gpudatatypes::DeviceType dType) : mGGCCDBRequest(gr),
4848
mRecChain{o2::gpu::GPUReconstruction::CreateInstance(dType, true)},
49-
mITS3TrackingInterface{isMC, trgType, overrBeamEst}
49+
mITS3TrackingInterface{isMC, false, trgType, overrBeamEst}
5050
{
5151
mITS3TrackingInterface.setTrackingMode(trMode);
5252
}

0 commit comments

Comments
 (0)