Skip to content

Commit d00847e

Browse files
author
Henrik Fribert
committed
Fix: Formatting
1 parent ad09ab0 commit d00847e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ALICE3/Core/DelphesO2TrackSmearer.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ bool TrackSmearer::loadTable(int pdg, const char* filename, bool forceReload)
106106
return false;
107107
}
108108
bool specialPdgCase = false;
109-
switch (pdg) { // Handle special cases
110-
case o2::constants::physics::kAlpha: // Special case: Allow Alpha particles to use He3 LUT
109+
switch (pdg) { // Handle special cases
110+
case o2::constants::physics::kAlpha: // Special case: Allow Alpha particles to use He3 LUT
111111
specialPdgCase = (mLUTHeader[ipdg]->pdg == o2::constants::physics::kHelium3);
112112
if (specialPdgCase)
113113
LOG(info)
114-
<< " --- Alpha particles (PDG " << pdg << ") will use He3 LUT data (PDG " << mLUTHeader[ipdg]->pdg << ")" << std::endl;
114+
<< " --- Alpha particles (PDG " << pdg << ") will use He3 LUT data (PDG " << mLUTHeader[ipdg]->pdg << ")" << std::endl;
115115
break;
116116
default:
117117
break;

0 commit comments

Comments
 (0)