Skip to content

Commit 440ef0f

Browse files
authored
Update treeCreatorToXiPi.cxx
1 parent c4d74cf commit 440ef0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/treeCreatorToXiPi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ struct HfTreeCreatorToXiPi {
246246
template <bool useCentrality, typename MyEventTableType, typename T>
247247
void fillCandidate(const T& candidate, int8_t flagMc, int8_t debugMc, int8_t originMc, bool collisionMatched)
248248
{
249-
249+
250250
float centrality = -999.f;
251251
if constexpr (useCentrality) {
252252
auto const& collision = candidate.template collision_as<MyEventTableType>();

0 commit comments

Comments
 (0)