Skip to content
Snippets Groups Projects
Commit 5bdb6490 authored by Zach Marshall's avatar Zach Marshall Committed by Graeme Stewart
Browse files

Moving LooperKiller verbosity down to 1 (G4UserActions-00-00-94-02)

	* tagging G4UserActions-00-00-94-02
	* Moving LooperKiller verbosity down to 1
parent a4a5ab5b
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ class LooperKiller: public FADS::ActionsBase , public FADS::UserAction {
public:
LooperKiller(std::string s): FADS::ActionsBase(s), FADS::UserAction(s), m_max_steps(1000000), m_print_steps(100), m_count_steps(0),
m_killed_tracks(0), m_verbose_level(4), m_initted(false), m_abortEvent(true),
m_killed_tracks(0), m_verbose_level(1), m_initted(false), m_abortEvent(true),
m_setError(false) {}
void BeginOfEventAction(const G4Event*);
void EndOfEventAction(const G4Event*);
......
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