Skip to content

Commit

Permalink
V9b
Browse files Browse the repository at this point in the history
pi+n explicit option
  • Loading branch information
maksaska authored Jun 24, 2022
1 parent abb0b60 commit aa03fb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion general.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ void input_check(int argc, char* argv[])
{"trunc_out", no_argument, NULL, 't'},
{"docker", no_argument, NULL, 'a'},
{"extra_Q2", no_argument, NULL, 'f'},
{"pi_plus_n", no_argument, NULL, 'n'},
{"seed", required_argument, NULL, 's'},
{"output", required_argument, NULL, 'i'},
{NULL, 0, NULL, 0}
Expand Down Expand Up @@ -212,7 +213,7 @@ void input_check(int argc, char* argv[])
//path = data_path + "/" + path;

cout << " ------------------------------------------------------------------- " << endl;
cout << "| Monte Carlo event generator for exclusive pion electroproduction | \n| with radiative corrections \"MCEGENpiN_radcorr V9a\" | \n| |\n| Authors: Davydov M. - MSU, Physics dep. |\n| Isupov E. - MSU, SINP |\n| |\n| https://github.com/Maksaska/MCEGENpiN_radcorr |\n ------------------------------------------------------------------- " << endl;
cout << "| Monte Carlo event generator for exclusive pion electroproduction | \n| with radiative corrections \"MCEGENpiN_radcorr V9b\" | \n| |\n| Authors: Davydov M. - MSU, Physics dep. |\n| Isupov E. - MSU, SINP |\n| |\n| https://github.com/Maksaska/MCEGENpiN_radcorr |\n ------------------------------------------------------------------- " << endl;

cout << endl;

Expand Down

0 comments on commit aa03fb5

Please sign in to comment.