IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 2ffaf4a6 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

energy output in MyStackInspector

parent d02f18ae
No related branches found
No related tags found
1 merge request!121Vertical EAS
Pipeline #564 passed
......@@ -147,11 +147,12 @@ public:
template <typename TSecondaries>
EProcessReturn DoSecondaries(TSecondaries& vS) {
cout << "ProcessCut: DoSecondaries" << endl;
auto p = vS.begin();
while (p != vS.end()) {
const Code pid = p.GetPID();
HEPEnergyType energy = p.GetEnergy();
cout << "ProcessCut: DoSecondaries: " << pid << " E= " << energy
cout << pid << " E= " << energy
<< ", EcutTot=" << (fEmEnergy + fInvEnergy + fEnergy) / 1_GeV << " GeV"
<< endl;
if (isEmParticle(pid)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment