IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 0741ab27 authored by ralfulrich's avatar ralfulrich
Browse files

style

parent aed0552f
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ namespace corsika {
* Set init flag.
*/
void setInit(bool const v) { is_init_ = v; }
protected:
int shower_{0}; ///< The current event number.
private:
......
......@@ -144,7 +144,7 @@ int main() {
TrackWriter trackWriter;
output.add("tracks", trackWriter); // register TrackWriter
BetheBlochPDG eLoss{showerAxis};
// assemble all processes into an ordered process list
......
......@@ -222,7 +222,7 @@ int main(int argc, char** argv) {
ObservationPlane observationLevel(obsPlane, DirectionVector(rootCS, {1., 0., 0.}),
"particles.dat");
output.add("obsplane", observationLevel);
corsika::urqmd::UrQMD urqmd_model;
InteractionCounter urqmdCounted{urqmd_model};
......
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