Skip to content

Commit 2a33a08

Browse files
authored
Merge pull request #4 from alibuild/alibot-cleanup-13750
Please consider the following formatting changes to #13750
2 parents d015e9f + c14d1a5 commit 2a33a08

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DataFormats/simulation/include/SimulationDataFormat/O2DatabasePDG.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ inline void O2DatabasePDG::addALICEParticles(TDatabasePDG* db)
256256
if (!db->GetParticle(ionCode)) {
257257
db->AddParticle("AntiHyperhydrog4", "AntiHyperhydrog4", 3.922434, kFALSE,
258258
2.5e-15, 3, "Ion", ionCode);
259-
}
259+
}
260260
//hyper helium 4 ground state
261261
ionCode = 1010020040;
262262
if (!db->GetParticle(ionCode)) {
@@ -269,7 +269,7 @@ inline void O2DatabasePDG::addALICEParticles(TDatabasePDG* db)
269269
db->AddParticle("AntiHyperhelium4", "AntiHyperhelium4", 3.921728, kFALSE,
270270
2.5e-15, 6, "Ion", ionCode);
271271
}
272-
272+
273273
// Lithium 4 ground state
274274
ionCode = 1000030040;
275275
if (!db->GetParticle(ionCode)) {
@@ -307,7 +307,7 @@ inline void O2DatabasePDG::addALICEParticles(TDatabasePDG* db)
307307
2.5e-15, 6, "Ion", ionCode);
308308
}
309309

310-
// 4-Xi-He
310+
// 4-Xi-He
311311
ionCode = 1120020040;
312312
if (!db->GetParticle(ionCode)) {
313313
db->AddParticle("4XiHe", "4XiHe", 4.128, kFALSE, 4.04e-15, 3, "Ion", ionCode);

Steer/src/O2MCApplication.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ void addSpecialParticles()
293293
//Double Anti-Hyper hydrogen 4
294294
TVirtualMC::GetMC()->DefineParticle(-1020010040, "DoubleAntiHyperhydrogen4", kPTHadron, 4.106, 1.0, 2.632e-10, "Ion", 0.0, 0, 1, 0, 0, 0, 0, 0, 4, kFALSE);
295295

296-
// 4Xi(-)H
296+
// 4Xi(-)H
297297
TVirtualMC::GetMC()->DefineParticle(1120010040, "4XiH", kPTHadron, 4.128, 1.0, 1.639e-10, "Ion", 0.0, 0, 1, 0, 0, 0, 0, 0, 4, kFALSE);
298298
// Anti-4Xi(-)H
299299
TVirtualMC::GetMC()->DefineParticle(-1120010040, "Anti4XiH", kPTHadron, 4.128, 1.0, 1.639e-10, "Ion", 0.0, 0, 1, 0, 0, 0, 0, 0, 4, kFALSE);
@@ -764,7 +764,7 @@ void addSpecialParticles()
764764

765765
TVirtualMC::GetMC()->SetDecayMode(-1020010040, abratio42, amode42);
766766

767-
// Define the decay for the 4Xi(-)He
767+
// Define the decay for the 4Xi(-)He
768768
Int_t mode4XiHe[6][3];
769769
Float_t bratio4XiHe[6];
770770

0 commit comments

Comments
 (0)