Skip to content

Commit

Permalink
ParticleSvc: clang-format pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Dec 30, 2024
1 parent 3b0912d commit c30f01d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/algorithms/interfaces/ParticleSvc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
namespace algorithms {

const std::shared_ptr<ParticleSvc::ParticleMap> ParticleSvc::kParticleMap =
// clang-format off
std::make_shared<ParticleSvc::ParticleMap>(ParticleSvc::ParticleMap{
{ 0, { 0, 0, 0.0 , "unknown" }},
{ 11, { 11, -1, 0.000510998928, "e-" }},
Expand Down Expand Up @@ -248,5 +249,6 @@ const std::shared_ptr<ParticleSvc::ParticleMap> ParticleSvc::kParticleMap =
{ 1000020030, { 1000020030, 2, 2.80923 , "He-3" }},
{ 1000020040, { 1000020040, 2, 3.72742 , "Alpha" }},
});
// clang-format on

} // namespace algorithms

0 comments on commit c30f01d

Please sign in to comment.