IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 10e54dd6 authored by ralfulrich's avatar ralfulrich
Browse files

fix mistake in corsika.cpp

parent e239950e
No related branches found
No related tags found
No related merge requests found
......@@ -314,7 +314,8 @@ int main(int argc, char** argv) {
// observation plane
Plane const obsPlane(showerCore, DirectionVector(rootCS, {0., 0., 1.}));
ObservationPlane observationLevel(obsPlane, DirectionVector(rootCS, {1., 0., 0.}));
ObservationPlane<setup::Tracking, NoOutput> observationLevel(
obsPlane, DirectionVector(rootCS, {1., 0., 0.}));
// register the observation plane with the output
output.add("particles", observationLevel);
......
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