IAP GITLAB

Skip to content
Snippets Groups Projects
Commit f706a49b authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by ralfulrich
Browse files

standard observation level in vertical_EAS

parent 9c2be654
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,6 @@ ...@@ -38,8 +38,6 @@
#include <corsika/units/PhysicalUnits.h> #include <corsika/units/PhysicalUnits.h>
#include <corsika/utl/CorsikaFenv.h> #include <corsika/utl/CorsikaFenv.h>
#include <corsika/stack/history/HistoryObservationPlane.hpp>
#include <iomanip> #include <iomanip>
#include <iostream> #include <iostream>
#include <limits> #include <limits>
...@@ -209,9 +207,8 @@ int main(int argc, char** argv) { ...@@ -209,9 +207,8 @@ int main(int argc, char** argv) {
process::longitudinal_profile::LongitudinalProfile longprof{showerAxis}; process::longitudinal_profile::LongitudinalProfile longprof{showerAxis};
Plane const obsPlane(showerCore, Vector<dimensionless_d>(rootCS, {0., 0., 1.})); Plane const obsPlane(showerCore, Vector<dimensionless_d>(rootCS, {0., 0., 1.}));
//~ process::observation_plane::ObservationPlane observationLevel(obsPlane, process::observation_plane::ObservationPlane observationLevel(obsPlane,
//~ "particles.dat"); "particles.dat");
corsika::history::HistoryObservationPlane observationLevel{stack, obsPlane};
process::UrQMD::UrQMD urqmd; process::UrQMD::UrQMD urqmd;
process::interaction_counter::InteractionCounter urqmdCounted{urqmd}; process::interaction_counter::InteractionCounter urqmdCounted{urqmd};
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include <corsika/random/UniformRealDistribution.h> #include <corsika/random/UniformRealDistribution.h>
#include <corsika/stack/SecondaryView.h> #include <corsika/stack/SecondaryView.h>
#include <corsika/units/PhysicalUnits.h> #include <corsika/units/PhysicalUnits.h>
#include <corsika/history/EventType.hpp> #include <corsika/stack/history/EventType.hpp>
#include <corsika/logging/Logging.h> #include <corsika/logging/Logging.h>
......
...@@ -95,7 +95,6 @@ namespace corsika::process { ...@@ -95,7 +95,6 @@ namespace corsika::process {
} else { } else {
++particle; // next entry in SecondaryView ++particle; // next entry in SecondaryView
} }
++p; // next entry in SecondaryView
} }
return EProcessReturn::eOk; return EProcessReturn::eOk;
} }
......
...@@ -10,9 +10,8 @@ ...@@ -10,9 +10,8 @@
#include <corsika/logging/Logging.h> #include <corsika/logging/Logging.h>
#include <corsika/particles/ParticleProperties.h> #include <corsika/particles/ParticleProperties.h>
#include <corsika/stack/history/EventType.hpp>
#include <corsika/stack/history/SecondaryParticle.hpp> #include <corsika/stack/history/SecondaryParticle.hpp>
#include <corsika/logging/Logging.h>
#include <corsika/history/EventType.hpp>
#include <iostream> #include <iostream>
#include <memory> #include <memory>
......
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