FairRoot/PandaRoot
|
Functions | |
void | initialize_streams () |
Variables | |
bool | suppress_all_cout = false |
bool | write_log_file = false |
bool | suppress_pandaroot = false |
bool | suppress_pandaroot_cout = false |
bool | verbose_mode = true |
std::ostream * | log_file = 0 |
std::ostream * | terminal = 0 |
std::ostream * | tee_stream = 0 |
std::ostream * | chigen_cout = 0 |
void chigen::ostreams::initialize_streams | ( | ) |
Definition at line 56 of file ChiGenContext.cxx.
References chigen_cout, CHIGEN_LOG_FILE, log_file, suppress_all_cout, suppress_pandaroot, suppress_pandaroot_cout, tee_stream, terminal, and write_log_file.
Referenced by chigen::initialize().
std::ostream * chigen::ostreams::chigen_cout = 0 |
Default output stream used by ChiGen
Definition at line 54 of file ChiGenContext.cxx.
Referenced by initialize_streams(), chigen::ChiGen::next(), and chigen::PndChiGenExclusive::ReadEvent().
std::ostream * chigen::ostreams::log_file = 0 |
bool chigen::ostreams::suppress_all_cout = false |
Suppress all output to terminal
Definition at line 44 of file ChiGenContext.cxx.
Referenced by initialize_streams().
bool chigen::ostreams::suppress_pandaroot = false |
Suppress all pandaroot output (to terminal and to log)
Definition at line 46 of file ChiGenContext.cxx.
Referenced by initialize_streams().
bool chigen::ostreams::suppress_pandaroot_cout = false |
Suppress pandaroot output to terminal
Definition at line 47 of file ChiGenContext.cxx.
Referenced by initialize_streams().
std::ostream * chigen::ostreams::tee_stream = 0 |
Tee stream, which duplicate stdout to log file
Definition at line 53 of file ChiGenContext.cxx.
Referenced by initialize_streams().
std::ostream * chigen::ostreams::terminal = 0 |
Console (stdout)
Definition at line 52 of file ChiGenContext.cxx.
Referenced by initialize_streams().
bool chigen::ostreams::verbose_mode = true |
Print events
Definition at line 48 of file ChiGenContext.cxx.
Referenced by chigen::ChiGen::next(), and chigen::PndChiGenExclusive::ReadEvent().
bool chigen::ostreams::write_log_file = false |