We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce48c8e commit df8a984Copy full SHA for df8a984
DPG/Tasks/ITS/filterTracks.cxx
@@ -202,8 +202,8 @@ struct FilterTracks {
202
{
203
204
fillTableData(track);
205
- bool has_McParticle = track.has_mcParticle();
206
- if (has_McParticle) {
+ bool hasMcParticle = track.has_mcParticle();
+ if (hasMcParticle) {
207
/// the track is not fake
208
209
// check whether the particle comes from a charm or beauty hadron and store its index
0 commit comments