Skip to content

Commit 407ef0c

Browse files
committed
Merge in dev
1 parent 2250678 commit 407ef0c

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

Detectors/AOD/src/AODProducerWorkflowSpec.cxx

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,7 +2354,7 @@ bool AODProducerWorkflowDPL::propagateTrackToPV(o2::track::TrackParametrizationW
23542354
dcaInfo.set(999.f, 999.f, 999.f, 999.f, 999.f);
23552355
o2::dataformats::VertexBase v = mVtx.getMeanVertex(colID < 0 ? 0.f : data.getPrimaryVertex(colID).getZ());
23562356
return o2::base::Propagator::Instance()->propagateToDCABxByBz(v, trackPar, 2.f, mMatCorr, &dcaInfo);
2357-
};
2357+
}
23582358

23592359
void AODProducerWorkflowDPL::extrapolateToCalorimeters(TrackExtraInfo& extraInfoHolder, const o2::track::TrackPar& track)
23602360
{
@@ -2373,7 +2373,8 @@ void AODProducerWorkflowDPL::extrapolateToCalorimeters(TrackExtraInfo& extraInfo
23732373
SPHOS, // 12 PHOS only
23742374
SPHOS | SEMCAL, SPHOS | SEMCAL, SPHOS | SEMCAL, // 13:15 PHOS & DCAL
23752375
SEMCAL, // 16 DCAL only
2376-
SNONE}; // 17
2376+
SNONE // 17
2377+
};
23772378

23782379
o2::track::TrackPar outTr{track};
23792380
auto prop = o2::base::Propagator::Instance();
@@ -2767,13 +2768,9 @@ DataProcessorSpec getAODProducerWorkflowSpec(GID::mask_t src, bool enableSV, boo
27672768
ConfigParamSpec{"ctpreadout-create", VariantType::Int, 0, {"Create CTP digits from detector readout and CTP inputs. !=1 -- off, 1 -- on"}},
27682769
ConfigParamSpec{"emc-select-leading", VariantType::Bool, false, {"Flag to select if only the leading contributing particle for an EMCal cell should be stored"}},
27692770
ConfigParamSpec{"propagate-tracks", VariantType::Bool, false, {"Propagate tracks (not used for secondary vertices) to IP"}},
2770-
ConfigParamSpec{"hepmc-update", VariantType::String, "any", {"When to update HepMC Aux tables: always - force update, never - never update, all - if all keys are present, any - when any key is present"}}}};
2771-
ConfigParamSpec
2772-
{
2773-
"propagate-muons", VariantType::Bool, false, { "Propagate muons to IP" }
2774-
}
2775-
}
2776-
};
2771+
ConfigParamSpec{"hepmc-update", VariantType::String, "any", {"When to update HepMC Aux tables: always - force update, never - never update, all - if all keys are present, any - when any key is present"}},
2772+
ConfigParamSpec{
2773+
"propagate-muons", VariantType::Bool, false, {"Propagate muons to IP"}}}};
27772774
}
27782775

27792776
} // namespace o2::aodproducer

0 commit comments

Comments
 (0)