Skip to content

Commit 5b56dc1

Browse files
committed
Removing PdgToIndex not used
1 parent 10f63f7 commit 5b56dc1

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

DPG/Tasks/ITS/itsImpParStudies.cxx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -353,19 +353,6 @@ struct ItsImpactParStudies {
353353
{
354354
constexpr float toMicrometers = 10000.f; // Conversion from [cm] to [mum]
355355

356-
auto PDGtoIndex = [](const int pdg) {
357-
switch (pdg) {
358-
case 211: // pion
359-
return 1;
360-
case 321: // kaon
361-
return 2;
362-
case 2212: // proton
363-
return 3;
364-
default: // not identified
365-
return 0;
366-
}
367-
};
368-
369356
/// trigger selection
370357
if (useTriggerkINT7) {
371358
// from Tutorial/src/multiplicityEventTrackSelection.cxx

0 commit comments

Comments
 (0)