Skip to content

Commit ff2d508

Browse files
committed
message should be outside the loop
1 parent ab73e40 commit ff2d508

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

run/o2sim_mctracks_to_aod.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,8 @@ struct MctracksToAod {
9494
// TODO: include BC simulation
9595
auto bcCounter = 0UL;
9696
size_t offset = 0;
97+
LOG(debug) << "--- Loop over " << nParts << " parts ---";
9798
for (auto i = 0U; i < nParts; ++i) {
98-
LOG(debug) << "--- Loop over " << nParts << " parts ---";
99-
10099
auto record = mSampler.generateCollisionTime();
101100
auto header = pc.inputs().get<McHeader*>("mcheader", i);
102101
auto tracks = pc.inputs().get<McTracks>("mctracks", i);

0 commit comments

Comments
 (0)