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