IAP GITLAB

Skip to content
Snippets Groups Projects
Commit b918c03a authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

removed ...OfShower in Cascade

parent a95c1469
No related branches found
No related tags found
1 merge request!352Better examples
Pipeline #4447 failed
......@@ -31,9 +31,6 @@ namespace corsika {
inline void Cascade<TTracking, TProcessList, TOutput, TStack, TStackView>::run() {
setNodes(); // put each particle on stack in correct environment volume
// start this event (i.e. this shower)
output_.startOfShower();
while (!stack_.isEmpty()) {
while (!stack_.isEmpty()) {
CORSIKA_LOG_TRACE("Stack: {}", stack_.asString());
......@@ -54,9 +51,6 @@ namespace corsika {
// thus, the double loop
// doCascadeEquations();
}
// end this event (i.e. this shower)
output_.endOfShower();
}
template <typename TTracking, typename TProcessList, typename TOutput, typename TStack,
......
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