1 #ifndef __FUN4ALLBASE_H__
2 #define __FUN4ALLBASE_H__
31 virtual void Print(
const std::string &what =
"ALL")
const;
virtual void Verbosity(const int ival)
Sets the verbosity of this module (0 by default=quiet).
int verbosity
The verbosity level. 0 means not verbose at all.
virtual void Print(const std::string &what="ALL") const
virtual const std::string Name() const
Returns the name of this module.
Fun4AllBase(const std::string &name="NONAME")
@ VERBOSITY_QUIET
Quiet mode. Only output critical messages. Intended for batch production mode.
@ VERBOSITY_MAX
Show all messages. Useful for step-by-step debugging.
@ VERBOSITY_A_LOT
Output a lot of messages.
@ VERBOSITY_EVEN_MORE
Output even more messages.
@ VERBOSITY_MORE
Output more messages.
@ VERBOSITY_SOME
Output some useful messages during manual command line running.
virtual int Verbosity() const
Gets the verbosity of this module.
virtual void Verbosity(enu_Verbosity ival)
Sets the verbosity of this module (0 by default=quiet).
virtual void Name(const std::string &name)
Sets the name of this module.