We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab73e40 commit ff2d508Copy full SHA for ff2d508
run/o2sim_mctracks_to_aod.cxx
@@ -94,9 +94,8 @@ struct MctracksToAod {
94
// TODO: include BC simulation
95
auto bcCounter = 0UL;
96
size_t offset = 0;
97
+ LOG(debug) << "--- Loop over " << nParts << " parts ---";
98
for (auto i = 0U; i < nParts; ++i) {
- LOG(debug) << "--- Loop over " << nParts << " parts ---";
99
-
100
auto record = mSampler.generateCollisionTime();
101
auto header = pc.inputs().get<McHeader*>("mcheader", i);
102
auto tracks = pc.inputs().get<McTracks>("mctracks", i);
0 commit comments