Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
CexmcException.cc File Reference
#include "CexmcException.hh"
#include "CexmcRunManager.hh"
#include "CexmcCommon.hh"

Go to the source code of this file.

Functions

void ThrowExceptionIfProjectIsRead (CexmcExceptionType type, G4bool extraCond)
 

Function Documentation

void ThrowExceptionIfProjectIsRead ( CexmcExceptionType  type,
G4bool  extraCond 
)

Definition at line 179 of file CexmcException.cc.

References G4RunManager::GetRunManager(), and CexmcRunManager::ProjectIsRead().

Referenced by CexmcEnergyDepositDigitizer::AddCrystalResolutionRange(), CexmcProductionModel::ApplyFermiMotion(), CexmcEnergyDepositDigitizer::ApplyFiniteCrystalResolution(), CexmcEnergyDepositDigitizer::ClearCrystalResolutionData(), CexmcParticleGun::SetBeamParticle(), CexmcEnergyDepositDigitizer::SetCalorimeterLeftThreshold(), CexmcEnergyDepositDigitizer::SetCalorimeterRightThreshold(), CexmcEnergyDepositDigitizer::SetCalorimetersThreshold(), CexmcEnergyDepositDigitizer::SetCalorimeterTriggerAlgorithm(), CexmcPrimaryGeneratorAction::SetFwhmDirX(), CexmcPrimaryGeneratorAction::SetFwhmDirY(), CexmcPrimaryGeneratorAction::SetFwhmMomentumAmp(), CexmcPrimaryGeneratorAction::SetFwhmPosX(), CexmcPrimaryGeneratorAction::SetFwhmPosY(), CexmcEnergyDepositDigitizer::SetMonitorThreshold(), CexmcParticleGun::SetOrigDirection(), CexmcParticleGun::SetOrigMomentumAmp(), CexmcParticleGun::SetOrigPosition(), CexmcEnergyDepositDigitizer::SetOuterCrystalsVetoAlgorithm(), CexmcEnergyDepositDigitizer::SetOuterCrystalsVetoFraction(), CexmcEnergyDepositDigitizer::SetVetoCounterLeftThreshold(), CexmcEnergyDepositDigitizer::SetVetoCounterRightThreshold(), and CexmcEnergyDepositDigitizer::SetVetoCountersThreshold().

181 {
182  CexmcRunManager * runManager( static_cast< CexmcRunManager * >(
184  if ( runManager->ProjectIsRead() && extraCond )
185  throw CexmcException( type );
186 }
static G4RunManager * GetRunManager()
Definition: G4RunManager.cc:74