Skip to content

Commit 40985aa

Browse files
Felix Schleppershahor02
authored andcommitted
SVertexer: remove double param print
Also when the final parameters are printed they now use the infologger facility, which IMO is more intutive and verbose. Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent c8ae254 commit 40985aa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Detectors/GlobalTrackingWorkflow/src/SecondaryVertexingSpec.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ void SecondaryVertexingSpec::finaliseCCDB(ConcreteDataMatcher& matcher, void* ob
153153
}
154154
if (matcher == ConcreteDataMatcher("GLO", "SVPARAM", 0)) {
155155
LOG(info) << "SVertexer Params updated from ccdb";
156-
SVertexerParams::Instance().printKeyValues(true, true);
157156
return;
158157
}
159158
}
@@ -175,7 +174,7 @@ void SecondaryVertexingSpec::updateTimeDependentParams(ProcessingContext& pc)
175174
}
176175
if (pc.services().get<const o2::framework::DeviceSpec>().inputTimesliceId == 0) {
177176
// setting and or overwriting the configurable params
178-
SVertexerParams::Instance().printKeyValues();
177+
SVertexerParams::Instance().printKeyValues(true, true);
179178
}
180179
if (mEnableStrangenessTracking) {
181180
o2::its::GeometryTGeo* geom = o2::its::GeometryTGeo::Instance();

0 commit comments

Comments
 (0)