Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include "globals.hh"
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | G4INCL::LoggerSlave |
class | G4INCL::Logger |
Namespaces | |
namespace | G4INCL |
Macros | |
#define | INCLXX_IN_GEANT4_MODE 1 |
#define | G4INCLLogger_hh 1 |
#define | FATAL(x) ; |
#define | ERROR(x) ; |
#define | WARN(x) ; |
#define | INFO(x) ; |
#define | DEBUG(x) ; |
#define | DATABLOCK(x) ; |
Enumerations | |
enum | G4INCL::MessageType { G4INCL::InfoMsg = 1 , G4INCL::FatalMsg = 2 , G4INCL::ErrorMsg = 3 , G4INCL::WarningMsg = 4 , G4INCL::DebugMsg = 7 , G4INCL::DataBlockMsg = 10 , G4INCL::ZeroMsg = 0 } |
#define DATABLOCK | ( | x | ) | ; |
Definition at line 236 of file G4INCLLogger.hh.
#define DEBUG | ( | x | ) | ; |
Definition at line 235 of file G4INCLLogger.hh.
#define ERROR | ( | x | ) | ; |
Definition at line 232 of file G4INCLLogger.hh.
#define FATAL | ( | x | ) | ; |
Definition at line 231 of file G4INCLLogger.hh.
#define G4INCLLogger_hh 1 |
Definition at line 40 of file G4INCLLogger.hh.
#define INCLXX_IN_GEANT4_MODE 1 |
Definition at line 35 of file G4INCLLogger.hh.
#define INFO | ( | x | ) | ; |
Definition at line 234 of file G4INCLLogger.hh.
#define WARN | ( | x | ) | ; |
Definition at line 233 of file G4INCLLogger.hh.