#include "globals.hh"#include <iostream>#include <fstream>#include <sstream>#include <string>#include <cstdlib>Go to the source code of this file.
Namespaces | |
| namespace | G4INCL |
Data Structures | |
| class | G4INCL::LoggerSlave |
| class | G4INCL::Logger |
Defines | |
| #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.
Referenced by G4INCL::Nucleus::applyFinalState(), G4INCL::AvatarAction::beforeAvatarAction(), G4INCL::Cluster::boost(), G4INCL::InteractionAvatar::bringParticleInside(), G4INCL::NuclearDensityFactory::createPCDFTable(), G4INCL::NuclearDensityFactory::createRCDFTable(), G4INCL::NuclearDensityFactory::createRPCorrelationTable(), G4INCL::Nucleus::decayInsideDeltas(), G4INCL::Nucleus::decayOutgoingDeltas(), G4INCL::SurfaceAvatar::getChannel(), G4INCL::DecayAvatar::getChannel(), G4INCL::BinaryCollisionAvatar::getChannel(), G4INCL::ReflectionChannel::getFinalState(), G4INCL::ParticleEntryChannel::getFinalState(), G4INCL::ParticleTable::getRealMass(), G4INCL::Cluster::initializeParticles(), G4INCL::Cluster::internalBoostToCM(), G4INCL::NuclearDensity::NuclearDensity(), G4INCL::PauliStandard::PauliStandard(), G4INCL::InteractionAvatar::postInteraction(), G4INCL::DecayAvatar::postInteraction(), G4INCL::Cluster::putParticlesOffShell(), G4INCL::ProjectileRemnant::removeParticle(), G4INCL::ProjectileRemnant::reset(), G4GMocrenIO::retrieveData2(), G4GMocrenIO::retrieveData3(), G4GMocrenIO::retrieveData4(), G4INCL::StandardPropagationModel::shootComposite(), G4INCL::StandardPropagationModel::shootParticle(), G4GMocrenIO::storeData2(), G4GMocrenIO::storeData3(), and G4GMocrenIO::storeData4().
| #define ERROR | ( | x | ) | ; |
Definition at line 232 of file G4INCLLogger.hh.
Referenced by G4INCL::Store::add(), G4INCL::Particle::adjustMomentumFromEnergy(), G4INCL::Nucleus::applyFinalState(), G4INCL::NuclearPotential::NuclearPotentialIsospin::computePotentialEnergy(), G4INCL::NuclearPotential::NuclearPotentialConstant::computePotentialEnergy(), G4INCL::NuclearDensityFactory::createPCDFTable(), G4INCL::NuclearDensityFactory::createRCDFTable(), G4INCL::NuclearDensityFactory::createRPCorrelationTable(), G4NuclearDecayChannel::DecayIt(), G4INCL::StandardPropagationModel::generateAllAvatars(), G4INCL::Nucleus::getCoulombRadius(), G4INCL::RecombinationChannel::getFinalState(), G4INCL::PionNucleonChannel::getFinalState(), G4INCL::ParticleTable::getINCLMass(), G4INCL::Particle::getINCLMass(), G4INCL::Particle::getInvariantMass(), G4INCL::ParticleTable::getIsospin(), G4INCL::ParticleTable::getMaximumNuclearRadius(), G4INCL::ParticleTable::getNuclearRadius(), G4INCL::ParticleTable::getRadiusParameter(), G4INCL::ParticleTable::getRealMass(), G4INCL::Particle::getRealMass(), G4INCL::StandardPropagationModel::getReflectionTime(), G4INCL::ParticleTable::getSeparationEnergyINCL(), G4INCL::ParticleTable::getSeparationEnergyReal(), G4INCL::ParticleTable::getSurfaceDiffuseness(), G4INCL::Particle::getTableMass(), G4RadioactiveDecay::LoadDecayTable(), G4INCL::KinematicsUtils::momentumInCM(), G4INCL::KinematicsUtils::momentumInLab(), operator>>(), G4INCL::Particle::Particle(), G4INCL::CrossSections::pionNucleon(), G4INCL::InteractionAvatar::postInteraction(), G4INCL::INCL::prepareReaction(), G4INCL::StandardPropagationModel::propagate(), G4INCL::Random::setGenerator(), G4INCL::Particle::setType(), and G4INCL::KinematicsUtils::squareTotalEnergyInCM().
| #define FATAL | ( | x | ) |
Value:
if(true) {\ std::stringstream ss;\ ss << x;\ std::stringstream location;\ location << __FILE__ << ":" << __LINE__;\ G4Exception(location.str().c_str(), "INCLXX0000", FatalException, ss.str().c_str());\ } else (void)0
Definition at line 224 of file G4INCLLogger.hh.
Referenced by G4INCL::DeltaDecayChannel::getFinalState(), G4INCL::NaturalIsotopicDistributions::getIsotopicDistribution(), G4INCL::ParticleTable::initialize(), G4INCL::Store::loadParticles(), and G4INCL::Nucleus::Nucleus().
| #define G4INCLLogger_hh 1 |
Definition at line 38 of file G4INCLLogger.hh.
| #define INCLXX_IN_GEANT4_MODE 1 |
Definition at line 33 of file G4INCLLogger.hh.
| #define INFO | ( | x | ) | ; |
Definition at line 234 of file G4INCLLogger.hh.
Referenced by G4INCL::EventAction::afterEventAction(), G4INCL::EventAction::beforeEventAction(), and G4INCL::INCL::INCL().
| #define WARN | ( | x | ) | ; |
Definition at line 233 of file G4INCLLogger.hh.
Referenced by G4INCL::Store::clear(), G4INCL::Nucleus::emitInsidePions(), G4INCL::InteractionAvatar::enforceEnergyConservation(), G4INCL::Nucleus::fillEventInfo(), G4INCL::ParticleTable::getElementName(), G4INCL::KinematicsUtils::getLocalEnergy(), G4INCL::Store::getParticipants(), G4INCL::Particle::getParticles(), G4INCL::Geant4RandomGenerator::getSeeds(), G4INCL::Store::getSpectators(), G4INCL::Particle::Particle(), G4INCL::INCL::processEvent(), G4INCL::Nucleus::propagateParticles(), G4INCL::Geant4RandomGenerator::setSeeds(), and G4INCL::RootFinder::solve().
1.4.7