We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091d9d8 commit 64d591fCopy full SHA for 64d591f
1 file changed
ALICE3/Tasks/alice3DecayerQa.cxx
@@ -132,7 +132,6 @@ struct Alice3DecayerQa {
132
133
void process(const aod::McCollision& collision, const aod::McParticles& particles)
134
{
135
- LOG(info) << particles.size();
136
// Group with collision
137
auto trueElectronsGrouped = trueElectrons->sliceByCached(aod::mcparticle::mcCollisionId, collision.globalIndex(), cache);
138
auto trueMuonsGrouped = trueMuons->sliceByCached(aod::mcparticle::mcCollisionId, collision.globalIndex(), cache);
0 commit comments