Skip to content

Commit ceffd7d

Browse files
committed
[PWGDQ] Add debug logging to FillFIT BC path
1 parent a4ce877 commit ceffd7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGDQ/Core/VarManager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5308,6 +5308,7 @@ void VarManager::FillFIT(T const& obj, float* values)
53085308
values[kDistClosestBcT0A] = obj.distClosestBcT0A();
53095309
} else {
53105310
// This is a BC object - access FIT detectors via BC associations
5311+
LOG(info) << "VarManager::FillFIT: Using BC object path";
53115312
// Initialize all FIT variables to default values first
53125313
values[kAmplitudeFT0A] = -1.f;
53135314
values[kAmplitudeFT0C] = -1.f;

0 commit comments

Comments
 (0)